Home | History | Annotate | Download | only in src

Lines Matching full:errcode

1795 	int argc, i, errcode;
1804 file = search_path(cp, path, R_OK, &errcode);
1805 if (!file && errcode == ENOENT && wp[0][0] == 's' &&
1809 bi_errorf("%s: %s", cp, cstrerror(errcode));