Home
last modified time | relevance | path

Searched refs:error_func_msg (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dprint_mac.c43 error_func_msg("Address size (%zu) is more than maximum " in sprint_mac_addr()
Dutil.c691 error_func_msg("requested %u bytes exceeds %u bytes limit", in print_quoted_string_ex()
705 error_func_msg("memory exhausted when tried to allocate" in print_quoted_string_ex()
885 error_func_msg("requested %u iovec elements exceeds" in dumpiov_upto()
892 error_func_msg("memory exhausted when tried to allocate" in dumpiov_upto()
943 error_func_msg("memory exhausted when tried to allocate" in dumpstr()
Derror_prints.h66 #define error_func_msg(fmt_, ...) \ macro
Dxlat.c272 error_func_msg("Unexpected xlat value %" PRIu64 in xlat_idx()
490 error_func_msg("Unexpected style value of %#x", style); in print_xlat_ex()
Dnlattr.c138 error_func_msg("[xlat %p, dflt \"%s\", decoders %p] " in decode_nlattr()
414 error_func_msg("indexed xlats are currently incompatible with " in decode_nla_flags()
Dsock.c260 error_func_msg("where is my ifconf?"); in decode_ifconf()
DChangeLog4189 sock: use error_func_msg for printing function name.
4190 * sock.c (decode_ifconf): Use error_func_msg instead of error_msg with
4684 dumpstr): Replace error_msg with error_func_msg.
10361 * error_prints.h (error_func_msg, perror_func_msg, debug_func_msg,