Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcut.c377 Sfio_t *fdtmp = 0; in cutfields() local
538 sfseek(fdtmp,(Sfoff_t)0,SEEK_SET); in cutfields()
539 sfmove(fdtmp,fdout,offset,-1); in cutfields()
548 sfseek(fdtmp,offset=0,SEEK_SET); in cutfields()
557 if(!fdtmp) in cutfields()
558 fdtmp = sftmp(BLOCK); in cutfields()
559 sfwrite(fdtmp,(char*)first,c); in cutfields()
564 if(fdtmp) in cutfields()
565 sfclose(fdtmp); in cutfields()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c695 int fdtmp; in build_file() local
712 if ((fdtmp = open(elftmpfile.tmp_name, O_RDWR | O_TRUNC | O_CREAT, in build_file()
720 if ((dst_elf = elf_begin(fdtmp, ELF_C_WRITE, (Elf *) 0)) == NULL) { in build_file()
723 (void) close(fdtmp); in build_file()
1234 (void) close(fdtmp); in build_file()