Searched refs:emsgp (Results 1 – 1 of 1) sorted by relevance
1610 check_fd(const char *name, int mode, const char **emsgp) in check_fd() argument1617 return (coproc_getfd(mode, emsgp)); in check_fd()1620 if (emsgp) in check_fd()1621 *emsgp = "illegal file descriptor name"; in check_fd()1626 if (emsgp) in check_fd()1627 *emsgp = "bad file descriptor"; in check_fd()1639 if (emsgp) in check_fd()1640 *emsgp = (fl == O_WRONLY) ? in check_fd()1699 coproc_getfd(int mode, const char **emsgp) in coproc_getfd() argument1705 if (emsgp) in coproc_getfd()[all …]