Searched refs:CLNT_PERROR_BUFLEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_perror.c63 #define CLNT_PERROR_BUFLEN 256 macro
70 buf = malloc(CLNT_PERROR_BUFLEN);
89 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
92 len = CLNT_PERROR_BUFLEN;
178 strstart[CLNT_PERROR_BUFLEN-1] = '\0';
244 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
247 len = CLNT_PERROR_BUFLEN;
284 str[CLNT_PERROR_BUFLEN-1] = '\0';

Completed in 73 milliseconds