HomeSort by: relevance | last modified time | path
    Searched refs:clnt_spcreateerror (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libc/rpc/
clnt_perror.c 66 __weak_alias(clnt_spcreateerror,_clnt_spcreateerror)
246 clnt_spcreateerror(const char *s) function in typeref:typename:char *
301 (void) fprintf(stderr, "%s\n", clnt_spcreateerror(s));
Makefile.inc 57 rpc_clnt_create.3 clnt_spcreateerror.3 \
  /src/tests/lib/libc/rpc/
t_rpc.c 78 SKIPX(, "clnt_create (%s)", clnt_spcreateerror(""));
153 clnt_spcreateerror("clnt_raw_create"));
200 clnt_spcreateerror("clnt_raw_create"));
  /src/include/rpc/
clnt.h 427 extern char *clnt_spcreateerror (const char *); /* string */
  /src/usr.bin/rup/
rup.c 295 warnx("%s", clnt_spcreateerror(host));
  /src/usr.sbin/rpc.statd/
stat_proc.c 343 lp->notifyHost, clnt_spcreateerror(""));
statd.c 579 clnt_spcreateerror(""));
  /src/usr.bin/rpcinfo/
rpcinfo.c 353 char *m = clnt_spcreateerror("") + 2;
501 clnt_spcreateerror("") + 2);
718 clnt_spcreateerror(""));
922 clnt_spcreateerror("") + 2);
1031 clnt_spcreateerror("") + 2);
  /src/usr.sbin/rpc.lockd/
lock_proc.c 228 syslog(LOG_ERR, "%s", clnt_spcreateerror("clntudp_create"));
  /src/lib/libc/include/
namespace.h 269 #define clnt_spcreateerror _clnt_spcreateerror macro
  /src/usr.sbin/inetd/
inetd.c 892 taddr2uaddr(nconf, &nbuf), clnt_spcreateerror(""));

Completed in 19 milliseconds