Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Ddirfd.c79 dirfd (DIR *dir_p) in dirfd() function
H A Ddirent.in.h198 # define dirfd rpl_dirfd macro
H A Dglob.c61 # define dirfd(str) __dirfd (str) macro
/netbsd-src/tests/fs/hfs/
H A Dt_pathconvert.c36 int dirfd, fd; in ATF_TC_BODY() local
/netbsd-src/include/
H A Ddirent.h76 #define dirfd(dirp) ((dirp)->dd_fd) macro
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dlinux-syscalls.c245 int uv__statx(int dirfd, in uv__statx()
H A Dfs.c1519 int dirfd; in uv__fs_statx() local
/netbsd-src/tools/compat/
H A Dcompat_defs.h303 #define dirfd(dirp) ((dirp)->dd_fd) macro
305 #define dirfd(dirp) ((dirp)->__dd_fd) macro
321 #define dirfd(dirp) (((struct _dirdesc *)dirp)->dd_fd) macro
/netbsd-src/bin/pax/
H A Dtables.c86 static int dirfd = -1; /* storage for setting created dir time/mode */ variable
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken.h.in812 #define dirfd(x) ((x)->dd_fd) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc42 #define dirfd(dirp) (*(int *)(dirp)) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc44 #define dirfd(dirp) (*(int *)(dirp)) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp44 #define dirfd(dirp) (*(int *)(dirp)) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc745 int dirfd = open(DIR_TO_READ, O_RDONLY); in TEST() local