Home
last modified time | relevance | path

Searched refs:ksh_dupbase (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/ksh/
H A Dtty.c132 if ((tty_fd = ksh_dupbase(tfd, FDBASE)) < 0) {
H A Dsh.h94 #define ksh_dupbase(fd, base) fcntl(fd, F_DUPFD, base) macro
H A Dio.c256 nfd = ksh_dupbase(fd, FDBASE);
H A Dshf.c62 nfd = ksh_dupbase(fd, FDBASE);