Searched refs:FDBASE (Results 1 – 4 of 4) sorted by relevance
1018 if ((tty_fd = fcntl(tfd, F_DUPFD, FDBASE)) < 0) { in tty_init()1260 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()1319 if (*name || fd >= FDBASE) { in check_fd()
69 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()72 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
368 #define FDBASE 10 /* First file usable by Shell */ macro371 #define FDBASE 24 /* First file usable by Shell */ macro
931 if (iop->unit >= FDBASE) in yylex()