Home
last modified time | relevance | path

Searched refs:pfnPmPrintf (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/vcl/os2/source/app/
H A Ddebug_printf.c36 static PMPRINTF pfnPmPrintf = NULL; variable
50 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()
51 if (!pfnPmPrintf) in debug_printf()
58 cnt = pfnPmPrintf(format, args); in debug_printf()
/aoo41x/main/sal/osl/os2/
H A Ddebug_printf.c37 static PMPRINTF pfnPmPrintf = NULL; variable
51 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()
52 if (!pfnPmPrintf) in debug_printf()
59 cnt = pfnPmPrintf(format, args); in debug_printf()

Completed in 6 milliseconds