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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c637 tchar shtemp[] = {'/', 't', 'm', 'p', '/', 's', 'h', 'X', 'X', 'X', local
644 if ((fd1 = mkstemp_(shtemp)) < 0)
645 Perror(shtemp);
646 (void) unlink_(shtemp); /* 0 0 inode! */

Completed in 46 milliseconds