| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | fnmatch_loop.c | 37 const char *collseq = (const char *) in FCT() local 40 const UCHAR *collseq = (const UCHAR *) in FCT() local 619 fcollseq = __collseq_table_lookup (collseq, fn); in FCT() 629 lcollseq = __collseq_table_lookup (collseq, cold); in FCT() 631 fcollseq = collseq[fn]; in FCT() 632 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; in FCT() 791 __collseq_table_lookup (collseq, cend); in FCT() 803 hcollseq = collseq[cend]; in FCT()
|
| H A D | regexec.c | 3965 const unsigned char *collseq = (const unsigned char *) in find_collation_sequence_value() local 3967 return collseq[mbs[0]]; in find_collation_sequence_value()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | fnmatch_loop.c | 47 const char *collseq = (const char *) in FCT() local 50 const UCHAR *collseq = (const UCHAR *) in FCT() local 617 fcollseq = __collseq_table_lookup (collseq, fn); in FCT() 627 lcollseq = __collseq_table_lookup (collseq, cold); in FCT() 629 fcollseq = collseq[fn]; in FCT() 630 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; in FCT() 773 __collseq_table_lookup (collseq, cend); in FCT() 785 hcollseq = collseq[cend]; in FCT()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fnmatch_loop.c | 34 const char *collseq = (const char *) in FCT() local 37 const UCHAR *collseq = (const UCHAR *) in FCT() local 616 fcollseq = __collseq_table_lookup (collseq, fn); in FCT() 626 lcollseq = __collseq_table_lookup (collseq, cold); in FCT() 628 fcollseq = collseq[fn]; in FCT() 629 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; in FCT() 788 __collseq_table_lookup (collseq, cend); in FCT() 800 hcollseq = collseq[cend]; in FCT()
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
| H A D | convert.c | 39 const char *collseq = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in string_urandomb() local 51 memset (bp, collseq[d], l); in string_urandomb()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | regex.c | 4383 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4397 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4399 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4456 const unsigned char *collseq; in byte_compile_range() local 4474 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4477 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4478 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6484 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6487 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | regex.c | 4378 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4392 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4394 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4452 const unsigned char *collseq; in byte_compile_range() local 4470 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4473 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4474 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4477 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6550 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6553 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | regex.c | 4474 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, local 4488 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); 4490 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); 4550 const unsigned char *collseq; local 4568 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, 4571 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; 4572 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; 4575 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; 6667 const char *collseq = (const char *) local 6670 collseqval = collseq_table_lookup (collseq, c);
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | regex.c | 4383 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4397 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4399 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4456 const unsigned char *collseq; in byte_compile_range() local 4474 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4477 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4478 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6484 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6487 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | regex.c | 4383 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4397 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4399 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4456 const unsigned char *collseq; in byte_compile_range() local 4474 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4477 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4478 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6484 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6487 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | regex.c | 4389 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, local 4403 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); 4405 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); 4465 const unsigned char *collseq; local 4483 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, 4486 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; 4487 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; 4490 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; 6234 const char *collseq = (const char *) local 6237 collseqval = collseq_table_lookup (collseq, c);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | regex.c | 4379 const char *collseq = (const char *) _NL_CURRENT(LC_COLLATE, in wcs_compile_range() local 4393 start_val = collseq_table_lookup(collseq, TRANSLATE(range_start_char)); in wcs_compile_range() 4395 end_val = collseq_table_lookup (collseq, TRANSLATE (p[0])); in wcs_compile_range() 4452 const unsigned char *collseq; in byte_compile_range() local 4470 collseq = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in byte_compile_range() 4473 start_colseq = collseq[(unsigned char) TRANSLATE (range_start_char)]; in byte_compile_range() 4474 end_colseq = collseq[(unsigned char) TRANSLATE (p[0])]; in byte_compile_range() 4477 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range() 6480 const char *collseq = (const char *) in wcs_re_match_2_internal() local 6483 collseqval = collseq_table_lookup (collseq, c); in wcs_re_match_2_internal()
|