Home
last modified time | relevance | path

Searched defs:fmtmsg (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/misc/
Dfmtmsg.c24 int fmtmsg(long classification, const char *label, int severity, in fmtmsg() function
/aosp_15_r20/external/musl/src/misc/
H A Dfmtmsg.c24 int fmtmsg(long classification, const char *label, int severity, in fmtmsg() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpthread.h524 #define fmtmsg(...) (pthread_testcancel(), fmtmsg(__VA_ARGS__)) macro