HomeSort by: relevance | last modified time | path
    Searched defs:_errbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_svcout.c 77 char _errbuf[256]; /* For all messages */ variable in typeref:typename:char[256]
168 (void) sprintf(_errbuf, "cannot find %s netid.", transp);
176 (void) sprintf(_errbuf, "cannot create %s service.", transp);
195 (void) sprintf(_errbuf, "unable to register (%s, %s, %s).",
224 (void) sprintf(_errbuf,
242 (void) sprintf(_errbuf, "could not create a handle");
255 (void) sprintf(_errbuf, "svc_run returned");
501 (void) sprintf(_errbuf, "unable to free arguments");
512 (void) sprintf(_errbuf, "unable to free results");
610 f_print(fout, "%ssyslog(LOG_ERR, \"%s\");\n", space, _errbuf);
    [all...]
rpc_svcout.c 77 char _errbuf[256]; /* For all messages */ variable in typeref:typename:char[256]
168 (void) sprintf(_errbuf, "cannot find %s netid.", transp);
176 (void) sprintf(_errbuf, "cannot create %s service.", transp);
195 (void) sprintf(_errbuf, "unable to register (%s, %s, %s).",
224 (void) sprintf(_errbuf,
242 (void) sprintf(_errbuf, "could not create a handle");
255 (void) sprintf(_errbuf, "svc_run returned");
501 (void) sprintf(_errbuf, "unable to free arguments");
512 (void) sprintf(_errbuf, "unable to free results");
610 f_print(fout, "%ssyslog(LOG_ERR, \"%s\");\n", space, _errbuf);
    [all...]

Completed in 24 milliseconds