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

/freebsd-current/lib/libkvm/tests/
H A Dkvm_test_common.c41 errbuf_has_error(const char *_errbuf) argument
44 return (strcmp(_errbuf, ""));
/freebsd-current/usr.bin/rpcgen/
H A Drpc_svcout.c47 static char _errbuf[256]; /* For all messages */ variable
186 (void) sprintf(_errbuf, "cannot find %s netid.", transp);
201 (void) sprintf(_errbuf, "cannot create %s service.", transp);
220 (void) sprintf(_errbuf,
251 (void) sprintf(_errbuf,
270 (void) sprintf(_errbuf, "could not create a handle");
284 (void) sprintf(_errbuf, "svc_run returned");
531 (void) sprintf(_errbuf, "unable to free arguments");
541 (void) sprintf(_errbuf, "unable to free results");
643 f_print(fout, "%ssyslog(LOG_ERR, \"%s\");\n", space, _errbuf);
[all...]

Completed in 64 milliseconds