Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dio.c189 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 Dmain.c49 unsigned char tmpout[TMPOUTSZ]; variable
445 if ((len = snprintf((char *)tmpout, TMPOUTSZ, "/tmp/sh%u", mypid)) >= in settmp()
H A Dservice.c82 fd = chkopen(tmpout, 0); in initio()
83 unlink((const char *)tmpout); in initio()
H A Ddefs.h327 extern unsigned char tmpout[];
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_008_pos.ksh73 typeset tmp_out=/var/tmp/tmpout.$$