clnt_perror.c | 67 __weak_alias(clnt_sperrno,_clnt_sperrno) 113 (void)strncpy(str, clnt_sperrno(e.re_status), len - 1); 223 clnt_sperrno(enum clnt_stat stat) function in typeref:typename:char * 241 (void) fprintf(stderr, "%s\n", clnt_sperrno(num)); 259 (void)strncat(str, clnt_sperrno(rpc_createerr.cf_stat), len - 1); 264 clnt_sperrno(rpc_createerr.cf_error.re_status), len - 4);
|