Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c876 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()
Dshf.c64 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()
67 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
Dsh.h364 #define FDBASE 10 /* First file usable by Shell */ macro
367 #define FDBASE 24 /* First file usable by Shell */ macro
Dlex.c968 if (iop->unit >= FDBASE) in yylex()