Searched refs:fmtmsg (Results 1 – 7 of 7) sorted by relevance
/stdlib/ |
A D | tst-fmtmsg.sh | 198 GLIBC:tst-fmtmsg: GLIBC:tst-fmtmsg:1 199 GLIBC:tst-fmtmsg: GLIBC:tst-fmtmsg:2 200 GLIBC:tst-fmtmsg: GLIBC:tst-fmtmsg:3 201 GLIBC:tst-fmtmsg: GLIBC:tst-fmtmsg:4 202 GLIBC:tst-fmtmsg: GLIBC:tst-fmtmsg:5 203 GLIBC:tst-fmtmsg: GLIBC:tst-fmtmsg:6 210 GLIBC:tst-fmtmsg: HALT: GLIBC:tst-fmtmsg:1 211 GLIBC:tst-fmtmsg: ERROR: GLIBC:tst-fmtmsg:2 213 GLIBC:tst-fmtmsg: INFO: GLIBC:tst-fmtmsg:4 214 GLIBC:tst-fmtmsg: GLIBC:tst-fmtmsg:5 [all …]
|
A D | tst-fmtmsg.c | 25 if (fmtmsg (MM_PRINT, "GLIBC:tst-fmtmsg", MM_HALT, "halt", in do_test() 30 if (fmtmsg (MM_PRINT, "GLIBC:tst-fmtmsg", MM_ERROR, "halt", in do_test() 35 if (fmtmsg (MM_PRINT, "GLIBC:tst-fmtmsg", MM_WARNING, "halt", in do_test() 40 if (fmtmsg (MM_PRINT, "GLIBC:tst-fmtmsg", MM_INFO, "halt", in do_test() 45 if (fmtmsg (MM_PRINT, "GLIBC:tst-fmtmsg", MM_NOSEV, "halt", in do_test() 50 if (fmtmsg (MM_PRINT, "GLIBC:tst-fmtmsg", MM_TEST, "halt", in do_test()
|
A D | bug-fmtmsg1.c | 14 e1 = fmtmsg (MM_PRINT, "label:part", MM_WARNING, "text", "action", "tag"); in do_test() 17 e2 = fmtmsg (MM_PRINT, "label2:part2", 11, "text2", "action2", "tag2"); in do_test() 22 e3 = fmtmsg (MM_PRINT, "label3:part3", 10, "text3", "action3", "tag3"); in do_test()
|
A D | fmtmsg.h | 94 extern int fmtmsg (long int __classification, const char *__label,
|
A D | Makefile | 30 alloca.h fmtmsg.h \ 58 rpmatch strfmon strfmon_l getsubopt xpg_basename fmtmsg \ 67 test-srcs := tst-fmtmsg 150 CFLAGS-fmtmsg.c += -fexceptions 170 tests-special += $(objpfx)tst-fmtmsg.out 211 $(objpfx)tst-fmtmsg.out: tst-fmtmsg.sh $(objpfx)tst-fmtmsg
|
A D | Versions | 76 fmtmsg;
|
A D | fmtmsg.c | 100 fmtmsg (long int classification, const char *label, int severity, in fmtmsg() function
|
Completed in 15 milliseconds