|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wintirpc.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <rpc/rpc.h>#include <rpc/types.h>#include <rpc/auth.h>#include <rpc/clnt.h>
Go to the source code of this file.
Macros | |
| #define | CLNT_PERROR_BUFLEN 256 |
Functions | |
| static char * | _buf (void) |
| static char * | auth_errmsg (enum auth_stat) |
| char * | clnt_sperror (CLIENT *rpch, const char *s) |
| void | clnt_perror (CLIENT *rpch, const char *s) |
| char * | clnt_sperrno (enum clnt_stat stat) |
| void | clnt_perrno (enum clnt_stat num) |
| char * | clnt_spcreateerror (char *s) const |
| void | clnt_pcreateerror (char *s) const |
Variables | |
| static char * | buf |
| static const char *const | rpc_errlist [] |
| static const char *const | auth_errlist [] |
| #define CLNT_PERROR_BUFLEN 256 |
Definition at line 52 of file clnt_perror.c.
Definition at line 55 of file clnt_perror.c.
Referenced by __write_formatted_timeT(), clnt_spcreateerror(), and clnt_sperror().
Definition at line 329 of file clnt_perror.c.
Referenced by clnt_sperror().
Definition at line 307 of file clnt_perror.c.
Referenced by getclnthandle(), and nfs41_rpc_clnt_create().
Definition at line 231 of file clnt_perror.c.
Definition at line 181 of file clnt_perror.c.
Referenced by pmap_getmaps().
Definition at line 239 of file clnt_perror.c.
Referenced by clnt_pcreateerror().
Definition at line 218 of file clnt_perror.c.
Referenced by clnt_perrno(), clnt_spcreateerror(), and clnt_sperror().
Definition at line 67 of file clnt_perror.c.
Referenced by clnt_perror().
Definition at line 317 of file clnt_perror.c.
Referenced by auth_errmsg().
Definition at line 48 of file clnt_perror.c.
Definition at line 192 of file clnt_perror.c.
Referenced by clnt_sperrno().