Searched refs:error_msg_and_help (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | strace.c | 340 error_msg_and_help("invalid -%c argument: '%s'", opt, arg); in error_opt_arg() 1629 error_msg_and_help("-c and -C are mutually exclusive"); in init() 1635 error_msg_and_help("-c and -C are mutually exclusive"); in init() 1743 error_msg_and_help(NULL); in init() 1752 error_msg_and_help("must have PROG [ARGS] or -p PID"); in init() 1756 error_msg_and_help("PROG [ARGS] must be specified with -D"); in init() 1770 error_msg_and_help("(-c or -C) and -ff are mutually exclusive"); in init() 1774 error_msg_and_help("-w must be given with (-c or -C)"); in init() 1852 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 | 98 error_msg_and_help(const char *fmt, ...) in error_msg_and_help() function
|
D | count.c | 115 error_msg_and_help("invalid sortby: '%s'", sortby); in set_sortby()
|
D | basic_filters.c | 65 error_msg_and_help("incorrect personality designator '%s'" in qualify_syscall_separate_personality()
|
D | ChangeLog | 4220 * error_prints.c (error_msg_and_die, error_msg_and_help, 13128 (error_msg, error_msg_and_die, error_msg_and_help, perror_msg, 13133 (error_msg, error_msg_and_die, error_msg_and_help, perror_msg, 14764 (verror_msg, error_msg_and_help): Use it instead of progname. 35125 * defs.h (error_msg_and_help): New prototype. 35126 * strace.c (error_msg_and_help): New function.
|