Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/win32/include/
H A Ddirent.h33 typedef struct _dir_struc struct
35 char *start; /* starting position */
36 char *curr; /* current position */
37 long size; /* allocated size of string table */
38 long nfiles; /* number of filenames in table */
39 struct direct dirstr; /* directory structure to return */
40 void* handle; /* system handle */
41 char *end; /* position after last filename */