Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c334 void error_msg_and_help(const char *fmt, ...) in error_msg_and_help() function
364 error_msg_and_help("invalid -%c argument: '%s'", opt, arg); in error_opt_arg()
1624 error_msg_and_help("-c and -C are mutually exclusive"); in init()
1630 error_msg_and_help("-c and -C are mutually exclusive"); in init()
1733 error_msg_and_help(NULL); in init()
1745 error_msg_and_help("must have PROG [ARGS] or -p PID"); in init()
1749 error_msg_and_help("PROG [ARGS] must be specified with -D"); in init()
1756 error_msg_and_help("(-c or -C) and -ff are mutually exclusive"); in init()
1760 error_msg_and_help("-w must be given with (-c or -C)"); in init()
1846 error_msg_and_help("piping the output and -ff are mutually exclusive"); in init()
Dcount.c143 error_msg_and_help("invalid sortby: '%s'", sortby); in set_sortby()
Ddefs.h389 void error_msg_and_help(const char *fmt, ...)
DChangeLog15935 * defs.h (error_msg_and_help): New prototype.
15936 * strace.c (error_msg_and_help): New function.