Searched refs:tuname (Results 1 – 1 of 1) sorted by relevance
444 char cuname[PATH_MAX], tuname[PATH_MAX]; in conf_close() local461 cuname[0] = tuname[0] = '\0'; in conf_close()490 (void) snprintf(tuname, sizeof (tuname), "%sXXXXXX", in conf_close()492 if ((tfd = mkstemp(tuname)) == -1) in conf_close()496 (void) out("# writing changes to %s\n", tuname); in conf_close()498 err(EF_SYS|EF_JMP, "chmod %s", tuname); in conf_close()500 err(EF_SYS|EF_JMP, "fdopen on %s", tuname); in conf_close()513 if (tuname[0] != 0) in conf_close()514 (void) unlink(tuname); in conf_close()524 if (tuname[0] != '\0') in conf_close()[all …]