Searched defs:fdi (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c494 static int mycopy(int fdi, int fdo) argument
499 while((n = read(fdi,buffer,BLKSIZE)) > 0)
502 close(fdi);

Completed in 324 milliseconds