Searched refs:dirfd (Results 1 – 25 of 40) sorted by relevance
12
/sysdeps/unix/sysv/linux/ |
A D | closefrom_fallback.c | 35 int dirfd = __open_nocancel (FD_TO_FILENAME_PREFIX, O_RDONLY | O_DIRECTORY, in __closefrom_fallback() local 37 if (dirfd == -1) in __closefrom_fallback() 50 dirfd = __open_nocancel (FD_TO_FILENAME_PREFIX, O_RDONLY | O_DIRECTORY, in __closefrom_fallback() 52 if (dirfd == -1) in __closefrom_fallback() 59 ssize_t ret = __getdents64 (dirfd, buffer, sizeof (buffer)); in __closefrom_fallback() 84 if (fd == dirfd || fd < from) in __closefrom_fallback() 93 if (closed && __lseek (dirfd, 0, SEEK_SET) < 0) in __closefrom_fallback() 99 __close_nocancel (dirfd); in __closefrom_fallback()
|
A D | dirfd.c | 22 #undef dirfd 30 weak_alias (__dirfd, dirfd) 31 libc_hidden_def (dirfd)
|
A D | execveat.c | 26 execveat (int dirfd, const char *path, char *const argv[], char *const envp[], in execveat() argument 30 return INLINE_SYSCALL_CALL (execveat, dirfd, path, &argv[0], &envp[0], in execveat()
|
A D | fanotify_mark.c | 24 __fanotify_mark (int fd, unsigned int flags, uint64_t mask, int dirfd, in __fanotify_mark() argument 28 dirfd, pathname); in __fanotify_mark()
|
A D | malloc-hugepages.c | 148 int dirfd = __open64_nocancel ("/sys/kernel/mm/hugepages", in __malloc_hugepage_config() local 150 if (dirfd == -1) in __malloc_hugepage_config() 159 ssize_t ret = __getdents64 (dirfd, buffer, sizeof (buffer)); in __malloc_hugepage_config() 200 __close_nocancel (dirfd); in __malloc_hugepage_config()
|
/sysdeps/mach/hurd/ |
A D | execveat.c | 29 __execveat (int dirfd, const char *file_name, char *const argv[], in __execveat() argument 36 file_t file = __file_name_lookup_at (dirfd, flags, file_name, O_EXEC, 0); in __execveat() 49 if (dirfd == AT_FDCWD) in __execveat() 60 err = HURD_DPORT_USE (dirfd, in __execveat()
|
A D | dirfd.c | 45 weak_alias (__dirfd, dirfd) 46 libc_hidden_def (dirfd)
|
/sysdeps/unix/sysv/linux/arc/ |
A D | libc.abilist | 695 GLIBC_2.32 dirfd F
|
/sysdeps/mach/hurd/i386/ |
A D | libc.abilist | 757 GLIBC_2.2.6 dirfd F
|
/sysdeps/unix/sysv/linux/riscv/rv32/ |
A D | libc.abilist | 688 GLIBC_2.33 dirfd F
|
/sysdeps/unix/sysv/linux/csky/ |
A D | libc.abilist | 731 GLIBC_2.29 dirfd F
|
/sysdeps/unix/sysv/linux/microblaze/le/ |
A D | libc.abilist | 752 GLIBC_2.18 dirfd F
|
/sysdeps/unix/sysv/linux/riscv/rv64/ |
A D | libc.abilist | 729 GLIBC_2.27 dirfd F
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | libc.abilist | 750 GLIBC_2.17 dirfd F
|
/sysdeps/unix/sysv/linux/microblaze/be/ |
A D | libc.abilist | 752 GLIBC_2.18 dirfd F
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | libc.abilist | 716 GLIBC_2.2.5 dirfd F
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | libc.abilist | 754 GLIBC_2.16 dirfd F
|
/sysdeps/unix/sysv/linux/arm/le/ |
A D | libc.abilist | 1219 GLIBC_2.4 dirfd F
|
/sysdeps/unix/sysv/linux/i386/ |
A D | libc.abilist | 402 GLIBC_2.0 dirfd F
|
/sysdeps/unix/sysv/linux/m68k/coldfire/ |
A D | libc.abilist | 1211 GLIBC_2.4 dirfd F
|
/sysdeps/unix/sysv/linux/m68k/m680x0/ |
A D | libc.abilist | 403 GLIBC_2.0 dirfd F
|
/sysdeps/unix/sysv/linux/mips/mips32/nofpu/ |
A D | libc.abilist | 401 GLIBC_2.0 dirfd F
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | libc.abilist | 795 GLIBC_2.21 dirfd F
|
/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
A D | libc.abilist | 789 GLIBC_2.3 dirfd F
|
/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
A D | libc.abilist | 838 GLIBC_2.17 dirfd F
|
Completed in 119 milliseconds
12