Home
last modified time | relevance | path

Searched refs:FDBASE (Results 1 – 4 of 4) sorted by relevance

/openbsd/bin/ksh/
H A Dtty.c52 if ((tty_fd = fcntl(tfd, F_DUPFD_CLOEXEC, FDBASE)) == -1) { in tty_init()
H A Dio.c262 if (fd < FDBASE) { in savefd()
263 nfd = fcntl(fd, F_DUPFD_CLOEXEC, FDBASE); in savefd()
H A Dshf.c56 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()
59 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
H A Dsh.h26 #define FDBASE 10 /* First file usable by Shell */ macro