Searched refs:wextra (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfnmatch_loop.c537 int32_t *wextra; local
543 wextra = (int32_t *) &extra[idx + 4];
550 (int32_t) c1 < wextra[idx];
552 if (n[c1] != wextra[1 + c1])
555 if ((int32_t) c1 == wextra[idx])
570 cold = wextra[1 + wextra[idx]];
758 int32_t *wextra; local
764 wextra = (int32_t *) &extra[idx + 4];
769 cend = wextra[
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfnmatch_loop.c529 int32_t *wextra; local
535 wextra = (int32_t *) &extra[idx + 4];
542 (int32_t) c1 < wextra[idx];
544 if (n[c1] != wextra[1 + c1])
547 if ((int32_t) c1 == wextra[idx])
562 cold = wextra[1 + wextra[idx]];
750 int32_t *wextra; local
756 wextra = (int32_t *) &extra[idx + 4];
761 cend = wextra[
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c4500 int32_t *wextra;
4502 wextra = (int32_t*)(extra + char_set[-range_start_char]);
4503 start_val = wextra[1 + *wextra];
6468 int32_t *wextra;
6469 wextra = (int32_t*)(extra + *workp++);
6470 for (i = 0; i < *wextra; ++i)
6471 if (TRANSLATE(d[i]) != wextra[1 + i])
6474 if (i == *wextra)
4487 int32_t *wextra; local
6451 int32_t *wextra; local
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c4458 int32_t *wextra;
4460 wextra = (int32_t*)(extra + char_set[-range_start_char]);
4461 start_val = wextra[1 + *wextra];
6344 int32_t *wextra;
6345 wextra = (int32_t*)(extra + *workp++);
6346 for (i = 0; i < *wextra; ++i)
6347 if (TRANSLATE(d[i]) != wextra[1 + i])
6350 if (i == *wextra)
4445 int32_t *wextra; local
6327 int32_t *wextra; local

Completed in 142 milliseconds