Searched refs:fileno (Results 226 - 250 of 359) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dgmon_io.c305 SET_BINARY (fileno (stdin));
/openbsd-current/lib/libc/gen/
H A Dauthenticate.c170 (void)write(fileno(stdout), tbuf, nchars);
/openbsd-current/usr.bin/diff/
H A Ddiffreg.c318 fstat(fileno(f1), &stb1) == -1) {
339 fstat(fileno(f2), &stb2) == -1) {
981 line = preadline(fileno(f1),
989 line = preadline(fileno(f2),
/openbsd-current/usr.bin/ftp/
H A Dsmall.c306 (void) write(fileno(ttyout), "\n\r", 2);
/openbsd-current/usr.bin/mail/
H A Dlex.c75 if (fstat(fileno(ibuf), &stb) == -1) {
/openbsd-current/libexec/login_ldap/
H A Dutil.c188 if (fstat(fileno(cf), &sb) == -1) {
/openbsd-current/usr.bin/mg/
H A Dtags.c270 if (fstat(fileno(fd), &sb) == -1) {
/openbsd-current/usr.sbin/smtpd/
H A Dqueue_fs.c500 if (do_sync && fsync(fileno(fp))) {
H A Dsmtpctl.c1316 lseek(fileno(fp), 0, SEEK_SET);
1317 (void)dup2(fileno(fp), STDIN_FILENO);
/openbsd-current/usr.bin/rcs/
H A Dco.c364 if (fstat(fileno(file->rf_file), &st) == -1)
/openbsd-current/usr.bin/openssl/
H A Ds_server.c1573 pfd[0].fd = fileno(stdin);
1607 i = read(fileno(stdin), buf, bufsize / 2);
1623 i = read(fileno(stdin), buf, bufsize);
1742 n = write(fileno(stdout), buf + len, i - len);
/openbsd-current/usr.bin/doas/
H A Ddoas.c167 if (fstat(fileno(yyfp), &sb) != 0)
/openbsd-current/gnu/gcc/gcc/
H A Dggc-common.c468 mmi.preferred_base = host_hooks.gt_pch_get_address (mmi.size, fileno (f));
579 fileno (f), mmi.offset);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcov.c516 if (!fstat (fileno (bb_file), &status))
1480 if (!fstat (fileno (source_file), &status)
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Decho-area.c1496 FD_SET (fileno (stdin), &readfds);
1499 ready = select (fileno (stdin) + 1, &readfds, (fd_set *) NULL,
/openbsd-current/gnu/llvm/clang/tools/scan-view/share/
H A DScanView.py740 fs = os.fstat(f.fileno())
770 fs = os.fstat(f.fileno())
/openbsd-current/gnu/usr.bin/perl/dist/IO/
H A DIO.xs72 #define PerlIO_fileno(f) fileno(f)
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dclosure.t665 fileno ff;
/openbsd-current/usr.bin/pr/
H A Dpr.c1510 if (fstat(fileno(inf), &statbuf) == -1) {
1764 if (isatty(fileno(stdout)))
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_win32con.c1227 _setmode(fileno(stdin), _O_BINARY);
1228 _setmode(fileno(stdout), _O_BINARY);
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t516 fileno 1 -
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h803 #if defined(fileno) && defined(__DECC_VER) && __DECC_VER < 50300000
804 # undef fileno macro
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t147 exp fcntl fileno fork getc getgrgid getgrnam getlogin
/openbsd-current/sys/nfs/
H A Dnfs_vnops.c2331 u_quad_t fileno; local
2407 fileno = fxdr_hyper(tl);
2414 fileno = fxdr_unsigned(u_quad_t, *tl++);
2437 dp->d_fileno = fileno;
2546 u_quad_t fileno; local
2607 fileno = fxdr_hyper(tl);
2630 dp->d_fileno = fileno;
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp190 const int fd = fileno(file);
1384 m_error_file(error_file), m_input_connection(fileno(input_file), false),
1392 const int term_fd = fileno(m_output_file);

Completed in 443 milliseconds

1234567891011>>