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

/ast/src/cmd/ksh93/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 17 milliseconds