Searched refs:tmpout (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sh/ |
H A D | io.c | 189 len = snprintf((char *)&tmpout[tmpout_offset], size_left, in tmpfil() 191 fd = open((char *)tmpout, O_RDWR|O_CREAT|O_EXCL, 0600); in tmpfil() 209 failed(tmpout, badcreate); in tmpfil() 243 iop->ioname = (char *)make(tmpout); in copy() 245 iop->ioname = (char *)cpystak(tmpout); in copy() 349 len = snprintf((char *)&tmpout[tmpout_offset], in link_iodocs() 352 r = link(i->ioname, (char *)tmpout); in link_iodocs() 365 i->iolink = (char *)make(tmpout); in link_iodocs() 368 failed(tmpout, badcreate); in link_iodocs()
|
H A D | main.c | 49 unsigned char tmpout[TMPOUTSZ]; variable 445 if ((len = snprintf((char *)tmpout, TMPOUTSZ, "/tmp/sh%u", mypid)) >= in settmp()
|
H A D | service.c | 82 fd = chkopen(tmpout, 0); in initio() 83 unlink((const char *)tmpout); in initio()
|
H A D | defs.h | 327 extern unsigned char tmpout[];
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_008_pos.ksh | 73 typeset tmp_out=/var/tmp/tmpout.$$
|