Lines Matching defs:file

4 ** This file is in the public domain, so clarified as of
157 readlink(char const *restrict file, char *restrict buf, size_t size)
575 /* In most of the code, an input file name is represented by its index
580 /* Return the name of the Ith input file, for diagnostics. */
713 file numbers (where subtraction cannot overflow) and possibly
891 /* The minimum and maximum values representable in a TZif file. */
956 /* -1 if the TZif output file should be slim, 0 if default, 1 if the
1171 error(_("empty file name"));
1174 ? "file name '%s' begins with '/'"
1176 ? "file name '%s' contains '//'"
1177 : "file name '%s' ends with '/'"),
1184 error(_("file name '%s' contains '%.*s' component"),
1190 warning(_("file name '%s' component contains leading '-'"),
1193 warning(_("file name '%s' contains overlength component"
1205 /* Benign characters in a portable file name. */
1221 ? _("file name '%s' contains byte '%c'")
1222 : _("file name '%s' contains byte '\\%o'")),
1341 /* Prepare to write to the file *OUTNAME, using *TEMPNAME to store the
1342 name of the temporary file that will eventually be renamed to
1343 *OUTNAME. Assign the temporary file's name to both *OUTNAME and
1345 temporary file; otherwise, reuse *TEMPNAME's storage, which is
1378 /* If TEMPNAME, the result is in the temporary file TEMPNAME even
1397 freshly allocated string. TARGET should be a relative file name, and
1437 Keep it simple, and do not inspect the file system. */
1900 " (file \"%s\", line %"PRIdMAX")"),
3912 Do not consider an existing file to be trouble. */