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

  /external/mksh/src/
main.c 1135 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) {
1362 if (shl_dbg_fd < FDBASE) {
1365 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
1397 * set close-on-exec flag. See FDBASE in sh.h, maybe 24 not 10 here.
1404 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 &&
    [all...]
shf.c 72 if ((sflags & SHF_MAPHI) && fd < FDBASE) {
75 nfd = fcntl(fd, F_DUPFD, FDBASE);
sh.h 626 #define FDBASE 10 /* First file usable by Shell */
629 #define FDBASE 24 /* First file usable by Shell */
1066 #define SHF_MAPHI 0x0020 /* make fd > FDBASE (and close orig)
    [all...]
lex.c 924 if (iop->unit >= FDBASE)
    [all...]

Completed in 1238 milliseconds