Searched refs:fileno (Results 151 - 175 of 300) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/split/
H A Dsplit.c355 ofd = fileno(stdout);
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py276 file_descriptor = fobj.fileno()
/freebsd-11-stable/bin/cat/
H A Dcat.c300 wfd = fileno(stdout);
/freebsd-11-stable/usr.bin/tail/
H A Dreverse.c120 map.fd = fileno(fp);
/freebsd-11-stable/usr.sbin/uefisign/
H A Dchild.c66 fd = fileno(x->x_fp);
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c122 fromatty = isatty(fileno(stdin));
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc104 int outfile = fileno(stdout);
/freebsd-11-stable/usr.bin/localedef/
H A Dlocaledef.c131 if (fchmod(fileno(f), 0644) < 0) {
/freebsd-11-stable/contrib/elftoolchain/strings/
H A Dstrings.c250 fd = fileno(pfile);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat.c1251 if (isatty(fileno(args.pa_printfile))) {
1253 if (ioctl(fileno(args.pa_printfile), TIOCGWINSZ, &ws) < 0)
1272 EV_SET(&kev, fileno(stdin), EVFILT_READ, EV_ADD, 0, 0, NULL);
1422 if (kev.ident == (unsigned)fileno(stdin) &&
1456 if (ioctl(fileno(args.pa_printfile),
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c485 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR)
495 if (isatty(fileno(stdin)))
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap229 vec($mask="",fileno(S),1) = 1;
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h105 # undef fileno macro
106 # define fileno(Stream) fileno_unlocked (Stream) macro
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c247 if (flock(fileno(pidfp), LOCK_EX|LOCK_NB) == 0)
330 (void) ftruncate(fileno(pidfp), ftello(pidfp));
/freebsd-11-stable/contrib/tnftp/src/
H A Dmain.c258 fromatty = isatty(fileno(stdin));
260 if (isatty(fileno(ttyout))) {
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vnops.c343 printf(" name \"%s\", fileno %d, cached %d, wildcards %d\n",
350 * Write out a single 'struct dirent', based on 'name' and 'fileno' arguments.
353 autofs_readdir_one(struct uio *uio, const char *name, int fileno, argument
373 dirent.d_fileno = fileno;
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c114 * On VMS, you need to define this to get the declaration of fileno(). The
151 # ifdef fileno
152 # undef fileno macro
154 # define fileno(a) (int)_fileno(a) macro
2910 # ifdef fileno
2911 # undef fileno macro
2912 # define fileno(a) (int)_fileno(a) macro
3238 return fileno(stdin);
3244 return fileno(stdout);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.c298 setmode(fileno(DES_IN), O_BINARY);
300 setmode(fileno(DES_OUT), O_BINARY);
/freebsd-11-stable/usr.sbin/iostat/
H A Diostat.c447 if (isatty(fileno(stdout)) != 0) {
704 status = ioctl(fileno(stdout), TIOCGWINSZ, &w);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py372 fd = sys.stdin.fileno()
380 fd = sys.stdin.fileno()
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c1712 if (fstat(fileno(fin), &st) < 0) {
1747 } else if (lseek(fileno(fin), restart_point, L_SET) < 0) {
1836 } else if (lseek(fileno(fout), restart_point, L_SET) < 0) {
2016 data = fileno(file);
2129 netfd = fileno(outstr);
2130 filefd = fileno(instr);
2252 cnt = read(fileno(instr), buf, sizeof(buf));
2261 cnt = write(fileno(outstr), bp, len);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstrings.c303 SET_BINARY (fileno (stdin));
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.c58 tcsetpgrp (fileno (stderr), signal_pid);
/freebsd-11-stable/contrib/dialog/
H A Dtailbox.c214 if (fstat(fileno(fp), &sb) == 0
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c304 if (fstat(fileno(fp), &sbuf) < 0)

Completed in 603 milliseconds

1234567891011>>