/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | mktemp.c | 27 #define mktemp ______mktemp macro 33 #undef mktemp 74 mktemp(char* buf) in mktemp() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | mktemp.c | 24 * mktemp,mkstemp implementation 27 #define mktemp ______mktemp macro 33 #undef mktemp 74 mktemp(char* buf) in mktemp() function
|
/titanic_51/usr/src/cmd/ast/libshell/common/ |
H A D | illumos_cmdlist.h | 75 #undef mktemp 134 ASTCMDLIST(mktemp) 135 BINCMDLIST(mktemp) 136 GNUCMDLIST(mktemp)
|
/titanic_51/usr/src/cmd/ast/libshell/common/tests/ |
H A D | illumos_13434_chunked_heredoc.sh | 132 t1=`mktemp` 133 t2=`mktemp`
|
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 74 #undef mktemp 139 ASTCMDLIST(mktemp) 140 BINCMDLIST(mktemp) 141 GNUCMDLIST(mktemp)
|
/titanic_51/usr/src/lib/libbc/libc/stdio/common/ |
H A D | tmpnam.c | 35 extern char *mktemp(), *strcpy(), *strcat(); 58 (void) mktemp(p);
|
H A D | tempnam.c | 38 extern char *malloc(), *getenv(), *mktemp(); 83 if(*mktemp(p) == '\0')
|
/titanic_51/usr/src/data/zoneinfo/ |
H A D | zonelint | 66 of=`mktemp` 67 nf=`mktemp`
|
H A D | update_manifest | 80 tmpf1=`mktemp` 81 tmpf2=`mktemp`
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | select.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | exit.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | restricted.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | alias.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | tilde.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | grep.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | select.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | exit.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | readcsv.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | restricted.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | math.sh | 37 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | alias.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | tilde.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
H A D | grep.sh | 31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
|
/titanic_51/usr/src/lib/brand/solaris10/zone/ |
H A D | p2v.ksh | 147 tmpfile=$(mktemp -t) 195 tmpfile=$(mktemp -t) 249 SMFTMPFILE=$(mktemp -t smf.XXXXXX) 306 insttmpfile=$(mktemp -t instsmf.XXXXXX) 616 hollow_pkgs=$(mktemp -t .hollow.pkgs.XXXXXX) 617 hollow_file_list=$(mktemp $ZONEROOT/.hollow.pkgs.files.XXXXXX) 618 hollow_dir_list=$(mktemp $ZONEROOT/.hollow.pkgs.dirs.XXXXXX)
|
/titanic_51/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | reqexec.c | 109 if (mktemp(dstpath) == NULL) { in dup_chkinstall() 148 resppath = mktemp(path); in dup_respfile() 188 resppath = mktemp(path); in set_respfile()
|