Searched refs:modefile (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/restore/
H A Ddirs.c111 static char modefile[MAXPATHLEN] = "#"; /* No file */ variable
156 (void) sprintf(modefile, "%s/rstmode%jd", tmpdir,
159 (void) strcat(modefile, "-XXXXXX");
160 fd = mkstemp(modefile);
162 fd = open(modefile, O_RDWR|O_CREAT|O_EXCL, 0666);
166 warn("%s: cannot create modefile", modefile);
192 fail_dirtmp(modefile);
425 fail_dirtmp(modefile);
571 (void) sprintf(modefile, "
[all...]

Completed in 117 milliseconds