/sysdeps/unix/sysv/linux/ |
A D | futimesat.c | 25 __futimesat64 (int fd, const char *file, const struct __timeval64 tvp64[2]) in __futimesat64()
|
A D | lstat64.c | 27 __lstat64_time64 (const char *file, struct __stat64_t64 *buf) in __lstat64_time64()
|
A D | openat64.c | 34 __libc_openat64 (int fd, const char *file, int oflag, ...) in __libc_openat64()
|
A D | openat64_nocancel.c | 32 __openat64_nocancel (int fd, const char *file, int oflag, ...) in __openat64_nocancel()
|
A D | faccessat.c | 27 __faccessat (int fd, const char *file, int mode, int flag) in __faccessat()
|
A D | fchmodat.c | 30 fchmodat (int fd, const char *file, mode_t mode, int flag) in fchmodat()
|
A D | utimensat.c | 28 __utimensat64_helper (int fd, const char *file, in __utimensat64_helper()
|
A D | spawni.c | 61 const char *file; member 300 __spawnix (pid_t * pid, const char *file, in __spawnix() 419 __spawni (pid_t * pid, const char *file, in __spawni()
|
A D | tst-sysvmsg-linux.c | 67 read_proc_file (const char *file) in read_proc_file()
|
A D | tst-sysvshm-linux.c | 67 read_proc_file (const char *file) in read_proc_file()
|
/sysdeps/mach/hurd/ |
A D | fchownat.c | 29 fchownat (int fd, const char *file, uid_t owner, gid_t group, int flag) in fchownat()
|
A D | fexecve.c | 28 file_t file; in fexecve() local
|
A D | tmpfile.c | 35 file_t file; in __tmpfile() local
|
A D | openat.c | 33 __openat (int fd, const char *file, int oflag, ...) in __openat()
|
A D | readlinkat.c | 32 file_t file; in readlinkat() local
|
A D | connect.c | 45 file_t file; in __connect() local
|
A D | execveat.c | 36 file_t file = __file_name_lookup_at (dirfd, flags, file_name, O_EXEC, 0); in __execveat() local
|
A D | sendto.c | 55 file_t file = __file_name_lookup (name, 0, 0); in __sendto() local
|
A D | sendmsg.c | 159 file_t file = __file_name_lookup (name, 0, 0); in __libc_sendmsg() local
|
A D | dl-sysdep.c | 527 __stat64 (const char *file, struct stat64 *buf) in __stat64() 548 __access (const char *file, int type) in __access() 555 __access_noerrno (const char *file, int type) in __access_noerrno()
|
A D | spawni.c | 40 __spawni (pid_t *pid, const char *file, in __spawni()
|
/sysdeps/gnu/ |
A D | glob64.c | 15 #define __stat(file, buf) __stat64 (file, buf) argument
|
A D | glob64-lstat-compat.c | 35 #define __stat(file, buf) __stat64 (file, buf) argument
|
/sysdeps/posix/ |
A D | euidaccess.c | 199 char *file; in main() local
|
A D | tempname.c | 65 # define __lstat64_time64(file, buf) lstat (file, buf) argument 66 # define __stat64(file, buf) stat (file, buf) argument
|