Searched refs:__open_nocancel (Results 1 – 22 of 22) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | open_nocancel.c | 30 __open_nocancel (const char *file, int oflag, ...) in __open_nocancel() function 44 hidden_def (__open_nocancel)
|
A D | open64_nocancel.c | 52 strong_alias (__open64_nocancel, __open_nocancel) 53 hidden_def (__open_nocancel)
|
A D | not-cancel.h | 31 __typeof (open) __open_nocancel; 74 hidden_proto (__open_nocancel)
|
A D | closefrom_fallback.c | 35 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()
|
A 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()
|
A D | malloc-sysdep.h | 45 int fd = __open_nocancel ("/proc/sys/vm/overcommit_memory", in check_may_shrink_heap()
|
A D | fips-private.h | 45 int fd = __open_nocancel ("/proc/sys/crypto/fips_enabled", O_RDONLY); in fips_enabled_p()
|
A D | sysconf.c | 99 int fd = __open_nocancel (procfname, O_RDONLY | O_CLOEXEC); in __sysconf()
|
A D | getsysstats.c | 122 int fd = __open_nocancel ("/proc/stat", flags); in get_nproc_stat() 153 int fd = __open_nocancel ("/sys/devices/system/cpu/online", flags); in __get_nprocs()
|
A D | getlogin_r.c | 38 int fd = __open_nocancel ("/proc/self/loginuid", O_RDONLY); in __getlogin_r_loginuid()
|
A D | opendir.c | 86 return opendir_tail (__open_nocancel (name, opendir_oflags)); in __opendir()
|
A D | Versions | 299 __open_nocancel;
|
A D | spawni.c | 212 int ret = __open_nocancel (action->action.open_action.path, in __spawni_child()
|
/sysdeps/mach/hurd/ |
A D | open_nocancel.c | 29 __open_nocancel (const char *file, int oflag, ...) in __open_nocancel() function 51 libc_hidden_def (__open_nocancel)
|
A D | not-cancel.h | 36 __typeof (__open) __open_nocancel; 39 __open_nocancel (__VA_ARGS__) 80 hidden_proto (__open_nocancel)
|
A D | Versions | 20 __open_nocancel; 64 __open_nocancel;
|
A D | getrandom.c | 40 fd = __open_nocancel(random_source, open_flags); in __getrandom()
|
A D | opendir.c | 86 fd = __open_nocancel (name, flags); in __opendirat()
|
A D | dl-sysdep.c | 320 check_no_hidden (__open_nocancel); 332 weak_alias (__open, __open_nocancel)
|
/sysdeps/generic/ |
A D | not-cancel.h | 29 #define __open_nocancel(...) \ macro
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | get_timebase_freq.c | 35 int fd = __open_nocancel ("/proc/cpuinfo", O_RDONLY); in get_timebase_freq_fallback()
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 20 ld.so: __open_nocancel
|
Completed in 16 milliseconds