Searched defs:_dirdesc (Results 1 – 3 of 3) sorted by relevance
40 struct _dirdesc { struct41 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 */
42 typedef struct _dirdesc struct44 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 */
522 typedef struct _dirdesc { struct523 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;