Lines Matching +full:shared +full:- +full:memory
5 …formation Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifica…
12 truncate, ftruncate \- set a file to a specified length
35 increased, and the extended area appears as if it were zero-filled.
50 appearing as if it were zero-filled. The value of the seek pointer is not
54 The \fBftruncate()\fR function works only with regular files and shared memory.
55 If \fIfildes\fR refers to a shared memory object, \fBftruncate()\fR sets the
56 size of the shared memory object to \fIlength\fR. If \fIfildes\fR refers to a
61 If the effect of \fBftruncate()\fR is to decrease the size of a shared memory
62 object or memory mapped file and whole pages beyond the new end were previously
66 If the effect of \fBftruncate()\fR is to increase the size of a shared memory
68 end-of-file and the new are flushed to the underlying object.
133 The named file resides on a read-only file system.
321 interfaces for 64-bit file offsets. See \fBlf64\fR(5).
337 MT-Level MT-Safe