Searched refs:verrx (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/src/legacy/ |
H A D | err.c | 31 _Noreturn void verrx(int status, const char *fmt, va_list ap) in verrx() function 65 verrx(status, fmt, ap); in errx()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | err.h | 19 _Noreturn void verrx(int, const char *, va_list);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | err.h | 19 _Noreturn void verrx(int, const char *, va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | err.h | 19 _Noreturn void verrx(int, const char *, va_list);
|
/third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
H A D | verrx.c | 24 * @tc.desc : The test verrx method prints the error message 31 verrx(status, fmt, ap); in veerx_0100()
|
/third_party/musl/include/ |
H A D | err.h | 19 _Noreturn void verrx(int, const char *, va_list);
|
/third_party/elfutils/lib/ |
H A D | error.c | 55 verrx (status, format, argp); in error()
|
Completed in 2 milliseconds