Lines Matching full:errok
1373 ksh_dup2(int ofd, int nfd, bool errok)1377 if (((rv = dup2(ofd, nfd)) < 0) && !errok && (errno != EBADF))