Searched refs:fileno (Results 201 - 225 of 359) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dserver.c58 tcsetpgrp (fileno (stderr), signal_pid);
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dmakedoc.c246 SET_BINARY (fileno (stream));
/openbsd-current/usr.bin/hexdump/
H A Ddisplay.c333 if (fstat(fileno(stdin), &sb))
/openbsd-current/usr.bin/rcs/
H A Ddiff.c330 if (fstat(fileno(f1), &stb1) == -1) {
335 if (fstat(fileno(f2), &stb2) == -1) {
894 line = preadline(fileno(f1),
902 line = preadline(fileno(f2),
/openbsd-current/usr.bin/vacation/
H A Dvacation.c474 close(fileno(mfp));
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dstrings.c309 SET_BINARY (fileno (stdin));
H A Dnlmconv.c706 || fstat (fileno (custom_data), &st) < 0)
727 || fstat (fileno (help_data), &st) < 0)
749 || fstat (fileno (message_data), &st) < 0)
785 || fstat (fileno (rpc_data), &st) < 0)
819 || (fstat (fileno (shared_data), &st) < 0))
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dstrings.c289 SET_BINARY (fileno (stdin));
H A Dnlmconv.c710 || fstat (fileno (custom_data), &st) < 0)
731 || fstat (fileno (help_data), &st) < 0)
753 || fstat (fileno (message_data), &st) < 0)
789 || fstat (fileno (rpc_data), &st) < 0)
823 || (fstat (fileno (shared_data), &st) < 0))
/openbsd-current/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c127 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0)
/openbsd-current/lib/libc/net/
H A Druserok.c138 else if (fstat(fileno(hostf), &sbuf) == -1)
/openbsd-current/usr.bin/ssh/
H A Dauth2-pubkeyfile.c476 safe_path_fd(fileno(f), file, pw, line, sizeof(line)) != 0) {
/openbsd-current/libexec/comsat/
H A Dcomsat.c276 (void)tcgetattr(fileno(tp), &ttybuf);
/openbsd-current/usr.bin/csplit/
H A Dcsplit.c306 if (ftruncate(fileno(overfile), truncofs) != 0)
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py501 def fileno(self): member in class:SpawnBase
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize93 if os.fstat(fd.fileno()).st_size < Ehdr_size:
95 with mmap.mmap(fd.fileno(), 0, access=mmap.ACCESS_READ) as m:
/openbsd-current/usr.sbin/lpd/
H A Dprinter.c343 if (fstat(fileno(fp), st) == -1) {
685 if (dup2(fileno(fp), STDIN_FILENO) == -1)
1022 if (efp && fstat(fileno(efp), &st) == 0 && st.st_size) {
/openbsd-current/usr.bin/ftp/
H A Dutil.c898 (void)write(fileno(ttyout), buf, strlen(buf));
960 (void)write(siginfo ? STDERR_FILENO : fileno(ttyout), buf, strlen(buf));
1015 if (ioctl(fileno(ttyout), TIOCGWINSZ, &winsize) != -1)
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcoreamp.t562 test_proto 'fileno';
564 is &CORE::fileno(\*STDIN), fileno STDIN, '&CORE::fileno';
565 lis [&CORE::fileno(\*STDIN)], [fileno STDIN], '&CORE::fileno in list cx';
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks2.c626 bufmode = fileno (f) == 2 ? _IONBF : (isatty (fileno (f)) ? _IOLBF : _IOFBF);
991 WRAPPER2(int, fileno, FILE *stream)
995 "fileno stream");
996 return fileno (stream);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.h401 int __fd = fileno(__f);
/openbsd-current/gnu/gcc/gcc/
H A Dgcov-io.c532 if (fstat (fileno (gcov_var.file), &status))
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevsw.c57 setmode(fileno(angelDebugLogFile), O_TEXT);
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dgmon_io.c330 SET_BINARY (fileno (stdin));
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Devent-top.c1148 input_fd = fileno (instream);

Completed in 195 milliseconds

1234567891011>>