Home
last modified time | relevance | path

Searched refs:hmodPmPrintf (Results 1 – 2 of 2) sorted by path

/trunk/main/sal/osl/os2/
H A Ddebug_printf.c36 static void* hmodPmPrintf = NULL; variable
44 if (hmodPmPrintf == NULL) { in debug_printf()
46 hmodPmPrintf = dlopen( "PMPRINTF", 0); in debug_printf()
47 if (hmodPmPrintf == NULL) in debug_printf()
51 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()
/trunk/main/vcl/os2/source/app/
H A Ddebug_printf.c35 static void* hmodPmPrintf = NULL; variable
43 if (hmodPmPrintf == NULL) { in debug_printf()
45 hmodPmPrintf = dlopen( "PMPRINTF", 0); in debug_printf()
46 if (hmodPmPrintf == NULL) in debug_printf()
50 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()

Completed in 28 milliseconds