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

  /external/mksh/src/
main.c 1151 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) {
1377 if (shl_dbg_fd < FDBASE) {
1380 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
1412 * set close-on-exec flag. See FDBASE in sh.h, maybe 24 not 10 here.
1419 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 &&
    [all...]
shf.c 69 if ((sflags & SHF_MAPHI) && fd < FDBASE) {
72 nfd = fcntl(fd, F_DUPFD, FDBASE);
sh.h 599 #define FDBASE 10 /* First file usable by Shell */
602 #define FDBASE 24 /* First file usable by Shell */
1046 #define SHF_MAPHI 0x0020 /* make fd > FDBASE (and close orig)
    [all...]
lex.c 914 if (iop->unit >= FDBASE)
    [all...]

Completed in 21 milliseconds