Home
last modified time | relevance | path

Searched refs:__open_nocancel (Results 1 – 25 of 37) sorted by relevance

12

/glibc-2.36/sysdeps/mach/hurd/
Dnot-cancel.h37 __typeof (__open) __open_nocancel; variable
40 __open_nocancel (__VA_ARGS__)
87 hidden_proto (__open_nocancel)
Dopen_nocancel.c29 __open_nocancel (const char *file, int oflag, ...) in __open_nocancel() function
51 libc_hidden_def (__open_nocancel)
DVersions20 __open_nocancel;
64 __open_nocancel;
Dgetrandom.c53 fd = __open_nocancel(random_source, open_flags); in __getrandom()
Dopendir.c86 fd = __open_nocancel (name, flags); in __opendirat()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dopen_nocancel.c30 __open_nocancel (const char *file, int oflag, ...) in __open_nocancel() function
44 hidden_def (__open_nocancel)
Dopen64_nocancel.c46 strong_alias (__open64_nocancel, __open_nocancel)
47 hidden_def (__open_nocancel)
Dnot-cancel.h32 __typeof (open) __open_nocancel; variable
87 hidden_proto (__open_nocancel)
Dclosefrom_fallback.c33 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()
Dgethostid.c51 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()
Dgetsysstats.c119 int fd = __open_nocancel ("/proc/stat", flags); in get_nproc_stat()
148 int fd = __open_nocancel (fname, flags); in read_sysfs_file()
Dmalloc-sysdep.h45 int fd = __open_nocancel ("/proc/sys/vm/overcommit_memory", in check_may_shrink_heap()
Dfips-private.h45 int fd = __open_nocancel ("/proc/sys/crypto/fips_enabled", O_RDONLY); in fips_enabled_p()
Dsysconf.c99 int fd = __open_nocancel (procfname, O_RDONLY | O_CLOEXEC); in __sysconf()
Dgetlogin_r.c38 int fd = __open_nocancel ("/proc/self/loginuid", O_RDONLY); in __getlogin_r_loginuid()
Dopendir.c86 return opendir_tail (__open_nocancel (name, opendir_oflags)); in __opendir()
/glibc-2.36/login/
Dutmp_file.c144 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/
Dopen_catalog.c52 fd = __open_nocancel (cat_name, O_RDONLY); in __open_catalog()
180 fd = __open_nocancel (buf, O_RDONLY); in __open_catalog()
/glibc-2.36/locale/
Dloadlocale.c243 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/
Ddaemon.c66 if ((fd = __open_nocancel(_PATH_DEVNULL, O_RDWR, 0)) != -1 in daemon()
/glibc-2.36/nss/nss_db/
Ddb-open.c39 int fd = __open_nocancel (file, O_RDONLY | O_LARGEFILE | O_CLOEXEC); in internal_setent()
/glibc-2.36/csu/
Dcheck_fds.c63 int nullfd = __open_nocancel (name, mode, 0); in check_one_fd()
/glibc-2.36/sysdeps/generic/
Dnot-cancel.h30 #define __open_nocancel(...) \ macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dget_timebase_freq.c35 int fd = __open_nocancel ("/proc/cpuinfo", O_RDONLY); in get_timebase_freq_fallback()
/glibc-2.36/gmon/
Dgmon.c365 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()

12