Searched refs:VDECL (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtradstdc.h112 * int VDECL(sprintf, (char *, const char *, ...));
116 * VDECL() is used for functions with a variable number of arguments.
127 # define VDECL(f,p) f p macro
129 # define VDECL(f,p) f() macro
168 # define VDECL(f,p) f() macro
245 # undef VDECL
248 # define VDECL(f,p) f()
H A Dextern.h552 E void VDECL(panic, (const char *,...)) PRINTF_F(1,2);
899 E void VDECL(msmsg, (const char *,...));
1442 E void VDECL(msmsg, (const char *,...));
1453 E void VDECL(error, (const char *,...));
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_can
[all...]
H A Dsystem.h261 E int VDECL(creat, (const char *,unsigned,...));
266 E int VDECL(open, (const char *,int,unsigned,...));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtradstdc.h112 * int VDECL(sprintf, (char *, const char *, ...));
116 * VDECL() is used for functions with a variable number of arguments.
127 # define VDECL(f,p) f p macro
129 # define VDECL(f,p) f() macro
168 # define VDECL(f,p) f() macro
245 # undef VDECL
248 # define VDECL(f,p) f()
H A Dextern.h552 E void VDECL(panic, (const char *,...)) PRINTF_F(1,2);
899 E void VDECL(msmsg, (const char *,...));
1442 E void VDECL(msmsg, (const char *,...));
1453 E void VDECL(error, (const char *,...));
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_can
[all...]
H A Dsystem.h261 E int VDECL(creat, (const char *,unsigned,...));
266 E int VDECL(open, (const char *,int,unsigned,...));
/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 58 milliseconds