Searched refs:fileno (Results 276 - 300 of 359) sorted by relevance

<<1112131415

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dperlhost.h832 int fileno = win32_dup(win32_fileno(pf)); local
853 pfdup = win32_fdopen(fileno, mode);
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c115 have_tty = isatty (fileno (stderr));
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhsys.c71 # define isatty_(f) isatty(fileno(f))
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dar.c149 interactive = isatty (fileno (stdin));
H A Ddeflex.c1574 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ditbl-lex.c1408 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c149 interactive = isatty (fileno (stdin));
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c122 have_tty = isatty (fileno (stderr));
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dmulti.c157 int f = fileno(in_image);
/openbsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c167 if (!get_line(fp) || flock(fileno(fp), LOCK_SH|LOCK_NB) == 0) {
/openbsd-current/usr.sbin/ospfd/
H A Dparse.y1174 check_file_secrecy(fileno(nfile->stream), nfile->name)) {
/openbsd-current/usr.sbin/eigrpd/
H A Dparse.y955 check_file_secrecy(fileno(nfile->stream), nfile->name)) {
/openbsd-current/usr.sbin/ldapd/
H A Dparse.y796 check_file_secrecy(fileno(nfile->stream), nfile->name)) {
/openbsd-current/usr.sbin/ifstated/
H A Dparse.y700 check_file_secrecy(fileno(nfile->stream), nfile->name)) {
/openbsd-current/usr.sbin/lpd/
H A Dparse.y567 check_file_secrecy(fileno(nfile->stream), nfile->name)) {
/openbsd-current/usr.sbin/pppd/
H A Dauth.c1136 if (fstat(fileno(f), &sbuf) < 0) {
H A Doptions.c577 if (check_prot && !readable(fileno(f))) {
/openbsd-current/usr.bin/indent/
H A Dindent.c1314 while ((n = read(fileno(input), buff, sizeof buff)) > 0)
/openbsd-current/usr.bin/at/
H A Dat.c355 if (fchmod(fileno(fp), S_IRUSR | S_IWUSR | S_IXUSR) == -1)
/openbsd-current/lib/libedit/
H A Dhistory.c826 if (fchmod(fileno(fp), S_IRUSR|S_IWUSR) == -1)
/openbsd-current/usr.sbin/ospf6d/
H A Dparse.y983 check_file_secrecy(fileno(nfile->stream), nfile->name)) {
/openbsd-current/usr.sbin/ypldap/
H A Dparse.y882 check_file_secrecy(fileno(nfile->stream), nfile->name)) {
/openbsd-current/lib/libcurses/tty/
H A Dlib_mvcur.c333 if (SP_PARM->_ofp && NC_ISATTY(fileno(SP_PARM->_ofp))) {
/openbsd-current/usr.bin/compress/
H A Dmain.c837 if (!isatty(fileno(stderr)))
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp261 return fileno(m_stream);

Completed in 411 milliseconds

<<1112131415