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

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_svcout.c57 char _errbuf[256]; /* For all messages */ variable
196 (void) sprintf(_errbuf, "cannot find %s netid.", transp);
211 (void) sprintf(_errbuf, "cannot create %s service.", transp);
230 (void) sprintf(_errbuf,
261 (void) sprintf(_errbuf,
280 (void) sprintf(_errbuf, "could not create a handle");
294 (void) sprintf(_errbuf, "svc_run returned");
541 (void) sprintf(_errbuf, "unable to free arguments");
551 (void) sprintf(_errbuf, "unable to free results");
653 f_print(fout, "%ssyslog(LOG_ERR, \"%s\");\n", space, _errbuf);
[all...]

Completed in 105 milliseconds