Searched refs:PRINTF_F (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtradstdc.h266 #define PRINTF_F(f,v) __attribute__ ((format (printf, f, v))) macro
269 #ifndef PRINTF_F
270 #define PRINTF_F(f,v) macro
H A Dextern.h552 E void VDECL(panic, (const char *,...)) PRINTF_F(1,2);
1503 E void VDECL(pline, (const char *,...)) PRINTF_F(1,2);
1504 E void VDECL(Norep, (const char *,...)) PRINTF_F(1,2);
1506 E void VDECL(You, (const char *,...)) PRINTF_F(1,2);
1507 E void VDECL(Your, (const char *,...)) PRINTF_F(1,2);
1508 E void VDECL(You_feel, (const char *,...)) PRINTF_F(1,2);
1509 E void VDECL(You_cant, (const char *,...)) PRINTF_F(1,2);
1510 E void VDECL(You_hear, (const char *,...)) PRINTF_F(1,2);
1511 E void VDECL(pline_The, (const char *,...)) PRINTF_F(1,2);
1512 E void VDECL(There, (const char *,...)) PRINTF_F(
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtradstdc.h266 #define PRINTF_F(f,v) __attribute__ ((format (printf, f, v))) macro
269 #ifndef PRINTF_F
270 #define PRINTF_F(f,v) macro
H A Dextern.h552 E void VDECL(panic, (const char *,...)) PRINTF_F(1,2);
1503 E void VDECL(pline, (const char *,...)) PRINTF_F(1,2);
1504 E void VDECL(Norep, (const char *,...)) PRINTF_F(1,2);
1506 E void VDECL(You, (const char *,...)) PRINTF_F(1,2);
1507 E void VDECL(Your, (const char *,...)) PRINTF_F(1,2);
1508 E void VDECL(You_feel, (const char *,...)) PRINTF_F(1,2);
1509 E void VDECL(You_cant, (const char *,...)) PRINTF_F(1,2);
1510 E void VDECL(You_hear, (const char *,...)) PRINTF_F(1,2);
1511 E void VDECL(pline_The, (const char *,...)) PRINTF_F(1,2);
1512 E void VDECL(There, (const char *,...)) PRINTF_F(
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dalloc.c28 extern void VDECL(panic, (const char *,...)) PRINTF_F(1,2);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dalloc.c28 extern void VDECL(panic, (const char *,...)) PRINTF_F(1,2);

Completed in 57 milliseconds