Searched refs:fileno (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/xz/src/xz/
H A Dprivate.h36 # define STDIN_FILENO (fileno(stdin))
40 # define STDOUT_FILENO (fileno(stdout))
44 # define STDERR_FILENO (fileno(stderr))
/freebsd-9.3-release/lib/libc/stdio/
H A Dfileno.c34 static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93";
44 #undef fileno macro
48 fileno(FILE *fp) function
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c59 static MALLOC_DEFINE(M_MSDOSFSFILENO, "msdosfs_fileno", "MSDOSFS fileno mapping node");
101 msdosfs_fileno_map(mp, fileno)
103 uint64_t fileno;
110 KASSERT((uint32_t)fileno == fileno,
111 ("fileno >32 bits but not a large fs?"));
112 return ((uint32_t)fileno);
114 if (fileno < FILENO_FIRST_DYN)
115 return ((uint32_t)fileno);
117 key.mf_fileno64 = fileno;
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c78 if (isatty(fileno(stdout))) {
80 if (fp != 0 && isatty(fileno(fp))) {
82 dup2(fileno(fp), STDOUT_FILENO);
H A Dlib_newterm.c140 if (setupterm(name, fileno(ofp), &errret) != ERR) {
179 SP->_ifd = fileno(ifp);
180 typeahead(fileno(ifp));
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dlog.c60 if (flock(fileno(flog), LOCK_EX) < 0) {
82 (void) flock(fileno(flog), LOCK_UN);
/freebsd-9.3-release/contrib/bind9/bin/confgen/unix/
H A Dos.c42 return (fchown(fileno(fd), pw->pw_uid, -1));
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetpass.c68 if (tcgetattr (fileno (in), &t) == 0)
74 tty_changed = (tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &t) == 0);
104 (void) tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &s);
/freebsd-9.3-release/crypto/openssh/
H A Dsshtty.c61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) {
73 if (tcgetattr(fileno(stdin), &tio) == -1) {
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) {
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dread_string.c83 tcgetattr(fileno(tty), &t_old);
86 tcsetattr(fileno(tty), TCSANOW, &t_new);
109 tcsetattr(fileno(tty), TCSANOW, &t_old);
/freebsd-9.3-release/contrib/gdb/gdb/config/rs6000/
H A Dxm-rs6000.h83 int fd = fileno (stdout); \
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h21 # define UP_fileno fileno
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dbin2c.c40 # define fileno(_fp) _fileno (_fp) macro
89 SET_BINARY (fileno (stdin));
/freebsd-9.3-release/contrib/libreadline/examples/
H A Dexcallback.c125 FD_SET(fileno(stdin), &fds);
132 if( FD_ISSET(fileno(stdin), &fds) ) {
/freebsd-9.3-release/usr.bin/mail/
H A Dtty.c83 if (tcgetattr(fileno(stdin), &ttybuf) < 0) {
101 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0)
112 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
120 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
127 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
135 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
148 tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf);
154 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0)
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dhost.c113 uint32_t fileno; local
118 rc = CALLBACK(readdir, f->f_fsdata, &fileno, &type, &namelen,
123 d->d_fileno = fileno;
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dfopen-safer.c46 int fd = fileno (fp);
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Drfc931.c165 if (bind(fileno(fp), (struct sockaddr *) & our_query_sin,
167 connect(fileno(fp), (struct sockaddr *) & rmt_query_sin,
175 if (bind(fileno(fp), (struct sockaddr *) & our_query_sin,
177 connect(fileno(fp), (struct sockaddr *) & rmt_query_sin,
/freebsd-9.3-release/usr.bin/tail/
H A Dtail.c184 fstat(fileno(file->fp), &file->st)) {
201 fstat(fileno(fp), &sb)) {
218 if (fstat(fileno(stdin), &sb)) {
227 if (lseek(fileno(stdin), (off_t)0, SEEK_CUR) == -1 &&
H A Dforward.c200 map.fd = fileno(fp);
279 if (fstatfs(fileno(file->fp), &sf) == 0 &&
285 if (Fflag && fileno(file->fp) != STDIN_FILENO) {
286 EV_SET(&ev[n], fileno(file->fp), EVFILT_VNODE,
291 EV_SET(&ev[n], fileno(file->fp), EVFILT_READ,
325 if (Fflag && fileno(file->fp) != STDIN_FILENO)
349 fstat(fileno(file->fp), &file->st)
358 if (fileno(file->fp) == STDIN_FILENO)
/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4.c139 setmode(fileno(in), O_BINARY);
140 setmode(fileno(out), O_BINARY);
/freebsd-9.3-release/usr.bin/write/
H A Dwrite.c90 if (isatty(fileno(stdin)))
91 myttyfd = fileno(stdin);
92 else if (isatty(fileno(stdout)))
93 myttyfd = fileno(stdout);
94 else if (isatty(fileno(stderr)))
95 myttyfd = fileno(stderr);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_log.c85 int fd = fileno(p_log->out_port);
272 if (fstat(fileno(p_log->out_port), &st) == 0)
278 dup2(fileno(p_log->out_port), 0);
279 dup2(fileno(p_log->out_port), 1);
280 dup2(fileno(p_log->out_port), 2);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c587 if (fstat (fileno (from), &st) == 0 && S_ISREG (st.st_mode)) {
593 chunk = mmap (0, st.st_size, PROT_READ, MAP_SHARED, fileno (from), 0);
597 res = sec_write (fileno (to), chunk, st.st_size);
607 fstat (fileno (from), &st) >= 0 ? &st : NULL);
611 while ((n = read (fileno (from), buf, bufsize)) > 0) {
612 werr = sec_write (fileno (to), buf, n);
699 if (fstat (fileno (fin), &st) < 0 ||
730 rc = lseek (fileno (fin), restart_point, SEEK_SET);
772 set_buffer_size (fileno (dout), 0);
975 set_buffer_size (fileno (di
[all...]
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dfsshare.c196 error = flock(fileno(oldfd), LOCK_EX);
234 flock(fileno(oldfd), LOCK_UN);
238 flock(fileno(newfd), LOCK_UN);

Completed in 207 milliseconds

1234567891011>>