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

  /src/sbin/restore/
dirs.c 114 static char dirfile[MAXPATHLEN] = "#"; /* No file */ variable in typeref:typename:char[]
154 (void) snprintf(dirfile, sizeof(dirfile), "%s/rstdir%jd",
157 (void) snprintf(dirfile, sizeof(dirfile), "%s/rstdir%jd-XXXXXX",
159 if ((dfd = mkstemp(dirfile)) == -1)
160 err(1, "cannot mkstemp temporary file %s", dirfile);
164 df = fopen(dirfile, "w");
166 err(1, "cannot open temporary file %s", dirfile);
201 fail_dirtmp(dirfile);
    [all...]

Completed in 11 milliseconds