HomeSort by: relevance | last modified time | path
    Searched defs:stdin_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/nc/
netcat.c 1063 int stdin_fd = STDIN_FILENO; local in function:readwrite
1074 stdin_fd = -1;
1077 pfd[POLL_STDIN].fd = stdin_fd;
netcat.c 1063 int stdin_fd = STDIN_FILENO; local in function:readwrite
1074 stdin_fd = -1;
1077 pfd[POLL_STDIN].fd = stdin_fd;

Completed in 23 milliseconds