Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1148 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) { in tty_init_fd()
1374 if (shl_dbg_fd < FDBASE) { in initio()
1377 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()
1416 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()
1475 if (fd >= FDBASE) { in check_fd()
Dshf.c72 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()
75 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
Dsh.h667 #define FDBASE 10 /* First file usable by Shell */ macro
670 #define FDBASE 24 /* First file usable by Shell */ macro
Dlex.c921 if (iop->unit >= FDBASE) in yylex()