Lines Matching refs:logprintf
90 void logprintf(char *format, ...);
197 logprintf("ypserv: ypinit fork failure.\n"); in ypinit()
220 logprintf("NIS to LDAP mapping inactive.\n"); in ypinit()
222 logprintf("Aborting after NIS to LDAP mapping " in ypinit()
270 logprintf("unable to set maximum RPC record size"); in ypinit()
281 logprintf("getnetconfigent(\"%s\") failed\n", in ypinit()
288 logprintf("t_open failed for %s\n", service[i].netid); in ypinit()
295 logprintf("could not set reserved port for %s\n", in ypinit()
305 logprintf("svc_tli_create failed for %s\n", in ypinit()
315 logprintf("%s %s\n", service[i].netid, register_failed); in ypinit()
326 logprintf("old %s %s\n", in ypinit()
362 logprintf( in ypinit()
371 logprintf("unable to register any services\n"); in ypinit()
377 logprintf("circuit_n %s\n", register_failed); in ypinit()
488 logprintf("ypserv: Can't reply to rpc call.\n"); in ypdispatch()
523 logprintf("ypserv: Can't reply to rpc call.\n"); in ypdispatch()
565 logprintf("ypserv: Can't replay to rpc call.\n"); in ypolddispatch()
626 logprintf(char *format, ...) in logprintf() function