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

/ast/src/lib/libcmd/
H A Dcut.c377 Sfio_t *fdtmp = 0; local
538 sfseek(fdtmp,(Sfoff_t)0,SEEK_SET);
539 sfmove(fdtmp,fdout,offset,-1);
548 sfseek(fdtmp,offset=0,SEEK_SET);
557 if(!fdtmp)
558 fdtmp = sftmp(BLOCK);
559 sfwrite(fdtmp,(char*)first,c);
564 if(fdtmp)
565 sfclose(fdtmp);

Completed in 19 milliseconds