Home
last modified time | relevance | path

Searched refs:stat (Results 1826 - 1850 of 7147) sorted by relevance

1...<<71727374757677787980>>...286

/third_party/ffmpeg/libavformat/
H A Dlibssh.c162 sftp_attributes stat; in libssh_stat_file() local
164 if (!(stat = sftp_fstat(libssh->file))) { in libssh_stat_file()
165 av_log(libssh, AV_LOG_WARNING, "Cannot stat remote file.\n"); in libssh_stat_file()
168 libssh->filesize = stat->size; in libssh_stat_file()
169 sftp_attributes_free(stat); in libssh_stat_file()
/third_party/alsa-lib/test/
H A Dplaymidi1.c193 snd_seq_queue_status_t *stat; in do_header() local
194 snd_seq_queue_status_alloca(&stat); in do_header()
195 snd_seq_get_queue_status(seq_handle, dest_queue, stat); in do_header()
196 tick_offset = snd_seq_queue_status_get_tick_time(stat); in do_header()
/third_party/ltp/include/old/
H A Dsafe_macros.h218 void (cleanup_fn)(void), const char *path, struct stat *buf) in safe_stat()
222 rval = stat(path, buf); in safe_stat()
226 "%s:%d: stat(%s,%p) failed", file, lineno, path, buf); in safe_stat()
235 void (cleanup_fn)(void), int fd, struct stat *buf) in safe_fstat()
252 void (cleanup_fn)(void), const char *path, struct stat *buf) in safe_lstat()
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c33 #include <sys/stat.h>
468 static int check_perm(const char **mntp, struct stat *stbuf, int *currdir_fd, in check_perm()
475 res = stat(mnt, stbuf); in check_perm()
598 struct stat stbuf; in mount_fuse()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c35 #include <sys/stat.h>
614 struct stat sbuf; in amdgpu_node_is_drm()
618 return stat(path, &sbuf) == 0; in amdgpu_node_is_drm()
637 struct stat sbuf; in amdgpu_get_device_from_fd()
/third_party/libfuse/include/
H A Dfuse.h24 #include <sys/stat.h>
86 const struct stat *stbuf, off_t off,
185 * in the stat(2), lstat(2), fstat(2) functions and the d_ino
327 * Similar to stat(). The 'st_dev' and 'st_blksize' fields are
336 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi);
583 * The file type (which is part of stat::st_mode) is used. And if
584 * fuse_config::use_ino is set, the inode (stat::st_ino) is also
1184 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf,
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_dynlink.c26 #include <sys/stat.h>
252 struct dso *find_library_by_fstat(const struct stat *st, const ns_t *ns, bool check_inherited, uint64_t file_offset);
526 struct stat st = {}; in dynlink_test_0340()
542 struct stat st = {}; in dynlink_test_0350()
/third_party/python/Lib/test/libregrtest/
H A Druntest.py420 import stat namespace
422 os.chmod(name, stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO)
/third_party/toybox/lib/
H A Dportability.c49 // Get list of mounted filesystems, including stat and statvfs info.
78 stat(me->f_mntonname, &(mt->stat)); in xgetmountlist()
170 stat(me->mnt_dir, &(mt->stat)); in xgetmountlist()
/third_party/python/Lib/test/
H A Dtest_uu.py12 import stat namespace
275 self.addCleanup(os.chmod, self.tmpout, expected_mode | stat.S_IWRITE)
281 stat.S_IMODE(os.stat(self.tmpout).st_mode),
/third_party/libdrm/
H A Dxf86drm.c49 #include <sys/stat.h>
50 #define stat_t struct stat
806 if (stat(DRM_DIR_NAME, &st)) { in drmOpenDevice()
815 if (stat(buf, &st)) { in drmOpenDevice()
832 if (stat(DRM_DIR_NAME, &st)) { in drmOpenDevice()
841 if (stat(buf, &st)) { in drmOpenDevice()
3223 struct stat sbuf; in drmGetDeviceNameFromFd()
3236 struct stat sbuf; in drmGetDeviceNameFromFd()
3250 if (stat(name, &sbuf) == 0 && sbuf.st_rdev == d) in drmGetDeviceNameFromFd()
3264 struct stat sbu in drmNodeIsDRM()
[all...]
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dstat.h10 struct stat { struct
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dstat.h5 struct stat { struct
/kernel/linux/linux-5.10/drivers/block/rsxx/
H A Drsxx.h21 __u32 stat; member
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dstat.h10 struct stat { struct
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c3 #include <sys/stat.h>
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dstat.h5 struct stat { struct
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_d_path_check_rdonly_mem.c11 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG() argument
H A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG() argument
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_stat.h8 * If you want to provide a stat file (one-shot statistics), fill
13 /* The name of your stat file */
20 /* Print a stat entry */
23 void (*stat_release)(void *stat);
24 /* Print the headers of your stat entries */
29 * Destroy or create a stat file
/kernel/linux/linux-5.10/include/linux/hck/
H A Dlite_hck_sample.h15 int stat; member
/kernel/linux/linux-6.6/include/linux/hck/
H A Dlite_hck_sample.h15 int stat; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG() argument
H A Dtest_d_path_check_rdonly_mem.c11 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG() argument
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c3 #include <sys/stat.h>

Completed in 18 milliseconds

1...<<71727374757677787980>>...286