HomeSort by relevance Sort by last modified time
    Searched refs:FDBASE (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
main.c 1181 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) {
1407 if (shl_dbg_fd < FDBASE) {
1410 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
    [all...]
shf.c 72 if ((sflags & SHF_MAPHI) && fd < FDBASE) {
75 nfd = fcntl(fd, F_DUPFD, FDBASE);
sh.h 607 #define FDBASE 10 /* First file usable by Shell */
610 #define FDBASE 24 /* First file usable by Shell */
1047 #define SHF_MAPHI 0x0020 /* make fd > FDBASE (and close orig)
    [all...]
lex.c 927 if (iop->unit >= FDBASE)
    [all...]

Completed in 38 milliseconds