Searched refs:FDBASE (Results 1 – 4 of 4) sorted by relevance
876 if ((tty_fd = fcntl(tfd, F_DUPFD, FDBASE)) < 0) { in tty_init()1087 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()1143 if (*name || fd >= FDBASE) { in check_fd()
64 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()67 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
364 #define FDBASE 10 /* First file usable by Shell */ macro367 #define FDBASE 24 /* First file usable by Shell */ macro
968 if (iop->unit >= FDBASE) in yylex()