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

/ast/src/cmd/cs/vcs_src/
H A Difs_network.c31 * rtn: -1 if timeout
40 int rtn, num; local
59 rtn = cspoll( &fds, 1, timeout );
60 if( rtn >= 0 ) break;
75 if( rtn == 0 ) {
220 int rtn; local
224 rtn = close( nFile->socket );
226 return rtn;

Completed in 476 milliseconds