Lines Matching refs:err_code
41 int *err_code);
419 int fd, ret, err_code, i, result; in eval_file() local
423 err_code = EXIT; in eval_file()
460 return (err_code); in eval_file()
473 err_code = WARNING_EXIT; in eval_file()
480 err_code = WARNING_EXIT; in eval_file()
500 err_code = WARNING_EXIT; in eval_file()
520 acl_str = get_acl_string(fname, statb, &err_code); in eval_file()
542 return (err_code); in eval_file()
611 get_acl_string(const char *fname, const struct stat64 *statb, int *err_code) in get_acl_string() argument
627 *err_code = WARNING_EXIT; in get_acl_string()