Home
last modified time | relevance | path

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

/third_party/mksh/
Dmain.c1621 check_fd(const char *name, int mode, const char **emsgp) in check_fd() argument
1628 return (coproc_getfd(mode, emsgp)); in check_fd()
1631 if (emsgp) in check_fd()
1632 *emsgp = "illegal file descriptor name"; in check_fd()
1637 if (emsgp) in check_fd()
1638 *emsgp = "bad file descriptor"; in check_fd()
1650 if (emsgp) in check_fd()
1651 *emsgp = (fl == O_WRONLY) ? in check_fd()
1710 coproc_getfd(int mode, const char **emsgp) in coproc_getfd() argument
1716 if (emsgp) in coproc_getfd()
[all …]