Searched defs:debug_printf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c104 static void debug_printf(const char *fmt, ...) function
172 debug_printf("auth_pam_init: dlopen %s failed\n", PAM_LIB_NAME);
184 debug_printf("auth_pam_init: dlsym %s failed\n", iter->pszName);
236 debug_printf ("Using PAM service: %s\n", service);
257 debug_printf("conv: ctx is NULL\n");
261 debug_printf("conv: num %d u[%s] p[%d]\n", num_msg, ctx->szUser, ctx->szPassword? strlen (ctx->szPassword): 0);
277 debug_printf("conv: %d returning password [%d]\n", i, r[i].resp? strlen (r[i].resp): 0);
282 debug_printf("conv: %d returning name [%s]\n", i, r[i].resp);
286 debug_printf("conv: %d style %d: [%s]\n", i, msg[i]->msg_style, msg[i]->msg? msg[i]->msg: "(null)");
337 debug_printf("
[all...]

Completed in 1203 milliseconds