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...] |