Lines Matching refs:errok
1391 ksh_dup2(int ofd, int nfd, bool errok)1395 if (((rv = dup2(ofd, nfd)) < 0) && !errok && (errno != EBADF))