Searched refs:FDBASE (Results 1 – 4 of 4) sorted by relevance
52 if ((tty_fd = fcntl(tfd, F_DUPFD_CLOEXEC, FDBASE)) == -1) { in tty_init()
262 if (fd < FDBASE) { in savefd()263 nfd = fcntl(fd, F_DUPFD_CLOEXEC, FDBASE); in savefd()
56 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()59 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
26 #define FDBASE 10 /* First file usable by Shell */ macro