Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcmd/common/
H A Dcut.c381 Sfio_t *fdtmp = 0; in cutfields() local
542 sfseek(fdtmp,(Sfoff_t)0,SEEK_SET); in cutfields()
543 sfmove(fdtmp,fdout,offset,-1); in cutfields()
552 sfseek(fdtmp,offset=0,SEEK_SET); in cutfields()
561 if(!fdtmp) in cutfields()
562 fdtmp = sftmp(BLOCK); in cutfields()
563 sfwrite(fdtmp,(char*)first,c); in cutfields()
568 if(fdtmp) in cutfields()
569 sfclose(fdtmp); in cutfields()
/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c687 int fdtmp; in build_file() local
704 if ((fdtmp = open(elftmpfile.tmp_name, O_RDWR | O_TRUNC | O_CREAT, in build_file()
712 if ((dst_elf = elf_begin(fdtmp, ELF_C_WRITE, (Elf *) 0)) == NULL) { in build_file()
715 (void) close(fdtmp); in build_file()
1226 (void) close(fdtmp); in build_file()