/glibc-2.36/sysdeps/mach/hurd/ |
D | access.c | 27 __access_noerrno (const char *file, int type) in __access_noerrno() 34 __access (const char *file, int type) in __access()
|
/glibc-2.36/io/ |
D | access.c | 24 __access_noerrno (const char *file, int type) in __access_noerrno() 31 __access (const char *file, int type) in __access()
|
D | lstat.c | 21 __lstat (const char *file, struct stat *buf) in __lstat()
|
D | lstat64.c | 21 __lstat64 (const char *file, struct stat64 *buf) in __lstat64()
|
D | open64_2.c | 23 __open64_2 (const char *file, int oflag) in __open64_2()
|
D | open_2.c | 23 __open_2 (const char *file, int oflag) in __open_2()
|
D | lchmod.c | 24 lchmod (const char *file, mode_t mode) in lchmod()
|
D | stat.c | 21 __stat (const char *file, struct stat *buf) in __stat()
|
D | stat64.c | 21 __stat64 (const char *file, struct stat64 *buf) in __stat64()
|
D | statfs.c | 25 __statfs (const char *file, struct statfs *buf) in __statfs()
|
D | statfs64.c | 23 __statfs64 (const char *file, struct statfs64 *buf) in __statfs64()
|
D | statvfs.c | 25 __statvfs (const char *file, struct statvfs *buf) in __statvfs()
|
/glibc-2.36/dlfcn/ |
D | dlopen.c | 29 const char *file; member 64 dlopen_implementation (const char *file, int mode, void *dl_caller) in dlopen_implementation() 76 ___dlopen (const char *file, int mode) in ___dlopen() 91 __dlopen (const char *file, int mode, void *dl_caller) in __dlopen() 97 ___dlopen (const char *file, int mode) in ___dlopen()
|
D | dlmopen.c | 32 const char *file; member 67 dlmopen_implementation (Lmid_t nsid, const char *file, int mode, in dlmopen_implementation() 81 ___dlmopen (Lmid_t nsid, const char *file, int mode) in ___dlmopen() 96 __dlmopen (Lmid_t nsid, const char *file, int mode, void *dl_caller) in __dlmopen() 102 ___dlmopen (Lmid_t nsid, const char *file, int mode) in ___dlmopen()
|
/glibc-2.36/stdio-common/ |
D | remove.c | 23 remove (const char *file) in remove()
|
/glibc-2.36/login/ |
D | utmpxname.c | 22 utmpxname (const char *file) in utmpxname()
|
/glibc-2.36/misc/ |
D | revoke.c | 23 __revoke (const char *file) in __revoke()
|
/glibc-2.36/support/ |
D | support_test_verify_impl.c | 26 support_test_verify_impl (const char *file, int line, const char *expr) in support_test_verify_impl() 35 support_test_verify_exit_impl (int status, const char *file, int line, in support_test_verify_exit_impl()
|
D | check.c | 28 print_failure (const char *file, int line, const char *format, va_list ap) in print_failure() 38 support_print_failure_impl (const char *file, int line, in support_print_failure_impl() 50 support_exit_failure_impl (int status, const char *file, int line, in support_exit_failure_impl()
|
/glibc-2.36/manual/examples/ |
D | pipe.c | 26 read_from_pipe (int file) in read_from_pipe() 39 write_to_pipe (int file) in write_to_pipe()
|
/glibc-2.36/posix/ |
D | execvp.c | 24 execvp (const char *file, char *const argv[]) in execvp()
|
D | tst-execvpe1.c | 19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
|
D | tst-execvpe2.c | 19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
|
D | tst-execvpe3.c | 19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
|
D | tst-execvpe4.c | 19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
|