Home | History | Annotate | Download | only in src

Lines Matching refs:FDBASE

1181 	if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) {
1407 if (shl_dbg_fd < FDBASE) {
1410 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
1442 * set close-on-exec flag. See FDBASE in sh.h, maybe 24 not 10 here.
1449 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 &&
1508 if (*name || fd >= FDBASE) {