Searched refs:FDBASE (Results 1 – 4 of 4) sorted by relevance
1148 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) { in tty_init_fd()1374 if (shl_dbg_fd < FDBASE) { in initio()1377 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()1416 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()1475 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()
667 #define FDBASE 10 /* First file usable by Shell */ macro670 #define FDBASE 24 /* First file usable by Shell */ macro
921 if (iop->unit >= FDBASE) in yylex()