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

/macosx-10.10/less-25/less/
H A Dttyin.c53 extern int fd0;
58 fd0 = dup(0);
H A Dch.c757 extern int fd0;
758 if (f == fd0 && !isatty(fd0))
H A Dedit.c17 public int fd0 = 0; variable
304 f = fd0;
709 if (isatty(fd0))
H A Dscreen.c29 extern int fd0;
602 * mode if fd0 is zero, since that means we were called before
606 if (fd0 != 0)
1121 * before any file operations have been done on fd0.
/macosx-10.10/mail_cmds-30/mail/
H A Dpopen.c114 int myside, hisside, fd0, fd1; local
125 fd0 = -1;
129 hisside = fd0 = p[READ];
133 if ((pid = start_command(cmd, &nset, fd0, fd1, NULL, NULL, NULL)) < 0) {
/macosx-10.10/NFS-82/rpc.statd/
H A Dfile.c293 int fd0, fd = -1, len, namelen, rv, nhosts0, nhosts, i, newcreated = 0; local
304 fd0 = open(filename0, O_RDONLY);
305 if (fd0 < 0) {
309 rv = fstat(fd0, &st);
315 rv = read(fd0, &fh, sizeof(fh));
371 rv = read(fd0, hi0p, sizeof(*hi0p));
409 close(fd0);
426 if (fd0 >= 0)
427 close(fd0);
/macosx-10.10/OpenSSH-189/openssh/
H A Dmonitor.c1464 int res, fd0; local
1503 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0)
1505 if (fd0 != 0)
1506 error("%s: fd0 %d != 0", __func__, fd0);

Completed in 122 milliseconds