Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 30) sorted by relevance

12

/io/
A Dtst-statx.c52 struct statx buf; in kernel_supports_statx() local
66 struct statx buf = { 0, }; in both_implementations_tests() local
72 struct statx buf = { 0, }; in both_implementations_tests() local
107 struct statx buf; in non_kernel_tests() local
132 struct statx buf; in do_test() local
A Dstat.c21 __stat (const char *file, struct stat *buf) in __stat()
A Dstat64.c21 __stat64 (const char *file, struct stat64 *buf) in __stat64()
A Dstatfs.c25 __statfs (const char *file, struct statfs *buf) in __statfs()
A Dstatfs64.c23 __statfs64 (const char *file, struct statfs64 *buf) in __statfs64()
A Dstatvfs.c25 __statvfs (const char *file, struct statvfs *buf) in __statvfs()
A Dstatvfs64.c23 __statvfs64 (const char *file, struct statvfs64 *buf) in __statvfs64()
A Dgetcwd.c30 __getcwd (char *buf, size_t size) in __getcwd()
A Dfstat.c22 __fstat (int fd, struct stat *buf) in __fstat()
A Dfstat64.c22 __fstat64 (int fd, struct stat64 *buf) in __fstat64()
A Dfstatfs.c25 __fstatfs (int fd, struct statfs *buf) in __fstatfs()
A Dfstatfs64.c23 __fstatfs64 (int fd, struct statfs64 *buf) in __fstatfs64()
A Dfstatvfs.c24 __fstatvfs (int fd, struct statvfs *buf) in __fstatvfs()
A Dfstatvfs64.c23 __fstatvfs64 (int fd, struct statvfs64 *buf) in __fstatvfs64()
A Dlstat.c21 __lstat (const char *file, struct stat *buf) in __lstat()
A Dlstat64.c21 __lstat64 (const char *file, struct stat64 *buf) in __lstat64()
A Dread.c24 __libc_read (int fd, void *buf, size_t nbytes) in __libc_read()
A Dreadlink.c25 __readlink (const char *path, char *buf, size_t len) in __readlink()
A Dttyname_r.c25 __ttyname_r (int fd, char *buf, size_t buflen) in __ttyname_r()
A Dwrite.c25 __libc_write (int fd, const void *buf, size_t nbytes) in __libc_write()
A Dgetwd.c26 getwd (char *buf) in getwd()
A Dreadlinkat.c26 readlinkat (int fd, const char *path, char *buf, size_t len) in readlinkat()
A Dfstatat64.c22 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flag) in __fstatat64()
A Dfstatat.c22 __fstatat (int fd, const char *file, struct stat *buf, int flag) in __fstatat()
A Dstatx.c26 unsigned int mask, struct statx *buf) in statx()

Completed in 26 milliseconds

12