Searched refs:FDBASE (Results 1 – 3 of 3) sorted by relevance
1219 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) { in tty_init_fd()1443 if (shl_dbg_fd < FDBASE) { in initio()1446 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()1485 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()
74 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()77 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
720 #define FDBASE 10 /* First file usable by Shell */ macro