Searched defs:char_idx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c532 Idx char_idx, end_idx;
535 for (char_idx = pstr->valid_len; char_idx < end_idx; ++char_idx)
537 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + char_idx];
541 pstr->mbs[char_idx] = toupper (ch);
543 pstr->mbs[char_idx] = ch;
545 pstr->valid_len = char_idx;
546 pstr->valid_raw_len = char_idx;
531 Idx char_idx, end_idx; local

Completed in 27 milliseconds