Searched refs:f_outtemp (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/auditreduce/ |
| H A D | main.c | 656 if (unlink(f_outtemp) == -1) { in rm_outfile() 659 ar, f_outtemp); in rm_outfile() 824 if (rename(f_outtemp, f_newfile) == -1) { in rename_outfile() 827 ar, f_outtemp, f_newfile); in rename_outfile() 832 if (rename(f_outtemp, f_outfile) == -1) { in rename_outfile() 835 ar, f_outtemp, f_outfile); in rename_outfile() 858 f_outtemp = (char *)a_calloc(1, strlen(f_outfile) + 8); in open_outfile() 859 (void) strcpy(f_outtemp, f_outfile); in open_outfile() 860 (void) strcat(f_outtemp, "XXXXXX"); in open_outfile() 861 if ((tmpfd = mkstemp(f_outtemp)) == -1) { in open_outfile()
|
| H A D | auditrd.h | 73 static char *f_outtemp; /* 'W' temporary file name */ variable
|