Lines Matching full:fileno
283 if(fd == fileno(stdin)) {
315 if(fd == fileno(stdout)) {
318 else if(fd == fileno(stderr)) {
443 ssize_t nread = fullread(fileno(stdin), buffer, nbytes);
460 ssize_t nwrite = fullwrite(fileno(stdout), buffer, nbytes);
755 if(fds == fileno(stdin)) {
762 else if(fds == fileno(stdout)) {
765 else if(fds == fileno(stderr)) {
817 if(fds == fileno(stdin)) {
822 else if(fds == fileno(stdout) || fds == fileno(stderr)) {
948 FD_SET((curl_socket_t)fileno(stdin), &fds_read);
1030 if(FD_ISSET(fileno(stdin), &fds_read)) {
1447 setmode(fileno(stdin), O_BINARY);
1448 setmode(fileno(stdout), O_BINARY);
1449 setmode(fileno(stderr), O_BINARY);