Home
last modified time | relevance | path

Searched defs:dirent (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ddirent.d48 struct dirent in version() struct
50 ino_t d_ino; in version()
51 off_t d_off; in version()
52 ushort d_reclen; in version()
53 ubyte d_type; in version()
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Ddirent.h24 # define NAMLEN(dirent) strlen((dirent)->d_name) argument
30 struct dirent { struct
35 struct dirent data; argument
43 # define dirent direct macro
44 # define NAMLEN(dirent) (dirent)->d_namlen argument
/netbsd-src/sys/sys/
H A Ddirent.h50 struct dirent { struct
51 ino_t d_fileno; /* file number of entry */
52 uint16_t d_reclen; /* length of this record */
53 uint16_t d_namlen; /* length of string in d_name */
54 uint8_t d_type; /* file type, see below */
79 * struct direct as well as the exposed struct dirent. The two argument
/netbsd-src/bin/ksh/
H A Dksh_dir.h8 # define NLENGTH(dirent) (strlen(dirent->d_name)) argument
10 # define dirent direct macro
11 # define NLENGTH(dirent) (dirent->d_namlen) argument
/netbsd-src/external/gpl2/gmake/dist/w32/include/
H A Ddirent.h38 struct dirent struct
49 struct dirent dir_sdReturn; argument
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dsavedir.c34 # define NAMLEN(dirent) strlen((dirent)->d_name) argument
36 # define dirent direct macro
37 # define NAMLEN(dirent) (dirent)->d_namlen argument
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Ddirent.in.h38 struct dirent struct
54 # define GNULIB_defined_struct_dirent 1 argument
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dsystem.h187 # define NAMLEN(dirent) strlen((dirent)->d_name) argument
189 # define dirent direct macro
190 # define NAMLEN(dirent) (dirent)->d_namlen argument
H A Dglob_.h53 # define dirent direct macro
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_scandir.c18 #define dirent dirent12 macro
H A Dcompat_opendir.c23 #define dirent dirent12 macro
H A Dcompat_alphasort.c18 #define dirent dirent12 macro
/netbsd-src/sys/arch/mac68k/nubus/
H A Dnubus.c104 nubus_dirent dirent; in nubus_attach() local
588 nubus_get_dir_from_rsrc(nubus_slot *fmt, nubus_dirent *dirent, in nubus_get_dir_from_rsrc()
646 nubus_dirent *dirent, char *data_return, int nbytes) in nubus_get_ind_data()
670 nubus_dirent *dirent, char *data_return, int max_bytes) in nubus_get_c_string()
702 nubus_slot *fmt, nubus_dirent *dirent, void *data_return) in nubus_get_smem_addr_rangelist()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.c35 int (*filter)(const struct dirent*), in scandir()
36 int (*compar)(const struct dirent**, in scandir()
40 struct dirent* dirent; in scandir() local
/netbsd-src/sys/fs/sysvbfs/
H A Dbfs.c278 struct bfs_dirent *dirent; in bfs_file_write() local
314 struct bfs_dirent *dirent; in bfs_file_delete() local
339 struct bfs_dirent *dirent; in bfs_file_rename() local
489 struct bfs_dirent *dirent; in bfs_file_lookup() local
512 struct bfs_dirent **dirent) in bfs_dirent_lookup_by_inode()
531 struct bfs_dirent **dirent) in bfs_dirent_lookup_by_name()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h154 # define NAMLEN(dirent) strlen((dirent)->d_name) argument
156 # define dirent direct macro
157 # define NAMLEN(dirent) ((dirent)->d_namlen) argument
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dfileread_bfs.c51 struct bfs_dirent *dirent = (void *)SDBOOT_DIRENTADDR; in fileread() local
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_defs.h205 # define NAMLEN(dirent) strlen((dirent)->d_name) argument
207 # define dirent direct macro
208 # define NAMLEN(dirent) (dirent)->d_namlen argument
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dposixdir.h44 # define dirent direct macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen-unix.h68 struct dirent *dirent; in next_file() local
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h174 # define NAMLEN(dirent) strlen ((dirent)->d_name) argument
176 # define dirent direct macro
177 # define NAMLEN(dirent) ((dirent)->d_namlen) argument
/netbsd-src/lib/libc/gen/
H A Dscandir.c91 int (*selectfn)(const struct dirent *), in scandir()
/netbsd-src/tests/fs/hfs/
H A Dt_pathconvert.c39 struct dirent *dirent; in ATF_TC_BODY() local
/netbsd-src/sys/kern/
H A Dvfs_dirhash.c237 dirhash_enter(struct dirhash * dirh,struct dirent * dirent,uint64_t offset,uint32_t entry_size,int new_p) dirhash_enter() argument
349 dirhash_remove(struct dirhash * dirh,struct dirent * dirent,uint64_t offset,uint32_t entry_size) dirhash_remove() argument
[all...]
/netbsd-src/tests/fs/puffs/h_dtfs/
H A Ddtfs_subr.c149 struct dtfs_dirent *dirent; in dtfs_dirgetnth() local
165 struct dtfs_dirent *dirent; in dtfs_dirgetbyname() local

12345