Searched refs:_errbuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/usr.bin/rpcgen/ |
| H A D | rpc_svcout.c | 57 static char _errbuf[256]; /* For all messages */ variable 230 (void) sprintf(_errbuf, in write_netid_register() 261 (void) sprintf(_errbuf, in write_nettype_register() 280 (void) sprintf(_errbuf, "could not create a handle"); in write_rest() 294 (void) sprintf(_errbuf, "svc_run returned"); in write_rest() 541 (void) sprintf(_errbuf, "unable to free arguments"); in write_program() 551 (void) sprintf(_errbuf, "unable to free results"); in write_program() 812 sprintf(_errbuf, "cannot get transport info"); in write_pm_most() 830 sprintf(_errbuf, "could not get the right module"); in write_pm_most() 848 sprintf(_errbuf, "cannot create server handle"); in write_pm_most() [all …]
|
| /freebsd-13.1/lib/libkvm/tests/ |
| H A D | kvm_test_common.c | 44 errbuf_has_error(const char *_errbuf) in errbuf_has_error() argument 47 return (strcmp(_errbuf, "")); in errbuf_has_error()
|