Home | History | Annotate | Download | only in doc

Lines Matching refs:the

8  * the above copyright notice appear in all copies and that both that
10 * documentation, and that the name of the author(s) not be used in
11 * advertising or publicity pertaining to distribution of the software without
12 * specific, written prior permission. The authors make no
13 * representations about the suitability of this software for any purpose. It
16 * THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18 * EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31 Writing is done to a separate file. Once that file is complete, the original
33 a consistent and complete file without the need to lock for reading.
41 Attempts to lock the file referenced by <parameter>atomic</parameter>.
42 Returns FcFalse if the file is already locked, else returns FcTrue and
43 leaves the file locked.
51 Returns the filename for writing a new version of the file referenced
60 Returns the file referenced by <parameter>atomic</parameter>.
68 Replaces the original file referenced by <parameter>atomic</parameter> with
69 the new file. Returns FcFalse if the file cannot be replaced due to
70 permission issues in the filesystem. Otherwise returns FcTrue.
78 Deletes the new file. Used in error recovery to back out changes.
86 Unlocks the file.