Searched defs:dirlist_s (Results 1 – 1 of 1) sorted by relevance
93 struct dirlist_s { struct94 dirlist_t *dl_next;95 int dl_space;96 int dl_flags;97 char *dl_dirname;98 char *dl_filename; /* file name (not path) if open */99 int dl_fd; /* file handle, -1 unless open */