Searched refs:fmtmsg (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fmtmsg/ |
H A D | fmtmsg01.c | 24 * fmtmsg(3C) and addseverity(3C) 36 #include <fmtmsg.h> /* interface definition */ 61 char *str1 = "LTP:fmtmsg: INFO: LTP fmtmsg() test1 message, NOT an error"; 63 char *str3 = "LTP:fmtmsg: LTP_TEST: LTP fmtmsg() test2 message, NOT an error"; 90 ret_val = fmtmsg(MM_PRINT | MM_SOFT, "LTP:fmtmsg", MM_INFO, in main() 91 "LTP fmtmsg() test1 message, NOT an error", in main() 97 fprintf(temp, "fmtmsg returne in main() [all...] |
/third_party/musl/libc-test/src/api/ |
H A D | fmtmsg.c | 2 #include <fmtmsg.h> 25 {int(*p)(long,const char*,int,const char*,const char*,const char*) = fmtmsg;} in f()
|
/third_party/musl/src/misc/ |
H A D | fmtmsg.c | 1 /* Public domain fmtmsg() 4 #include <fmtmsg.h> 24 int fmtmsg(long classification, const char *label, int severity, in fmtmsg() function
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fmtmsg.h | 41 int fmtmsg(long, const char *, int, const char *, const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fmtmsg.h | 41 int fmtmsg(long, const char *, int, const char *, const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fmtmsg.h | 41 int fmtmsg(long, const char *, int, const char *, const char *, const char *);
|
/third_party/musl/include/ |
H A D | fmtmsg.h | 41 int fmtmsg(long, const char *, int, const char *, const char *, const char *);
|
/third_party/ltp/testcases/kernel/syscalls/ |
H A D | Makefile | 24 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
|
Completed in 2 milliseconds