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