Searched refs:_errbuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/usr.bin/rpcgen/ |
| H A D | rpc_svcout.c | 55 static char _errbuf[256]; /* For all messages */ variable 228 (void) sprintf(_errbuf, in write_netid_register() 259 (void) sprintf(_errbuf, in write_nettype_register() 278 (void) sprintf(_errbuf, "could not create a handle"); in write_rest() 292 (void) sprintf(_errbuf, "svc_run returned"); in write_rest() 539 (void) sprintf(_errbuf, "unable to free arguments"); in write_program() 549 (void) sprintf(_errbuf, "unable to free results"); in write_program() 810 sprintf(_errbuf, "cannot get transport info"); in write_pm_most() 828 sprintf(_errbuf, "could not get the right module"); in write_pm_most() 846 sprintf(_errbuf, "cannot create server handle"); in write_pm_most() [all …]
|
| /freebsd-14.2/lib/libkvm/tests/ |
| H A D | kvm_test_common.c | 42 errbuf_has_error(const char *_errbuf) in errbuf_has_error() argument 45 return (strcmp(_errbuf, "")); in errbuf_has_error()
|