Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 222) sorted by relevance

123456789

/glibc-2.36/sysdeps/mach/hurd/
Daccess.c27 __access_noerrno (const char *file, int type) in __access_noerrno()
34 __access (const char *file, int type) in __access()
/glibc-2.36/io/
Daccess.c24 __access_noerrno (const char *file, int type) in __access_noerrno()
31 __access (const char *file, int type) in __access()
Dlstat.c21 __lstat (const char *file, struct stat *buf) in __lstat()
Dlstat64.c21 __lstat64 (const char *file, struct stat64 *buf) in __lstat64()
Dopen64_2.c23 __open64_2 (const char *file, int oflag) in __open64_2()
Dopen_2.c23 __open_2 (const char *file, int oflag) in __open_2()
Dlchmod.c24 lchmod (const char *file, mode_t mode) in lchmod()
Dstat.c21 __stat (const char *file, struct stat *buf) in __stat()
Dstat64.c21 __stat64 (const char *file, struct stat64 *buf) in __stat64()
Dstatfs.c25 __statfs (const char *file, struct statfs *buf) in __statfs()
Dstatfs64.c23 __statfs64 (const char *file, struct statfs64 *buf) in __statfs64()
Dstatvfs.c25 __statvfs (const char *file, struct statvfs *buf) in __statvfs()
/glibc-2.36/dlfcn/
Ddlopen.c29 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()
Ddlmopen.c32 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/
Dremove.c23 remove (const char *file) in remove()
/glibc-2.36/login/
Dutmpxname.c22 utmpxname (const char *file) in utmpxname()
/glibc-2.36/misc/
Drevoke.c23 __revoke (const char *file) in __revoke()
/glibc-2.36/support/
Dsupport_test_verify_impl.c26 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()
Dcheck.c28 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/
Dpipe.c26 read_from_pipe (int file) in read_from_pipe()
39 write_to_pipe (int file) in write_to_pipe()
/glibc-2.36/posix/
Dexecvp.c24 execvp (const char *file, char *const argv[]) in execvp()
Dtst-execvpe1.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
Dtst-execvpe2.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
Dtst-execvpe3.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
Dtst-execvpe4.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument

123456789