/netbsd-src/external/bsd/mdocml/dist/ |
H A D | test-strsep.c | 7 char *workp = buf; in main() local 8 char *retp = strsep(&workp, "xy"); in main() 9 return ! (retp == buf && buf[1] == '\0' && workp == buf + 2); in main()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | regex.c | 886 wchar_t *workp = p; in PREFIX() local 888 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); in PREFIX() 890 length = *workp++; /* the length of char_classes */ in PREFIX() 893 length = *workp++; /* the length of collating_symbol */ in PREFIX() 902 length = *workp++; /* the length of equivalence_class */ in PREFIX() 911 length = *workp++; /* the length of char_range */ in PREFIX() 918 length = *workp++; /* the length of char */ in PREFIX() 6179 CHAR_T *workp, *workp2, *charset_top; in wcs_re_match_2_internal() local 6206 workp = p; in wcs_re_match_2_internal() 6215 uintptr_t alignedp = ((uintptr_t)workp in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | regex.c | 886 wchar_t *workp = p; in PREFIX() local 888 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); in PREFIX() 890 length = *workp++; /* the length of char_classes */ in PREFIX() 893 length = *workp++; /* the length of collating_symbol */ in PREFIX() 902 length = *workp++; /* the length of equivalence_class */ in PREFIX() 911 length = *workp++; /* the length of char_range */ in PREFIX() 918 length = *workp++; /* the length of char */ in PREFIX() 6179 CHAR_T *workp, *workp2, *charset_top; in wcs_re_match_2_internal() local 6206 workp = p; in wcs_re_match_2_internal() 6215 uintptr_t alignedp = ((uintptr_t)workp in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | regex.c | 886 wchar_t *workp = p; in PREFIX() local 888 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); in PREFIX() 890 length = *workp++; /* the length of char_classes */ in PREFIX() 893 length = *workp++; /* the length of collating_symbol */ in PREFIX() 902 length = *workp++; /* the length of equivalence_class */ in PREFIX() 911 length = *workp++; /* the length of char_range */ in PREFIX() 918 length = *workp++; /* the length of char */ in PREFIX() 6179 CHAR_T *workp, *workp2, *charset_top; in wcs_re_match_2_internal() local 6206 workp = p; in wcs_re_match_2_internal() 6215 uintptr_t alignedp = ((uintptr_t)workp in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | regex.c | 882 wchar_t *workp = p; in PREFIX() local 884 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); in PREFIX() 886 length = *workp++; /* the length of char_classes */ in PREFIX() 889 length = *workp++; /* the length of collating_symbol */ in PREFIX() 898 length = *workp++; /* the length of equivalence_class */ in PREFIX() 907 length = *workp++; /* the length of char_range */ in PREFIX() 914 length = *workp++; /* the length of char */ in PREFIX() 6175 CHAR_T *workp, *workp2, *charset_top; in wcs_re_match_2_internal() local 6202 workp = p; in wcs_re_match_2_internal() 6211 uintptr_t alignedp = ((uintptr_t)workp in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | regex.c | 827 wchar_t *workp = p; in PREFIX() local 829 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); in PREFIX() 831 length = *workp++; /* the length of char_classes */ in PREFIX() 834 length = *workp++; /* the length of collating_symbol */ in PREFIX() 843 length = *workp++; /* the length of equivalence_class */ in PREFIX() 852 length = *workp++; /* the length of char_range */ in PREFIX() 859 length = *workp++; /* the length of char */ in PREFIX() 6274 CHAR_T *workp, *workp2, *charset_top; in wcs_re_match_2_internal() local 6301 workp = p; in wcs_re_match_2_internal() 6310 uintptr_t alignedp = ((uintptr_t)workp in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | regex.c | 893 wchar_t *workp = p; variable 895 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); 897 length = *workp++; /* the length of char_classes */ 900 length = *workp++; /* the length of collating_symbol */ 909 length = *workp++; /* the length of equivalence_class */ 918 length = *workp++; /* the length of char_range */ 925 length = *workp++; /* the length of char */ 6391 CHAR_T *workp, *workp2, *charset_top; local 6418 workp = p; 6427 uintptr_t alignedp = ((uintptr_t)workp [all …]
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | regex.c | 825 wchar_t *workp = p; local 827 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); 829 length = *workp++; /* the length of char_classes */ 832 length = *workp++; /* the length of collating_symbol */ 841 length = *workp++; /* the length of equivalence_class */ 850 length = *workp++; /* the length of char_range */ 860 length = *workp++; /* the length of char */ 5958 CHAR_TYPE *workp, *workp2, *charset_top; local 5985 workp = p; 5994 uintptr_t alignedp = ((uintptr_t)workp [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | decNumber.c | 2802 Int workp; /* working precision */ in decNumberSquareRoot() local 2886 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */ in decNumberSquareRoot() 2887 workp=MAXI(workp, 7); /* at least 7 for low cases */ in decNumberSquareRoot() 2888 maxp=workp+2; /* largest working precision */ in decNumberSquareRoot() 2924 workset.digits=workp; /* p for initial calculation */ in decNumberSquareRoot() 3058 if (b->digits*2-1 > workp) { /* cannot fit */ in decNumberSquareRoot()
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | decNumber.c | 2802 Int workp; /* working precision */ in decNumberSquareRoot() local 2886 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */ in decNumberSquareRoot() 2887 workp=MAXI(workp, 7); /* at least 7 for low cases */ in decNumberSquareRoot() 2888 maxp=workp+2; /* largest working precision */ in decNumberSquareRoot() 2924 workset.digits=workp; /* p for initial calculation */ in decNumberSquareRoot() 3058 if (b->digits*2-1 > workp) { /* cannot fit */ in decNumberSquareRoot()
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | decNumber.c | 2802 Int workp; /* working precision */ in decNumberSquareRoot() local 2886 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */ in decNumberSquareRoot() 2887 workp=MAXI(workp, 7); /* at least 7 for low cases */ in decNumberSquareRoot() 2888 maxp=workp+2; /* largest working precision */ in decNumberSquareRoot() 2924 workset.digits=workp; /* p for initial calculation */ in decNumberSquareRoot() 3058 if (b->digits*2-1 > workp) { /* cannot fit */ in decNumberSquareRoot()
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | decNumber.c | 2802 Int workp; /* working precision */ in decNumberSquareRoot() local 2886 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */ in decNumberSquareRoot() 2887 workp=MAXI(workp, 7); /* at least 7 for low cases */ in decNumberSquareRoot() 2888 maxp=workp+2; /* largest working precision */ in decNumberSquareRoot() 2924 workset.digits=workp; /* p for initial calculation */ in decNumberSquareRoot() 3058 if (b->digits*2-1 > workp) { /* cannot fit */ in decNumberSquareRoot()
|