/glibc-2.36/sysdeps/mach/hurd/ |
D | not-cancel.h | 37 __typeof (__open) __open_nocancel; variable 40 __open_nocancel (__VA_ARGS__) 87 hidden_proto (__open_nocancel)
|
D | open_nocancel.c | 29 __open_nocancel (const char *file, int oflag, ...) in __open_nocancel() function 51 libc_hidden_def (__open_nocancel)
|
D | Versions | 20 __open_nocancel; 64 __open_nocancel;
|
D | getrandom.c | 53 fd = __open_nocancel(random_source, open_flags); in __getrandom()
|
D | opendir.c | 86 fd = __open_nocancel (name, flags); in __opendirat()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | open_nocancel.c | 30 __open_nocancel (const char *file, int oflag, ...) in __open_nocancel() function 44 hidden_def (__open_nocancel)
|
D | open64_nocancel.c | 46 strong_alias (__open64_nocancel, __open_nocancel) 47 hidden_def (__open_nocancel)
|
D | not-cancel.h | 32 __typeof (open) __open_nocancel; variable 87 hidden_proto (__open_nocancel)
|
D | closefrom_fallback.c | 33 int dirfd = __open_nocancel (FD_TO_FILENAME_PREFIX, O_RDONLY | O_DIRECTORY, in __closefrom_fallback() 50 dirfd = __open_nocancel (FD_TO_FILENAME_PREFIX, O_RDONLY | O_DIRECTORY, in __closefrom_fallback()
|
D | gethostid.c | 51 fd = __open_nocancel (HOSTIDFILE, O_CREAT|O_WRONLY|O_TRUNC, 0644); in sethostid() 80 fd = __open_nocancel (HOSTIDFILE, O_RDONLY|O_LARGEFILE, 0); in gethostid()
|
D | getsysstats.c | 119 int fd = __open_nocancel ("/proc/stat", flags); in get_nproc_stat() 148 int fd = __open_nocancel (fname, flags); in read_sysfs_file()
|
D | malloc-sysdep.h | 45 int fd = __open_nocancel ("/proc/sys/vm/overcommit_memory", in check_may_shrink_heap()
|
D | fips-private.h | 45 int fd = __open_nocancel ("/proc/sys/crypto/fips_enabled", O_RDONLY); in fips_enabled_p()
|
D | sysconf.c | 99 int fd = __open_nocancel (procfname, O_RDONLY | O_CLOEXEC); in __sysconf()
|
D | getlogin_r.c | 38 int fd = __open_nocancel ("/proc/self/loginuid", O_RDONLY); in __getlogin_r_loginuid()
|
D | opendir.c | 86 return opendir_tail (__open_nocancel (name, opendir_oflags)); in __opendir()
|
/glibc-2.36/login/ |
D | utmp_file.c | 144 file_fd = __open_nocancel in __libc_setutent() 356 int new_fd = __open_nocancel in __libc_pututline() 466 fd = __open_nocancel (file, O_WRONLY | O_LARGEFILE); in __libc_updwtmp()
|
/glibc-2.36/catgets/ |
D | open_catalog.c | 52 fd = __open_nocancel (cat_name, O_RDONLY); in __open_catalog() 180 fd = __open_nocancel (buf, O_RDONLY); in __open_catalog()
|
/glibc-2.36/locale/ |
D | loadlocale.c | 243 fd = __open_nocancel (file->filename, O_RDONLY | O_CLOEXEC); in _nl_load_locale() 270 fd = __open_nocancel (newp, O_RDONLY | O_CLOEXEC); in _nl_load_locale()
|
/glibc-2.36/misc/ |
D | daemon.c | 66 if ((fd = __open_nocancel(_PATH_DEVNULL, O_RDWR, 0)) != -1 in daemon()
|
/glibc-2.36/nss/nss_db/ |
D | db-open.c | 39 int fd = __open_nocancel (file, O_RDONLY | O_LARGEFILE | O_CLOEXEC); in internal_setent()
|
/glibc-2.36/csu/ |
D | check_fds.c | 63 int nullfd = __open_nocancel (name, mode, 0); in check_one_fd()
|
/glibc-2.36/sysdeps/generic/ |
D | not-cancel.h | 30 #define __open_nocancel(...) \ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | get_timebase_freq.c | 35 int fd = __open_nocancel ("/proc/cpuinfo", O_RDONLY); in get_timebase_freq_fallback()
|
/glibc-2.36/gmon/ |
D | gmon.c | 365 fd = __open_nocancel (buf, O_CREAT|O_TRUNC|O_WRONLY|O_NOFOLLOW, 0666); in write_gmon() 370 fd = __open_nocancel ("gmon.out", O_CREAT|O_TRUNC|O_WRONLY|O_NOFOLLOW, in write_gmon()
|