Lines Matching full:directory
43 .Nd directory operations
68 function opens the directory named by
70 associates a directory stream with it, and returns a pointer to be used
71 to identify the directory stream in subsequent operations.
82 except that the directory is specified by file descriptor rather than by name.
90 or to modify the state of the associated directory,
104 function returns a pointer to the next directory entry in the named
105 directory stream
109 upon reaching the end of the directory or detecting an invalid
123 to represent the next directory entry in the named directory stream
141 Upon reaching the end of the directory stream, this pointer shall have the value
147 directory stream
157 operation on the named directory stream
160 directory stream when the
170 If the directory is closed and then reopened, the
172 value may be invalidated due to undetected directory compaction.
176 function resets the position of the named directory stream
178 to the beginning of the directory.
182 function closes the named directory stream and frees the structure
193 directory stream
198 Sample code which searches a directory for entry
223 is not a directory.
248 is not associated with a directory.