Home
last modified time | relevance | path

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

/freebsd/usr.bin/cmp/
H A Dcmp.c151 errx(ERR_EXIT, "specifying -s with -l or -x is not permitted"); in main()
158 err(ERR_EXIT, "unable to limit rights on stdout"); in main()
160 err(ERR_EXIT, "unable to limit rights on stderr"); in main()
170 err(ERR_EXIT, "%s", file1); in main()
172 exit(ERR_EXIT); in main()
176 errx(ERR_EXIT, in main()
183 err(ERR_EXIT, "%s", file2); in main()
185 exit(ERR_EXIT); in main()
206 errx(ERR_EXIT, "%s: Not a symbolic link", file2); in main()
208 exit(ERR_EXIT); in main()
[all …]
H A Dspecial.c52 err(ERR_EXIT, "caph_limit_stream(%s)", file1); in c_special()
54 err(ERR_EXIT, "caph_limit_stream(%s)", file2); in c_special()
56 err(ERR_EXIT, "unable to enter capability mode"); in c_special()
59 err(ERR_EXIT, "%s", file1); in c_special()
62 err(ERR_EXIT, "%s", file2); in c_special()
109 err(ERR_EXIT, "%s", file1); in c_special()
111 err(ERR_EXIT, "%s", file2); in c_special()
H A Dlink.c53 err(ERR_EXIT, "%s", file1); in c_link()
55 exit(ERR_EXIT); in c_link()
60 err(ERR_EXIT, "%s", file2); in c_link()
62 exit(ERR_EXIT); in c_link()
H A Dregular.c102 err(ERR_EXIT, "unable to enter capability mode"); in c_regular()
108 err(ERR_EXIT, "sigaction()"); in c_regular()
147 err(ERR_EXIT, "remmap %s", file1); in c_regular()
155 err(ERR_EXIT, "remmap %s", file2); in c_regular()
164 err(ERR_EXIT, "sigaction()"); in c_regular()
H A Dextern.h35 #define ERR_EXIT 2 /* error exit code */ macro
/freebsd/bin/expr/
H A Dexpr.y27 #define ERR_EXIT 2 macro
124 errx(ERR_EXIT, "malloc() failed");
138 errx(ERR_EXIT, "malloc() failed"); in make_str()
178 errx(ERR_EXIT, "not a decimal number: '%s'", vp->u.s); in assert_to_integer()
180 errx(ERR_EXIT, "operand too large: '%s'", vp->u.s); in assert_to_integer()
199 errx(ERR_EXIT, "malloc() failed"); in to_string()
282 errx(ERR_EXIT, in main()
302 errx(ERR_EXIT, "syntax error"); in yyerror()
402 errx(ERR_EXIT, "overflow"); in assert_plus()
425 errx(ERR_EXIT, "overflow"); in assert_minus()
[all …]