Searched refs:fileno (Results 1 - 25 of 588) sorted by relevance

1234567891011>>

/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dprivate.h37 # define STDIN_FILENO (fileno(stdin))
41 # define STDOUT_FILENO (fileno(stdout))
45 # define STDERR_FILENO (fileno(stderr))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dexecution-termios.c26 tcdrain (fileno (stdout));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dexecution-termios.c26 tcdrain (fileno (stdout));
/netbsd-current/games/robots/
H A Dflush_in.c52 tcflush(fileno(stdin), TCIFLUSH);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dunbuffer_output.c33 if (!isatty (fileno (stdin)))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dunbuffer_output.c33 if (!isatty (fileno (stdin)))
/netbsd-current/games/hack/
H A Dhack.ioctl.c82 (void) tcgetattr(fileno(stdin), &termios);
88 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios);
/netbsd-current/lib/libc/stdio/
H A Dfileno.c1 /* $NetBSD: fileno.c,v 1.12 2004/05/09 17:27:53 kleink Exp $ */
38 static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fileno.c,v 1.12 2004/05/09 17:27:53 kleink Exp $");
52 * A subroutine version of the macro fileno.
54 #undef fileno macro
57 __weak_alias(fileno,_fileno)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dlock.c64 ldap_lockf( fileno(*lfp) );
70 ldap_unlockf( fileno(*lfp) );
84 ldap_unlockf( fileno(lfp) );
/netbsd-current/usr.bin/write/
H A Dterm_chk.c116 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);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbinary-io.h25 /* The MSVC7 <stdio.h> doesn't like to be included after '#define fileno ...',
42 # undef fileno macro
43 # define fileno _fileno macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dbinary-io.h23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dbinary-io.h23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dbinary-io.h23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dbinary-io.h23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
/netbsd-current/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_default.c74 if (flock(fileno(mtab), LOCK_SH) < 0) {
76 if (lockf(fileno(mtab), F_LOCK, 0) < 0) {
/netbsd-current/external/mpl/bind/dist/bin/confgen/
H A Dos.c37 return (fchown(fileno(fd), pw->pw_uid, -1));
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshtty.c62 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) {
74 if (tcgetattr(fileno(stdin), &tio) == -1) {
92 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) {
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/
H A Dmsvc.c142 #ifdef fileno
143 #undef fileno macro
146 fileno (FILE *fp) function
151 #endif /* fileno */
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dgetpass.c95 if (GETATTR(fileno(fi), &ttyb) < 0)
100 if (SETATTR(fileno(fi), &ttyb) < 0)
118 if (SETATTR(fileno(fi), &ttyb) < 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dcloexec.c58 rk_cloexec(fileno(f));
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dbin2c.c50 SET_BINARY (fileno (stdin));
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dbin2c.c50 SET_BINARY (fileno (stdin));
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dbin2c.c50 SET_BINARY (fileno (stdin));
/netbsd-current/lib/libcurses/
H A Dtty.c114 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_scree
[all...]

Completed in 213 milliseconds

1234567891011>>