Searched refs:targetfd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c237 int fd, newfd, targetfd, lowerlimit; local
278 for (targetfd = lowerlimit + 10;
279 targetfd > lowerlimit; targetfd--) {
280 if ((newfd = fcntl(fd, F_DUPFD, targetfd)) != -1)

Completed in 21 milliseconds