Lines Matching refs:r_buf
382 * 'tclass' should be '0' and r_buf MUST be NULL.
389 char **r_buf,
788 if (r_buf && ((s[0] == 0) || ((s[0] == 1 &&
791 char *p, **new_buf = r_buf;
800 p = *r_buf ? (*r_buf + reason_buf_used) : NULL;
805 *new_buf = realloc(*r_buf, new_buf_len);
810 **r_buf = **new_buf;
846 char **r_buf,
911 char **r_buf,
986 tclass, constraint, r_buf, flags)) {