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

  /external/mksh/src/
main.c 1148 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) {
1374 if (shl_dbg_fd < FDBASE) {
1377 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
1409 * set close-on-exec flag. See FDBASE in sh.h, maybe 24 not 10 here.
1416 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 667 #define FDBASE 10 /* First file usable by Shell */
670 #define FDBASE 24 /* First file usable by Shell */
1118 #define SHF_MAPHI 0x0020 /* make fd > FDBASE (and close orig)
    [all...]
lex.c 921 if (iop->unit >= FDBASE)
    [all...]

Completed in 54 milliseconds