Home
last modified time | relevance | path

Searched refs:shtemp (Results 1 – 1 of 1) sorted by relevance

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