Lines Matching refs:__msgout
106 static void __msgout(int, const char *, const char *);
229 __msgout(LOG_INFO, in __svcauth_des()
252 __msgout(LOG_INFO, in __svcauth_des()
261 __msgout(LOG_INFO, "_svcauth_des:", "bad nickname"); in __svcauth_des()
294 __msgout(LOG_ERR, "_svcauth_des: DES decryption failure for", in __svcauth_des()
328 __msgout(LOG_INFO, in __svcauth_des()
340 __msgout(LOG_INFO, in __svcauth_des()
357 __msgout(LOG_INFO, in __svcauth_des()
371 __msgout(LOG_INFO, in __svcauth_des()
385 __msgout(LOG_INFO, in __svcauth_des()
413 __msgout(LOG_ERR, "_svcauth_des: DES encryption failure for", in __svcauth_des()
435 __msgout(LOG_ERR, in __svcauth_des()
459 __msgout(LOG_CRIT, "_svcauth_des:", "out of memory"); in __svcauth_des()
495 __msgout(LOG_CRIT, "cache_init:", "out of memory"); in cache_init()
716 __msgout(int level, const char *str, const char *strarg) in __msgout() function