Home
last modified time | relevance | path

Searched refs:haslower (Results 1 – 21 of 21) sorted by path

/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsarray.c186 int haslower = js_hasindex(J, 0, lower); in Ap_reverse() local
188 if (haslower && hasupper) { in Ap_reverse()
194 } else if (haslower) { in Ap_reverse()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/nifti/
H A Dnifti2_io.cc4155 int hasupper = 0, haslower = 0; in is_mixedcase() local
4160 if( !haslower && islower((int) str[c]) ) haslower = 1; in is_mixedcase()
4163 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsarray.c186 int haslower = js_hasindex(J, 0, lower); in Ap_reverse() local
188 if (haslower && hasupper) { in Ap_reverse()
194 } else if (haslower) { in Ap_reverse()
/dports/graphics/xmedcon/xmedcon-0.17.0/libs/nifti/
H A Dnifti1_io.c3268 int c, hasupper = 0, haslower = 0; in is_mixedcase() local
3273 if( !haslower && islower(str[c]) ) haslower = 1; in is_mixedcase()
3276 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/lang/mujs/mujs-1.2.0/
H A Djsarray.c190 int haslower = js_hasindex(J, 0, lower); in Ap_reverse() local
192 if (haslower && hasupper) { in Ap_reverse()
198 } else if (haslower) { in Ap_reverse()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/vms/
H A Dvms.c5662 if (islower(*tbuf)) { haslower = 1; break; }
5820 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(spec_buf);
6262 unsigned long int cmplen, haslower = 0; local
6284 if (islower(*cp)) { haslower = 1; break; }
6505 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(buf);
13612 int haslower = 0; local
13641 if (islower(*cp)) { haslower = 1; break; }
13643 if (haslower) __mystrtolower(rslt);
13780 int haslower = 0; local
13792 if (islower(*cp)) { haslower = 1; break; }
[all …]
/dports/lang/perl5.30/perl-5.30.3/vms/
H A Dvms.c5662 if (islower(*tbuf)) { haslower = 1; break; }
5820 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(spec_buf);
6262 unsigned long int cmplen, haslower = 0; local
6284 if (islower(*cp)) { haslower = 1; break; }
6505 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(buf);
13612 int haslower = 0; local
13641 if (islower(*cp)) { haslower = 1; break; }
13643 if (haslower) __mystrtolower(rslt);
13780 int haslower = 0; local
13792 if (islower(*cp)) { haslower = 1; break; }
[all …]
/dports/lang/perl5.32/perl-5.32.1/vms/
H A Dvms.c5662 if (islower(*tbuf)) { haslower = 1; break; }
5820 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(spec_buf);
6262 unsigned long int cmplen, haslower = 0; local
6284 if (islower(*cp)) { haslower = 1; break; }
6505 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(buf);
13612 int haslower = 0; local
13641 if (islower(*cp)) { haslower = 1; break; }
13643 if (haslower) __mystrtolower(rslt);
13780 int haslower = 0; local
13792 if (islower(*cp)) { haslower = 1; break; }
[all …]
/dports/lang/perl5.34/perl-5.34.0/vms/
H A Dvms.c5662 if (islower(*tbuf)) { haslower = 1; break; }
5820 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(spec_buf);
6262 unsigned long int cmplen, haslower = 0; local
6284 if (islower(*cp)) { haslower = 1; break; }
6505 if (haslower && !DECC_EFS_CASE_PRESERVE) __mystrtolower(buf);
13612 int haslower = 0; local
13641 if (islower(*cp)) { haslower = 1; break; }
13643 if (haslower) __mystrtolower(rslt);
13780 int haslower = 0; local
13792 if (islower(*cp)) { haslower = 1; break; }
[all …]
/dports/lang/ruby26/ruby-2.6.9/
H A Dencoding.c1611 int haslower = 0, hasupper = 0, valid = 0; in set_encoding_const() local
1617 if (ISLOWER(*s)) haslower = 1; in set_encoding_const()
1625 if (!valid || haslower) { in set_encoding_const()
1628 if (!haslower || !hasupper) { in set_encoding_const()
1630 if (ISLOWER(*s)) haslower = 1; in set_encoding_const()
1632 } while (*++s && (!haslower || !hasupper)); in set_encoding_const()
1648 if (haslower) { in set_encoding_const()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/nifti/
H A Dnifti1_io.c3281 int hasupper = 0, haslower = 0; in is_mixedcase() local
3286 if( !haslower && islower(str[c]) ) haslower = 1; in is_mixedcase()
3289 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NIFTI/src/nifti/nifti2/
H A Dnifti2_io.c4177 int hasupper = 0, haslower = 0; in is_mixedcase() local
4182 if( !haslower && islower((int) str[c]) ) haslower = 1; in is_mixedcase()
4185 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NIFTI/src/nifti/niftilib/
H A Dnifti1_io.c3287 int hasupper = 0, haslower = 0; in is_mixedcase() local
3292 if( !haslower && islower((int) str[c]) ) haslower = 1; in is_mixedcase()
3295 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/science/afni/afni-AFNI_21.3.16/src/nifti/nifti2/
H A Dnifti2_io.c4241 int hasupper = 0, haslower = 0; in is_mixedcase() local
4246 if( !haslower && islower((int) str[c]) ) haslower = 1; in is_mixedcase()
4249 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/science/afni/afni-AFNI_21.3.16/src/nifti/niftilib/
H A Dnifti1_io.c3286 int hasupper = 0, haslower = 0; in is_mixedcase() local
3291 if( !haslower && islower((int) str[c]) ) haslower = 1; in is_mixedcase()
3294 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/science/nifticlib/nifticlib-2.0.0/niftilib/
H A Dnifti1_io.c3268 int c, hasupper = 0, haslower = 0; in is_mixedcase() local
3273 if( !haslower && islower(str[c]) ) haslower = 1; in is_mixedcase()
3276 if( haslower && hasupper ) return 1; in is_mixedcase()
/dports/security/krb5/krb5-1.19.2/src/lib/kadm5/srv/
H A Dserver_misc.c78 int hasupper = 0, haslower = 0, hasdigit = 0, haspunct = 0, hasspec = 0; in check_against_policy() local
88 haslower = 1; in check_against_policy()
98 nclasses = hasupper + haslower + hasdigit + haspunct + hasspec; in check_against_policy()
/dports/security/nmap/nmap-7.91/nselib/
H A Dformulas.lua29 local total, hasdigit, haslower, hasupper, hasspaces = 0, 0, 0, 0, false
35 haslower = 1
45 local total = hasdigit * 10 + hasupper * 26 + haslower * 26
/dports/shells/fish/fish-3.3.1/src/
H A Dexec.cpp97 bool haslower = false; in is_thompson_shell_payload() local
100 haslower = true; in is_thompson_shell_payload()
102 if (haslower && *p == '\n') { in is_thompson_shell_payload()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/kadm5/srv/
H A Dserver_misc.c78 int hasupper = 0, haslower = 0, hasdigit = 0, haspunct = 0, hasspec = 0; in check_against_policy() local
88 haslower = 1; in check_against_policy()
98 nclasses = hasupper + haslower + hasdigit + haspunct + hasspec; in check_against_policy()
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/util/
H A Dnumeric.py160 haslower = (start & mask) != 0
164 nextstart = (start + diff if haslower else start) & not_mask
171 if haslower: