Home
last modified time | relevance | path

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

123456

/netbsd/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/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/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/external/bsd/libarchive/dist/tar/
H A Dbsdtar_platform.h84 # define DIRENT_NAMLEN(dirent) (dirent)->d_namlen argument
86 # define DIRENT_NAMLEN(dirent) strlen((dirent)->d_name) argument
89 # define dirent direct macro
90 # define DIRENT_NAMLEN(dirent) (dirent)->d_namlen argument
/netbsd/external/gpl2/gmake/dist/w32/include/
H A Ddirent.h38 struct dirent struct
49 struct dirent dir_sdReturn; argument
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Ddirent.in.h38 struct dirent struct
54 # define GNULIB_defined_struct_dirent 1 argument
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Ddirent.in.h38 struct dirent struct
54 # define GNULIB_defined_struct_dirent 1 argument
/netbsd/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/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/lib/libc/compat/gen/
H A Dcompat_alphasort.c18 #define dirent dirent12 macro
H A Dcompat_opendir.c23 #define dirent dirent12 macro
H A Dcompat_scandir.c18 #define dirent dirent12 macro
/netbsd/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/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/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/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/tests/usr.bin/xlint/lint1/
H A Dd_cvt_in_ternary.c13 struct filecore_direntry dirent = { 0 }; in main() local
/netbsd/sys/arch/ews4800mips/stand/common/
H A Dfileread_bfs.c51 struct bfs_dirent *dirent = (void *)SDBOOT_DIRENTADDR; in fileread() local
/netbsd/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/external/gpl3/gdb/dist/readline/readline/
H A Dposixdir.h44 # define dirent direct macro
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dposixdir.h44 # define dirent direct macro
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dgen-unix.h68 struct dirent *dirent; in next_file() local
/netbsd/lib/libc/gen/
H A Dscandir.c91 int (*selectfn)(const struct dirent *), in scandir()
/netbsd/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

123456