Searched refs:fd0 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/less/
H A Dttyin.c80 extern int fd0;
85 fd0 = dup(0);
H A Dedit.c20 public int fd0 = 0; variable
343 f = fd0;
748 if (isatty(fd0))
H A Dch.c820 extern int fd0;
821 if (f == fd0 && !isatty(fd0))
H A Dscreen.c28 extern int fd0;
650 * mode if fd0 is zero, since that means we were called before
654 if (fd0 != 0)
1120 * before any file operations have been done on fd0.
/freebsd-11-stable/contrib/mdocml/
H A Dcatman.c69 sock_fd_write(int fd, int fd0, int fd1, int fd2) argument
100 *(walk++) = fd0;
/freebsd-11-stable/usr.bin/mail/
H A Dpopen.c101 int myside, hisside, fd0, fd1; local
112 fd0 = -1;
116 hisside = fd0 = p[READ];
120 if ((pid = start_command(cmd, &nset, fd0, fd1, NULL, NULL, NULL)) < 0) {
/freebsd-11-stable/tools/bus_space/
H A Dbus.c180 int fd0, rid; local
193 fd0 = r->fd;
204 r->fd = fd0;
/freebsd-11-stable/crypto/openssh/
H A Dmonitor.c1435 int res, fd0; local
1474 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0)
1476 if (fd0 != 0)
1477 error("%s: fd0 %d != 0", __func__, fd0);
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd369 Please insert a blank floppy in /dev/fd0.\\n
378 dd if=${BUILDDIR}/${c_img} of=/dev/fd0.${fd_size}

Completed in 87 milliseconds