Home | History | Annotate | Download | only in src

Lines Matching refs:emsg

278 	const char *s, *emsg;
362 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
363 bi_errorf("%s: %s", "-p", emsg);
376 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
377 bi_errorf("%s: %s: %s", "-u", s, emsg);