Home
last modified time | relevance | path

Searched defs:DIR (Results 1 – 18 of 18) sorted by relevance

/freebsd/stand/liblua/
H A Dlstd.h44 typedef struct DIR global() struct
47 } DIR; global() typedef
/freebsd/include/
H A Ddirent.h85 typedef struct _dirdesc DIR; typedef
96 typedef void * DIR; typedef
/freebsd/contrib/sendmail/doc/op/
H A DMakefile3 DIR= smm/08.sendmailop macro
/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_mkdirat.c45 #define DIR "dir" macro
H A Dt_mkfifoat.c45 #define DIR "dir" macro
H A Dt_mknodat.c45 #define DIR "dir" macro
H A Dt_readlinkat.c45 #define DIR "dir" macro
H A Dt_openat.c45 #define DIR "dir" macro
H A Dt_unlinkat.c45 #define DIR "dir" macro
H A Dt_faccessat.c45 #define DIR "dir" macro
H A Dt_fchmodat.c45 #define DIR "dir" macro
H A Dt_utimensat.c46 #define DIR "dir" macro
H A Dt_fstatat.c45 #define DIR "dir" macro
H A Dt_fchownat.c46 #define DIR "dir" macro
H A Dt_o_search.c65 #define DIR "dir" macro
/freebsd/tests/sys/fs/fusefs/
H A Dutils.hh34 typedef struct _dirdesc DIR; typedef
/freebsd/contrib/libfido2/windows/
H A Dbuild.ps129 Function GitClone(${REPO}, ${BRANCH}, ${DIR}) { in GitClone() argument
/freebsd/contrib/sqlite3/
H A Dshell.c2304 typedef struct DIR DIR; typedef
2306 struct DIR { struct
2308 DIRENT d_first; /* DIRENT constructed based on "_findfirst". */ argument
2309 DIRENT d_next; /* DIRENT constructed based on "_findnext". */ argument