Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dtelldir.h40 struct _dirdesc { struct
41 int dd_fd; /* file descriptor associated with directory */
42 long dd_loc; /* offset in current buffer */
43 long dd_size; /* amount of data returned by getdents() */
44 char *dd_buf; /* data buffer */
45 int dd_len; /* size of data buffer */
46 off_t dd_curpos; /* current cookie */
47 off_t dd_bufpos; /* cookie of the first entry in dd_buf */
48 void *dd_lock; /* mutex to protect struct */
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Dndir.h42 typedef struct _dirdesc struct
44 int dd_id; /* uniquely identify each open directory */
45 long dd_loc; /* where we are in directory entry is this */
46 struct _dircontents *dd_contents; /* pointer to contents of dir */
47 struct _dircontents *dd_cp; /* pointer to current position */
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h522 typedef struct _dirdesc { struct
523 long context;
524 int flags;
525 unsigned long int count;
526 char *pattern;
527 struct dirent entry;
528 struct dsc$descriptor_s pat;
529 void *mutex;