Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1540 check_fd(const char *name, int mode, const char **emsgp) in check_fd() argument
1547 return (coproc_getfd(mode, emsgp)); in check_fd()
1550 if (emsgp) in check_fd()
1551 *emsgp = "illegal file descriptor name"; in check_fd()
1556 if (emsgp) in check_fd()
1557 *emsgp = "bad file descriptor"; in check_fd()
1569 if (emsgp) in check_fd()
1570 *emsgp = (fl == O_WRONLY) ? in check_fd()
1629 coproc_getfd(int mode, const char **emsgp) in coproc_getfd() argument
1635 if (emsgp) in coproc_getfd()
[all …]