Searched refs:verror_msg (Results 1 – 4 of 4) sorted by relevance
/third_party/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 | 200 void verror_msg(char *msg, int err, va_list va);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 193 void verror_msg(char *msg, int err, va_list va);
|
/third_party/toybox/toys/pending/ |
D | sh.c | 150 verror_msg(msg, 0, va); in syntax_err()
|