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

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py31 os.dup2(null.fileno(), 2)
/netbsd-current/games/battlestar/
H A Dcommand6.c115 if (score_fp != NULL && fileno(score_fp) < 3)
/netbsd-current/games/banner/
H A Dbanner.c1082 if (isatty(fileno(stdin)))
/netbsd-current/usr.bin/progress/
H A Dprogress.c202 if (ioctl(fileno(ttyout), TIOCGSIZE, &ts) == -1)
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A De_os.h319 # define fileno _fileno macro
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dauth.c436 flocked = flock(fileno(fp), LOCK_EX);
441 flocked = flock(fileno(fp), LOCK_EX);
451 ftruncate(fileno(fp), 0) == -1 ||
459 flock(fileno(fp), LOCK_UN);
/netbsd-current/dist/pf/sbin/pflogd/
H A Dpflogd.c327 if (fstat(fileno(fp), &st) == -1) {
481 ftruncate(fileno(f), pos - sizeof(*h))) {
484 ftruncate(fileno(f), pos - sizeof(sf_hdr))) {
526 ftruncate(fileno(f), offset);
/netbsd-current/lib/libc/stdio/
H A DMakefile.inc9 fgetwln.c fgetws.c fileno.c findfp.c flags.c flockfile.c fopen.c \
34 MLINKS+=ferror.3 clearerr.3 ferror.3 feof.3 ferror.3 fileno.3
/netbsd-current/sbin/blkdiscard/
H A Dblkdiscard.c236 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) != -1 &&
/netbsd-current/tests/kernel/
H A Dh_segv.c169 p = mmap(0, 1, PROT_READ|PROT_WRITE, MAP_PRIVATE, fileno(fp), 0);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c531 fileno(syslog_file) != fileno(new_file))
/netbsd-current/usr.bin/sed/
H A Dmain.c446 fchown(fileno(outfile), sb.st_uid, sb.st_gid);
447 fchmod(fileno(outfile), sb.st_mode & ALLPERMS);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py36 stdin_fileno = sys.stdin.fileno()
190 msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h117 # undef fileno macro
118 # define fileno(Stream) fileno_unlocked (Stream) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_file.c239 int fd = fileno((FILE *)ptr);
252 int fd = fileno((FILE *)ptr);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_file.c248 int fd = fileno((FILE *)ptr);
261 int fd = fileno((FILE *)ptr);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h117 # undef fileno macro
118 # define fileno(Stream) fileno_unlocked (Stream) macro
/netbsd-current/external/bsd/libpcap/dist/
H A Dsavefile.c89 #define SET_BINMODE(f) setmode(fileno(f), O_BINARY)
566 p->selectable_fd = fileno(fp);
/netbsd-current/lib/libcurses/
H A Dsetterm.c72 (void)ti_setupterm(&screen->term, type, fileno(screen->outfd), &r);
76 fileno(screen->outfd), &r);
/netbsd-current/external/bsd/nvi/dist/common/
H A Drecover.c557 if (!checkok(fileno(fp))) {
562 switch (file_lock(sp, NULL, NULL, fileno(fp), 1)) {
609 (void)fstat(fileno(fp), &sb);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dos_unix.c457 return fdatasync(fileno(stream));
461 return fcntl(fileno(stream), F_FULLFSYNC);
463 return fsync(fileno(stream));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_openssl.c19 * sigaction and fileno included. -pedantic would be more appropriate for the
409 if (TTY_get(fileno(tty_in), &tty_orig) == -1) {
502 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
540 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_openssl.c19 * sigaction and fileno included. -pedantic would be more appropriate for the
406 if (TTY_get(fileno(tty_in), &tty_orig) == -1) {
493 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
525 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
/netbsd-current/sys/compat/linux/common/
H A Dlinux_inotify.c95 ino_t fileno; member in struct:inotify_dir_entries::inotify_dir_entry
876 idep->ide_entries[i].fileno = currdep->d_fileno;
893 if (i2->ide_entries[i].fileno != i1->ide_entries[i].fileno)
952 ino_t changed = new_idep->ide_entries[new_idep->ide_count - 1].fileno;
956 if (old_idep->ide_entries[i].fileno == changed)
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c368 write(fileno(fp), s, cc);
384 cc = read(fileno(fp), s, size);

Completed in 420 milliseconds

1234567891011>>