Home | History | Annotate | Download | only in src

Lines Matching refs:FDBASE

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 &&
1463 if (fd >= FDBASE) {