/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | dirent.d | 48 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 D | dirent.h | 24 # 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 D | dirent.h | 50 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 D | ksh_dir.h | 8 # 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 D | dirent.h | 38 struct dirent struct 49 struct dirent dir_sdReturn; argument
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | savedir.c | 34 # 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 D | dirent.in.h | 38 struct dirent struct 54 # define GNULIB_defined_struct_dirent 1 argument
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | system.h | 187 # define NAMLEN(dirent) strlen((dirent)->d_name) argument 189 # define dirent direct macro 190 # define NAMLEN(dirent) (dirent)->d_namlen argument
|
H A D | glob_.h | 53 # define dirent direct macro
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_scandir.c | 18 #define dirent dirent12 macro
|
H A D | compat_opendir.c | 23 #define dirent dirent12 macro
|
H A D | compat_alphasort.c | 18 #define dirent dirent12 macro
|
/netbsd-src/sys/arch/mac68k/nubus/ |
H A D | nubus.c | 104 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 D | os390-syscalls.c | 35 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 D | bfs.c | 278 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 D | system.h | 154 # 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 D | fileread_bfs.c | 51 struct bfs_dirent *dirent = (void *)SDBOOT_DIRENTADDR; in fileread() local
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_defs.h | 205 # 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 D | posixdir.h | 44 # define dirent direct macro
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | gen-unix.h | 68 struct dirent *dirent; in next_file() local
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | system.h | 174 # 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 D | scandir.c | 91 int (*selectfn)(const struct dirent *), in scandir()
|
/netbsd-src/tests/fs/hfs/ |
H A D | t_pathconvert.c | 39 struct dirent *dirent; in ATF_TC_BODY() local
|
/netbsd-src/sys/kern/ |
H A D | vfs_dirhash.c | 237 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 D | dtfs_subr.c | 149 struct dtfs_dirent *dirent; in dtfs_dirgetnth() local 165 struct dtfs_dirent *dirent; in dtfs_dirgetbyname() local
|