Searched defs:tuname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c452 char cuname[PATH_MAX], tuname[PATH_MAX]; local
469 cuname[0] = tuname[0] = '\0';
498 (void) snprintf(tuname, sizeof (tuname), "%sXXXXXX",
500 if ((tfd = mkstemp(tuname)) == -1)
504 (void) out("# writing changes to %s\n", tuname);
506 err(EF_SYS|EF_JMP, "chmod %s", tuname);
508 err(EF_SYS|EF_JMP, "fdopen on %s", tuname);
521 if (tuname[0] != 0)
522 (void) unlink(tuname);
[all...]

Completed in 58 milliseconds