Searched refs:error_msg_and_help (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | strace.c | 329 error_msg_and_help("invalid -%c argument: '%s'", opt, arg); in error_opt_arg() 1623 error_msg_and_help("-c and -C are mutually exclusive"); in init() 1629 error_msg_and_help("-c and -C are mutually exclusive"); in init() 1727 error_msg_and_help(NULL); in init() 1736 error_msg_and_help("must have PROG [ARGS] or -p PID"); in init() 1740 error_msg_and_help("PROG [ARGS] must be specified with -D"); in init() 1754 error_msg_and_help("(-c or -C) and -ff are mutually exclusive"); in init() 1758 error_msg_and_help("-w must be given with (-c or -C)"); in init() 1851 error_msg_and_help("piping the output and -ff " in init()
|
D | error_prints.h | 48 void error_msg_and_help(const char *fmt, ...)
|
D | error_prints.c | 97 error_msg_and_help(const char *fmt, ...) in error_msg_and_help() function
|
D | count.c | 144 error_msg_and_help("invalid sortby: '%s'", sortby); in set_sortby()
|
D | ChangeLog | 5566 (error_msg, error_msg_and_die, error_msg_and_help, perror_msg, 5571 (error_msg, error_msg_and_die, error_msg_and_help, perror_msg, 7202 (verror_msg, error_msg_and_help): Use it instead of progname. 27563 * defs.h (error_msg_and_help): New prototype. 27564 * strace.c (error_msg_and_help): New function.
|