Lines Matching refs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64 #define ERR_IOPEN "unable to open input file <%s>"
65 #define ERR_IEMPTY "no pathnames in file specified by -i option"
82 "\t\t[-i file] [options]\n" \
85 "\t\t[-V ...] [-M] [-i file] [-Y category[, ...] | " \
142 char file[PATH_MAX+1],
219 * vfstab-like file of stable format.
461 (void) snprintf(file, sizeof (file),
466 (void) checkscripts(file, 0);
470 (void) snprintf(file, sizeof (file),
480 if (checkmap(0, (device != NULL), file, envfile,
509 (void) snprintf(file, sizeof (file),
513 if (checkmap(1, (device != NULL), file, NULL,
518 if (checkmap(1, (device != NULL), file, NULL,
523 if (checkmap(1, (device != NULL), file, NULL,
538 setpathlist(char *file)
552 if (strcmp(file, "-") == 0) {
555 if ((fd = open(file, O_RDONLY)) == -1) {
556 progerr(gettext(ERR_IOPEN), file);
560 progerr(gettext(ERR_IOPEN), file);
564 progerr(gettext(ERR_PATHS_INVALID), file);
568 progerr(gettext(ERR_IOPEN), file);
574 progerr(gettext(ERR_PATHS_INVALID), file);