Searched refs:error_msg_and_die (Results 1 – 14 of 14) sorted by relevance
/external/strace/ |
D | xstring.h | 36 error_msg_and_die("%s: got unexpected return value %d for " in xsnprintf_() 72 error_msg_and_die("%s: string size overflow (%p+%zu) in %s", in get_pos_diff_() 76 error_msg_and_die("%s: got position (%p) beyond string " in get_pos_diff_() 81 error_msg_and_die("%s: got position %p before string %p in %s", in get_pos_diff_()
|
D | basic_filters.c | 117 error_msg_and_die("%s: %s: %s", str, pattern, buf); in regerror_msg_and_die() 338 error_msg_and_die("invalid system call '%s'", token); in qualify_syscall_tokens() 344 error_msg_and_die("invalid system call '%s'", str); in qualify_syscall_tokens() 395 error_msg_and_die("invalid %s '%s'", name, token); in qualify_tokens() 403 error_msg_and_die("invalid %s '%s'", name, str); in qualify_tokens()
|
D | error_prints.h | 50 void error_msg_and_die(const char *fmt, ...) 75 error_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)
|
D | filter_qualify.c | 344 error_msg_and_die("invalid %s '%s'", description, str); in qualify_inject_common() 360 error_msg_and_die("invalid %s '%s'", description, str); in qualify_inject_common() 423 error_msg_and_die("invalid -e kvm= argument: '%s'", str); in qualify_kvm()
|
D | error_prints.c | 88 error_msg_and_die(const char *fmt, ...) in error_msg_and_die() function
|
D | xmalloc.c | 48 error_msg_and_die("Out of memory"); in die_out_of_memory()
|
D | strace.c | 778 error_msg_and_die("bug in alloctcb"); in alloctcb() 1034 error_msg_and_die("Invalid process id: '%s'", opt); in process_opt_p_list() 1037 error_msg_and_die("I'm sorry, I can't let you do that, Dave."); in process_opt_p_list() 1546 error_msg_and_die("Bad OS release string: '%s'", u.release); in get_os_release() 1559 error_msg_and_die("Bad OS release string: '%s'", u.release); in get_os_release() 1623 error_msg_and_die("Syscall '%s' for -b isn't supported", in init() 1810 error_msg_and_die("You must be root to use the -u option"); in init() 1814 error_msg_and_die("Cannot find user '%s'", username); in init()
|
D | unwind-libunwind.c | 43 error_msg_and_die("failed to create address space" in init()
|
D | unwind.c | 314 error_msg_and_die("bug: unprinted entries in queue"); in unwind_tcb_capture()
|
D | syscall.c | 239 error_msg_and_die("Requested switch to unsupported personality " in set_personality()
|
D | ChangeLog | 1261 * filter_qualify.c (qualify_kvm): Call error_msg_and_die instead of 4220 * error_prints.c (error_msg_and_die, error_msg_and_help, 10311 error_msg_and_die(). 10326 (sprint_call_or_error): Replace error_msg_and_die() with 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, 13709 error_msg_and_die in qualify_tokens. 38618 * defs.h (error_msg, perror_msg, error_msg_and_die, perror_msg_and_die, 48894 * count.c (set_sortby): Use error_msg_and_die instead of fprintf. 51123 * strace.c: Replace fprintf[+cleanup]+exit with [p]error_msg_and_die, [all …]
|
/external/strace/tests/ |
D | strace.supp | 10 qualify_tokens: memleak before error_msg_and_die
|
/external/strace/tests-m32/ |
D | strace.supp | 10 qualify_tokens: memleak before error_msg_and_die
|
/external/strace/tests-mx32/ |
D | strace.supp | 10 qualify_tokens: memleak before error_msg_and_die
|