Searched refs:verror_msg (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | error_prints.c | 45 verror_msg(int err_no, const char *fmt, va_list p) in verror_msg() function 83 verror_msg(0, fmt, p); in error_msg() 92 verror_msg(0, fmt, p); in error_msg_and_die() 103 verror_msg(0, fmt, p); in error_msg_and_help() 116 verror_msg(errno, fmt, p); in perror_msg() 125 verror_msg(errno, fmt, p); in perror_msg_and_die()
|
D | ChangeLog | 13134 perror_msg_and_die, verror_msg): Move ... 14764 (verror_msg, error_msg_and_help): Use it instead of progname. 49432 Per Dmitry's request, remove paranoid check in verror_msg() 49433 * strace.c (verror_msg): Remove redundant check for msg != NULL. 49436 * strace.c (verror_msg): More robust error check for vasprintf. 49465 Use single fprintf in verror_msg() 49478 * strace.c (verror_msg): Attempt to print the message in single 51369 * strace.c (verror_msg): Rewrite without use of heap memory allocation.
|
/external/toybox/lib/ |
D | lib.c | 9 void verror_msg(char *msg, int err, va_list va) in verror_msg() function 30 verror_msg(msg, 0, va); in error_msg() 39 verror_msg(msg, errno, va); in perror_msg() 49 verror_msg(msg, 0, va); in error_exit() 63 verror_msg(msg, errno, va); in perror_exit() 78 verror_msg(msg, -1, va); in help_exit()
|
D | lib.h | 195 void verror_msg(char *msg, int err, va_list va);
|