Lines Matching refs:eq
275 wchar_t *eq = (wchar_t *) NULL;
481 if ((eq = (wchar_t *) wcschr(colon + 1,
485 left_tail_len = eq - colon - 1;
492 eq - colon - 1);
493 left_tail[eq - colon - 1] = (int) nul_char;
495 if ((colon = (wchar_t *) wcschr(eq + 1,
497 tmp_len = colon - eq;
503 eq + 1,
504 colon - eq - 1);
505 right_tail[colon - eq - 1] =
511 right_tail = ALLOC_WC(wcslen(eq) + 1);
512 (void) wcscpy(right_tail, eq + 1);
516 if ((eq = (wchar_t *) wcschr(colon + 1,
524 if (eq < percent) {
544 if (eq > percent+1) {
545 tmp_len = eq - percent;
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,
563 right_hand[0] = ALLOC_WC(wcslen(eq) + 1);
565 (void) wcscpy(right_hand[0], eq);
569 right_hand[i] = ALLOC_WC(percent-eq+1);
571 eq,
572 percent - eq);
573 right_hand[i][percent-eq] =
578 eq = percent + 1;
579 if (eq[0] == (int) nul_char) {
585 } while ((percent = (wchar_t *) wcschr(eq, (int) percent_char)) != NULL);
586 if (eq[0] != (int) nul_char) {
587 right_hand[i] = ALLOC_WC(wcslen(eq) + 1);
588 (void) wcscpy(right_hand[i], eq);
698 eq = (wchar_t *) wcsrchr(block_start, (int) slash_char);
702 if ((eq == NULL) || (eq > p)) {
708 eq - block_start);
720 eq = (wchar_t *) wcsrchr(block_start, (int) slash_char);
724 if ((eq == NULL) || (eq > p)) {
729 append_string(eq + 1,
731 p - eq - 1);