Lines Matching refs:logprintf
91 void logprintf(char *format, ...);
198 logprintf("ypserv: ypinit fork failure.\n"); in ypinit()
221 logprintf("NIS to LDAP mapping inactive.\n"); in ypinit()
223 logprintf("Aborting after NIS to LDAP mapping " in ypinit()
271 logprintf("unable to set maximum RPC record size"); in ypinit()
282 logprintf("getnetconfigent(\"%s\") failed\n", in ypinit()
289 logprintf("t_open failed for %s\n", service[i].netid); in ypinit()
296 logprintf("could not set reserved port for %s\n", in ypinit()
306 logprintf("svc_tli_create failed for %s\n", in ypinit()
316 logprintf("%s %s\n", service[i].netid, register_failed); in ypinit()
327 logprintf("old %s %s\n", in ypinit()
363 logprintf( in ypinit()
372 logprintf("unable to register any services\n"); in ypinit()
378 logprintf("circuit_n %s\n", register_failed); in ypinit()
489 logprintf("ypserv: Can't reply to rpc call.\n"); in ypdispatch()
524 logprintf("ypserv: Can't reply to rpc call.\n"); in ypdispatch()
566 logprintf("ypserv: Can't replay to rpc call.\n"); in ypolddispatch()
627 logprintf(char *format, ...) in logprintf() function