Home
last modified time | relevance | path

Searched refs:_errbuf (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/rpcgen/
Drpc_svcout.c52 char _errbuf[256]; /* For all messages */ variable
164 (void) snprintf(_errbuf, sizeof _errbuf, "cannot find %s netid.", transp);
172 (void) snprintf(_errbuf, sizeof _errbuf, "cannot create %s service.", transp);
190 (void) snprintf(_errbuf, sizeof _errbuf,
221 (void) snprintf(_errbuf, sizeof _errbuf,
240 (void) snprintf(_errbuf, sizeof _errbuf, "could not create a handle"); in write_rest()
254 (void) snprintf(_errbuf, sizeof _errbuf, "svc_run returned"); in write_rest()
485 (void) snprintf(_errbuf, sizeof _errbuf, "unable to free arguments");
591 fprintf(fout, "%ssyslog(LOG_ERR, \"%%s\", \"%s\");\n", space, _errbuf);
593 fprintf(fout, "%s_msgout(\"%s\");\n", space, _errbuf);
[all …]