Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c340 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()
Derror_prints.h48 void error_msg_and_help(const char *fmt, ...)
Derror_prints.c98 error_msg_and_help(const char *fmt, ...) in error_msg_and_help() function
Dcount.c115 error_msg_and_help("invalid sortby: '%s'", sortby); in set_sortby()
Dbasic_filters.c65 error_msg_and_help("incorrect personality designator '%s'" in qualify_syscall_separate_personality()
DChangeLog4220 * 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.