Searched refs:fdo (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 46 register int flag,fdo; in b_hist() local 193 if((fdo=open(fname,O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) < 0) in b_hist() 195 outfile= sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fdo,SF_WRITE); in b_hist() 227 sh_close(fdo); in b_hist() 228 fdo = pad_create(fname); in b_hist() 229 pad_wait(fdo); in b_hist() 233 lseek(fdo,(off_t)0,SEEK_SET); in b_hist() 246 fdo = sh_chkopen(fname); in b_hist() 259 hist_subst(error_info.id,fdo,replace); in b_hist() 263 Sfio_t *iop = sfnew(NIL(Sfio_t*),buff,IOBSIZE,fdo,SF_READ); in b_hist() [all …]
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | suid_exec.c | 494 static int mycopy(int fdi, int fdo) in mycopy() argument 500 if(write(fdo,buffer,n) != n) in mycopy() 503 close(fdo); in mycopy()
|
/titanic_44/usr/src/tools/scripts/ |
H A D | its.reg | 128 PREFIX=fdo
|