Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/xo/
H A Dxo.c36 xo_errx(1, "missing argument"); in next_arg()
297 xo_errx(1, "unknown style: %s", optarg); in main()
314 xo_errx(1, "missing argument"); in main()
362 xo_errx(1, "invalid options: %s", opt_options); in main()
/dports/devel/libxo/libxo-0.6.1/xopo/
H A Dxopo.c157 xo_errx(1, "missing argument"); in main()
189 xo_errx(1, "invalid options: %s", opt_options); in main()
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dxo.h399 xo_errx (int eval, const char *fmt, ...) NORETURN PRINTFLIKE(2, 3);
H A Dlibxo.c1621 xo_errx (int eval, const char *fmt, ...) in xo_errx() function