Home
last modified time | relevance | path

Searched defs:tmpnam (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtmpnam.c27 #define tmpnam ______tmpnam macro
46 tmpnam(char* s) in tmpnam() function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtmpnam_r.c69 tmpnam(char *s) in tmpnam() function
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c434 char tmpnam[PATH_MAX]; /* tmp file name */ in execute_cmd() local