Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1228 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) { in tty_init_fd()
1452 if (shl_dbg_fd < FDBASE) { in initio()
1455 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()
1494 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()
Dshf.c72 if ((sflags & SHF_MAPHI) && fd < FDBASE) { in shf_open()
75 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
Dsh.h666 #define FDBASE 10 /* First file usable by Shell */ macro