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

  /src/lib/libc/rpc/
clnt_perror.c 68 __weak_alias(clnt_sperror,_clnt_sperror)
91 clnt_sperror(CLIENT *rpch, const char *s) function in typeref:typename:char *
188 (void) fprintf(stderr, "%s\n", clnt_sperror(rpch,s));
Makefile.inc 46 rpc_clnt_calls.3 clnt_sperror.3 \
  /src/sbin/mount_nfs/
getnfsargs.c 230 errx(1, "%s", clnt_sperror(clp,
241 warnx("%s", clnt_sperror(clp,
  /src/include/rpc/
clnt.h 443 extern char *clnt_sperror (CLIENT *, const char *); /* string */
  /src/usr.bin/rup/
rup.c 302 warnx("%s", clnt_sperror(rstat_clnt, host));
  /src/tests/lib/libc/rpc/
t_rpc.c 84 ERRX(, "clnt_call (%s)", clnt_sperror(clnt, ""));
  /src/usr.bin/rpcinfo/
rpcinfo.c 526 clnt_sperror(client, "") + 2);
793 clnt_sperror(client, "") + 2);
957 clnt_sperror(client, "") + 2);
1039 clnt_sperror(client, "") + 2);
1561 * a pointer to a CLIENT structure, but "clnt_sperror" takes a pointer to
1575 clnt_sperror(client, "") + 2);
  /src/lib/libc/include/
namespace.h 271 #define clnt_sperror _clnt_sperror macro

Completed in 18 milliseconds