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

/xsrc/external/mit/xtrap/dist/
H A Dchparse.c380 auto int fdmask; local in function:kbinr
388 fdmask = 1 << fileno(stdin);
391 count = select(fileno(stdin) + 1, (fd_set *)&fdmask, NULL, NULL, &timeout);

Completed in 2 milliseconds