Lines Matching refs:percent
274 wchar_t *percent = (wchar_t *)NULL;
478 ((percent = (wchar_t *) wcschr(colon + 1,
520 if ((percent = (wchar_t *) wcschr(colon + 1,
524 if (eq < percent) {
528 if (percent > (colon + 1)) {
529 tmp_len = percent - colon;
536 percent - colon - 1);
537 left_head[percent-colon-1] = (int) nul_char;
538 left_head_len = percent-colon-1;
544 if (eq > percent+1) {
545 tmp_len = eq - percent;
551 percent + 1,
552 eq - percent - 1);
553 left_tail[eq-percent-1] = (int) nul_char;
554 left_tail_len = eq-percent-1;
560 if ((percent = (wchar_t *) wcschr(++eq,
569 right_hand[i] = ALLOC_WC(percent-eq+1);
572 percent - eq);
573 right_hand[i][percent-eq] =
578 eq = percent + 1;
585 } while ((percent = (wchar_t *) wcschr(eq, (int) percent_char)) != NULL);