Searched refs:_errbuf (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.bin/rpcgen/ |
| D | rpc_svcout.c | 49 char _errbuf[256]; /* For all messages */ variable 161 (void) snprintf(_errbuf, sizeof _errbuf, "cannot find %s netid.", transp); 169 (void) snprintf(_errbuf, sizeof _errbuf, "cannot create %s service.", transp); 187 (void) snprintf(_errbuf, sizeof _errbuf, 218 (void) snprintf(_errbuf, sizeof _errbuf, 237 (void) snprintf(_errbuf, sizeof _errbuf, "could not create a handle"); in write_rest() 251 (void) snprintf(_errbuf, sizeof _errbuf, "svc_run returned"); in write_rest() 482 (void) snprintf(_errbuf, sizeof _errbuf, "unable to free arguments"); 588 fprintf(fout, "%ssyslog(LOG_ERR, \"%%s\", \"%s\");\n", space, _errbuf); 590 fprintf(fout, "%s_msgout(\"%s\");\n", space, _errbuf); [all …]
|