HomeSort by: relevance | last modified time | path
    Searched defs:modefile (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/grfconfig/
grfconfig.c 86 char *modefile = 0; local in function:main
98 case 't': /* test the modefile without setting it */
115 modefile = av[1];
122 if (modefile) {
123 if (!(fp = fopen(modefile, "r")))
125 "Cannot open mode definition file `%s'", modefile);
grfconfig.c 86 char *modefile = 0; local in function:main
98 case 't': /* test the modefile without setting it */
115 modefile = av[1];
122 if (modefile) {
123 if (!(fp = fopen(modefile, "r")))
125 "Cannot open mode definition file `%s'", modefile);
  /src/sbin/restore/
dirs.c 115 static char modefile[MAXPATHLEN] = "#"; /* No file */ variable in typeref:typename:char[]
169 (void) snprintf(modefile, sizeof(modefile), "%s/rstmode%jd",
172 (void) snprintf(modefile, sizeof(modefile),
174 if ((mfd = mkstemp(modefile)) == -1)
176 modefile);
180 mf = fopen(modefile, "w");
182 err(1, "cannot open temporary file %s", modefile);
206 fail_dirtmp(modefile);
    [all...]
dirs.c 115 static char modefile[MAXPATHLEN] = "#"; /* No file */ variable in typeref:typename:char[]
169 (void) snprintf(modefile, sizeof(modefile), "%s/rstmode%jd",
172 (void) snprintf(modefile, sizeof(modefile),
174 if ((mfd = mkstemp(modefile)) == -1)
176 modefile);
180 mf = fopen(modefile, "w");
182 err(1, "cannot open temporary file %s", modefile);
206 fail_dirtmp(modefile);
    [all...]

Completed in 22 milliseconds