Home
last modified time | relevance | path

Searched refs:dx_strf_log (Results 1 – 3 of 3) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Ddxlog.h15 void dx_strf_log(char const * fmt, ...);
19 #define LOGDXFMT(args) (dx_line_log(__LINE__,__FILE__),dx_strf_log args)
27 void dx_strf_log(char const * fmt, ...);
31 #define LOGDXFMT(args) (dx_line_log(__LINE__,__FILE__),dx_strf_log args)
H A Ddxlog.c313 void dx_strf_log(char const * fmt, ... ) in dx_strf_log() function
/dports/games/avp/avp-20170505/src/
H A Dstubs.c208 void dx_strf_log(char const * fmt, ... ) in dx_strf_log() function