| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| execution-termios.c | 26 tcdrain (fileno (stdout));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| execution-termios.c | 26 tcdrain (fileno (stdout));
|
| /src/external/public-domain/xz/dist/src/xz/ |
| private.h | 40 # define fileno _fileno macro 44 # define STDIN_FILENO (fileno(stdin)) 48 # define STDOUT_FILENO (fileno(stdout)) 52 # define STDERR_FILENO (fileno(stderr))
|
| /src/games/robots/ |
| flush_in.c | 52 tcflush(fileno(stdin), TCIFLUSH);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| unbuffer_output.c | 33 if (!isatty (fileno (stdin)))
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| unbuffer_output.c | 33 if (!isatty (fileno (stdin)))
|
| /src/games/hack/ |
| hack.ioctl.c | 82 (void) tcgetattr(fileno(stdin), &termios); 88 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios);
|
| /src/lib/libc/stdio/ |
| fileno.c | 1 /* $NetBSD: fileno.c,v 1.13 2012/03/15 18:22:30 christos Exp $ */ 38 static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: fileno.c,v 1.13 2012/03/15 18:22:30 christos Exp $"); 52 * A subroutine version of the macro fileno. 54 #undef fileno macro 57 __weak_alias(fileno,_fileno)
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| lock.c | 64 ldap_lockf( fileno(*lfp) ); 70 ldap_unlockf( fileno(*lfp) ); 84 ldap_unlockf( fileno(lfp) );
|
| /src/usr.bin/write/ |
| term_chk.c | 116 if (isatty(fileno(stdin))) 117 myttyfd = fileno(stdin); 118 else if (isatty(fileno(stdout))) 119 myttyfd = fileno(stdout); 120 else if (isatty(fileno(stderr))) 121 myttyfd = fileno(stderr);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| binary-io.h | 25 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...', 42 # undef fileno macro 43 # define fileno _fileno macro
|
| /src/external/gpl3/binutils/dist/include/ |
| binary-io.h | 23 like to be included after '#define fileno ...' 43 # undef fileno macro 44 # define fileno _fileno macro
|
| /src/external/gpl3/binutils.old/dist/include/ |
| binary-io.h | 23 like to be included after '#define fileno ...' 43 # undef fileno macro 44 # define fileno _fileno macro
|
| /src/external/gpl3/gdb.old/dist/include/ |
| binary-io.h | 23 like to be included after '#define fileno ...' 43 # undef fileno macro 44 # define fileno _fileno macro
|
| /src/external/gpl3/gdb/dist/include/ |
| binary-io.h | 23 like to be included after '#define fileno ...' 43 # undef fileno macro 44 # define fileno _fileno macro
|
| /src/external/bsd/am-utils/dist/conf/checkmount/ |
| checkmount_default.c | 74 if (flock(fileno(mtab), LOCK_SH) < 0) { 76 if (lockf(fileno(mtab), F_LOCK, 0) < 0) {
|
| /src/external/mpl/bind/dist/bin/confgen/ |
| os.c | 37 return fchown(fileno(fd), pw->pw_uid, -1);
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshtty.c | 62 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { 74 if (tcgetattr(fileno(stdin), &tio) == -1) { 92 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) {
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| printmsg.c | 79 fhandle = _get_osfhandle( fileno( fp )); 89 while ( lockf( fileno( fp ), F_LOCK, 0 ) != 0 ) { 109 lockf( fileno( fp ), F_ULOCK, 0 );
|
| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| getpass.c | 95 if (GETATTR(fileno(fi), &ttyb) < 0) 100 if (SETATTR(fileno(fi), &ttyb) < 0) 118 if (SETATTR(fileno(fi), &ttyb) < 0)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/ |
| msvc.c | 142 #ifdef fileno 143 #undef fileno macro 146 fileno (FILE *fp) function 151 #endif /* fileno */
|
| /src/lib/libcurses/ |
| tty.c | 114 if (tcgetattr(fileno(screen->infd), &screen->orig_termios)) { 116 if (tcgetattr(fileno(screen->outfd), &screen->orig_termios)) { 164 return tcsetattr(fileno(screen->infd), TCSASOFT | TCSADRAIN, 184 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 204 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 225 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 252 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 296 if (tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSANOW, 322 if (tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSANOW, 380 if (tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSANOW [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| cloexec.c | 58 rk_cloexec(fileno(f));
|
| /src/external/gpl3/binutils/dist/binutils/ |
| bin2c.c | 50 SET_BINARY (fileno (stdin));
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| bin2c.c | 50 SET_BINARY (fileno (stdin));
|