Searched refs:FDBASE (Results 1 – 4 of 4) sorted by relevance
1135 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) { in tty_init_fd()1362 if (shl_dbg_fd < FDBASE) { in initio()1365 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()1404 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()1463 if (fd >= FDBASE) { in check_fd()
72 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()75 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
626 #define FDBASE 10 /* First file usable by Shell */ macro629 #define FDBASE 24 /* First file usable by Shell */ macro
924 if (iop->unit >= FDBASE) in yylex()