Lines Matching refs:fileno
165 if(fd == fileno(stdin)) {
197 if(fd == fileno(stdout)) {
200 else if(fd == fileno(stderr)) {
325 ssize_t nread = fullread(fileno(stdin), buffer, nbytes);
342 ssize_t nwrite = fullwrite(fileno(stdout), buffer, nbytes);
714 if(fd == fileno(stdin)) {
731 else if(fd == fileno(stdout)) {
735 else if(fd == fileno(stderr)) {
821 if(fd == fileno(stdin)) {
826 else if(fd == fileno(stdout) || fd == fileno(stderr)) {
994 FD_SET((curl_socket_t)fileno(stdin), &fds_read);
1070 if(FD_ISSET(fileno(stdin), &fds_read)) {
1468 setmode(fileno(stdin), O_BINARY);
1469 setmode(fileno(stdout), O_BINARY);
1470 setmode(fileno(stderr), O_BINARY);