Lines Matching defs:percent_buf
62 static Boolean match_found_with_pattern(Name target, Percent pat_rule, String percent, wchar_t *percent_buf);
804 wchar_t percent_buf[STRING_BUFFER_LENGTH];
857 if (!match_found_with_pattern(true_target, pat_rule, &percent, percent_buf)) {
1165 * ( target, pat_rule, percent, percent_buf)
1176 * percent record that contains "percent_buf" below
1177 * percent_buf This is where the patched % part of pattern is stored
1182 match_found_with_pattern(Name target, Percent pat_rule, String percent, wchar_t *percent_buf) {
1246 percent->buffer.start = percent_buf;
1247 percent->text.p = percent_buf;
1250 percent->buffer.end = percent_buf + STRING_BUFFER_LENGTH;