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

/freebsd-9.3-release/contrib/less/
H A Dttyin.c50 extern int fd0;
55 fd0 = dup(0);
H A Dedit.c16 public int fd0 = 0; variable
298 f = fd0;
700 if (isatty(fd0))
H A Dch.c796 extern int fd0;
797 if (f == fd0 && !isatty(fd0))
H A Dscreen.c29 extern int fd0;
598 * mode if fd0 is zero, since that means we were called before
602 if (fd0 != 0)
1088 * before any file operations have been done on fd0.
/freebsd-9.3-release/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-9.3-release/crypto/openssh/
H A Dmonitor.c1436 int res, fd0; local
1475 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0)
1477 if (fd0 != 0)
1478 error("%s: fd0 %d != 0", __func__, fd0);
/freebsd-9.3-release/release/picobsd/build/
H A Dpicobsd411 Please insert a blank floppy in /dev/fd0.\\n
420 dd if=${BUILDDIR}/${c_img} of=/dev/fd0.${fd_size}

Completed in 258 milliseconds