Lines Matching +full:working +full:- +full:directory
90 the directory associated with the file descriptor
92 instead of the current working directory.
96 are constructed by a bitwise-inclusive OR of flags from this list,
99 .Bl -tag -width indent
105 Only walk paths below the starting directory.
114 argument is an empty string, operate on the file or directory
121 operate on the current working directory.
130 parameter, the current working directory is used and the behavior is
160 .Bl -tag -width ".Va st_nlink"
180 The time-related fields of
183 .Bl -tag -width ".Va st_birthtim"
201 Also, any syscall which modifies directory content changes the
203 for the affected directory.
223 Also, any syscall which modifies directory content changes the
225 for the affected directory.
237 These time-related macros are defined for compatibility:
238 .Bd -literal
254 Size-related fields of the
257 .Bl -tag -width ".Va st_blksize"
263 Actual number of blocks allocated for the file in 512-byte units.
268 The access-related fields of
271 .Bl -tag -width ".Va st_mode"
283 .Bd -literal
287 #define S_IFDIR 0040000 /* directory */
320 .Bl -tag -width ".Fn S_ISFIFO m"
326 Test for a directory.
339 The macros evaluate to a non-zero value if the test is true
342 .Rv -std
360 .Bl -tag -width Er
382 A component of the path prefix is not a directory.
392 .Bl -tag -width Er
418 .Bl -tag -width Er
438 nor a file descriptor associated with a directory.
443 directory outside of the directory hierarchy specified by
464 .St -p1003.1-90 .