Searched refs:shtemp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.dol.c | 637 tchar shtemp[] = {'/', 't', 'm', 'p', '/', 's', 'h', 'X', 'X', 'X', in heredoc() local 644 if ((fd1 = mkstemp_(shtemp)) < 0) in heredoc() 645 Perror(shtemp); in heredoc() 646 (void) unlink_(shtemp); /* 0 0 inode! */ in heredoc()
|