Lines Matching +full:data +full:- +full:path
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39 .Fn open "const char *path" "int flags" "..."
41 .Fn openat "int fd" "const char *path" "int flags" "..."
44 .Fa path
74 .Fa path
75 specifies a relative path.
79 .Fa path ,
102 .Fa path ,
113 .Fa path
119 .Fa path
120 must not be an absolute path and must not contain ".." components
121 which cause the path resolution to escape the directory hierarchy
125 .Fa path
126 may target absolute path or contain escaping ".." components.
139 MIB is set to zero, ".." is not allowed if found on non-local filesystem.
147 .Bl -tag -width O_RESOLVE_BENEATH
181 synchronous data and metadata writes
184 synchronous data and metadata writes
186 synchronous data writes
203 path resolution must not cross the
207 record only the target path in the opened descriptor
212 if path is empty
270 link points to a non-existent name.
281 The descriptor remains in non-blocking mode for subsequent operations.
293 is used in the mask, all data and metadata required to read the data will be
315 The system will attempt to avoid caching the data you read or write.
316 If it cannot avoid caching the data,
317 it will minimize the impact the data has on the cache.
367 The run-time linker (rtld) uses this flag to ensure shared objects have
373 if any intermediate component of the specified relative path does not
404 the following descriptor-level operations:
406 .Bl -tag -width __acl_aclcheck_fd -offset indent -compact
454 .Fa path
458 Such an open behaves as if the current path of the file referenced by
460 is passed, except that path walk permissions are not checked.
469 returns a non-negative integer, termed a file descriptor.
470 It returns \-1 on failure.
512 return a non-negative integer, termed a file descriptor.
513 They return \-1 on failure, and set
518 .Bl -tag -width Er
520 A component of the path prefix is not a directory.
523 or an entire path name exceeded 1023 characters.
528 A component of the path name that must exist does not exist.
530 Search permission is denied for a component of the path prefix.
552 The named file has its append-only flag set, the file is to be modified, and
568 The named file resides on a read-only file system,
572 is specified and the named file would reside on a read-only file system.
644 Corrupted data was detected while reading from the file system.
652 .Fa path
677 .Fa path
681 .Fa path
682 argument does not specify an absolute path and the
690 .Fa path
691 argument is not an absolute path and
706 .Fa path
707 is an absolute path and the process is in capability mode.
709 .Fa path
710 is an absolute path and
714 .Fa path
720 .Fa path
728 .Fa path
751 .St -p1003.1-2008 .
765 in one of its non-final components.
778 .\" .St -p1003.1-2017 ,
780 .\" the St macro is available: -p1003.1-2017
781 .No IEEE Std 1003.1-2008, 2017 Edition ("POSIX.1") ,