Lines Matching defs:dirfile
114 static char dirfile[MAXPATHLEN] = "#"; /* No file */
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);
202 dirp = opendirfile(dirfile);
420 fail_dirtmp(dirfile);
436 fail_dirtmp(dirfile);
542 rdirp = opendirfile(dirfile);
831 if (dirfile[0] != '#') {
832 (void) truncate(dirfile, 0);
833 (void) unlink(dirfile);