Lines Matching defs:emsgp
1621 check_fd(const char *name, int mode, const char **emsgp)
1628 return (coproc_getfd(mode, emsgp));
1631 if (emsgp)
1632 *emsgp = "illegal file descriptor name";
1637 if (emsgp)
1638 *emsgp = "bad file descriptor";
1650 if (emsgp)
1651 *emsgp = (fl == O_WRONLY) ?
1710 coproc_getfd(int mode, const char **emsgp)
1716 if (emsgp)
1717 *emsgp = "no coprocess";