Home
last modified time | relevance | path

Searched refs:casefold (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c124 unsigned casefold = flags & LDAP_UTF8_CASEFOLD; in UTF8bvnormalize() local
151 if ( casefold ) { in UTF8bvnormalize()
207 *p = casefold ? TOLOWER( s[i-1] ) : s[i-1]; in UTF8bvnormalize()
238 if ( casefold ) { in UTF8bvnormalize()
296 out[outpos++] = casefold ? TOLOWER( s[i-1] ) : s[i-1]; in UTF8bvnormalize()
299 out[outpos++] = casefold ? TOLOWER( s[len-1] ) : s[len-1]; in UTF8bvnormalize()
304 *ucs = casefold ? TOLOWER( s[i-1] ) : s[i-1]; in UTF8bvnormalize()
327 unsigned casefold = flags & LDAP_UTF8_CASEFOLD; in UTF8bvnormcmp() local
351 if (casefold) { in UTF8bvnormcmp()
451 res = casefold in UTF8bvnormcmp()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dbeen_here.c187 lookup_key = casefold(folded_string, string); in been_here_fixed()
256 lookup_key = casefold(folded_string, string); in been_here_check_fixed()
318 lookup_key = casefold(folded_string, string); in been_here_drop_fixed()
H A Dfold_addr.c96 casefold(result, addr); in fold_addr()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dcasefold.c287 conv_res = casefold(dest, bp); in main()
307 casefold(dest, STR(buffer)); in main()
335 vstream_printf("%s\n", casefold(dest, STR(buffer))); in main()
H A Dmatch_list.c183 casefold(match_list->fold_buf, match ? in match_list_parse()
254 casefold(list->fold_buf, list->match_args[i]); in match_list_match()
H A Dstringops.h81 #define casefold(dst, src) \ macro
H A Ddict_utf8.c119 return (casefold(dict->fold_buf, string)); in dict_utf8_check_fold()
H A DMakefile.in42 extpar.c dict_inline.c casefold.c dict_utf8.c strcasecmp_utf8.c \
89 extpar.o dict_inline.o casefold.o dict_utf8.o strcasecmp_utf8.o \
145 vstream timecmp dict_cache midna_domain casefold strcasecmp_utf8 \
572 casefold: $(LIB)
997 casefold_test: casefold casefold_test.in casefold_test.ref
998 $(SHLIB_ENV) ${VALGRIND} ./casefold <casefold_test.in >casefold_test.tmp 2>&1
1325 casefold.o: casefold.c
1326 casefold.o: check_arg.h
1327 casefold.o: msg.h
1328 casefold.o: stringops.h
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c43 int casefold, struct berval *filter_value );
46 int casefold, struct berval *filter_value );
436 int casefold = 0; in backsql_process_sub_filter() local
449 casefold = 1; in backsql_process_sub_filter()
518 (void)backsql_process_filter_like( bsi, at, casefold, &bv ); in backsql_process_sub_filter()
539 if ( casefold && BACKSQL_AT_CANUPPERCASE( at ) ) { in backsql_process_sub_filter()
574 if ( casefold && BACKSQL_AT_CANUPPERCASE( at ) ) { in backsql_process_sub_filter()
600 if ( casefold && BACKSQL_AT_CANUPPERCASE( at ) ) { in backsql_process_sub_filter()
624 if ( casefold && BACKSQL_AT_CANUPPERCASE( at ) ) { in backsql_process_sub_filter()
1089 int casefold, struct berval *filter_value ) in backsql_process_filter_eq() argument
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_masquerade.c102 domain = casefold(state->temp2, domain + 1); in cleanup_masquerade_external()
130 masq = casefold(state->temp1, masq); in cleanup_masquerade_external()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d721 enableFlags |= RegexOption.casefold; in parseRegex()
723 disableFlags |= RegexOption.casefold; in parseRegex()
878 if (re_flags & RegexOption.casefold) in parseAtom()
899 bool casefold = cast(bool)(re_flags & RegexOption.casefold); in parseCharset() local
900 g.charsetToIr(unicode.parseSet(this, casefold)); in parseCharset()
945 bool casefold = cast(bool)(re_flags & RegexOption.casefold); in parseEscape() local
946 auto set = unicode.parsePropertySpec(this, front == 'P', casefold); in parseEscape()
H A Dir.d68 casefold = 0x2, enumerator
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A Drecipient.c79 state.msg_attr.user = casefold(folded, state.msg_attr.rcpt.address); in deliver_recipient()
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A Dure.h134 int casefold, ure_buffer_t buf));
H A Dure.c1695 ure_compile(ucs2_t *re, unsigned long relen, int casefold, ure_buffer_t buf) in ure_compile() argument
1712 buf->flags = _URE_DFA_BLANKLINE | ((casefold) ? _URE_DFA_CASEFOLD : 0); in ure_compile()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_resolve.c128 casefold(reply->recipient, STR(junk)); /* XXX */ in resolve_pagein()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d214 @trusted CodepointSet getUnicodeSet(in char[] name, bool negated, bool casefold) in getUnicodeSet() argument
218 if (casefold) in getUnicodeSet()
815 enableFlags |= RegexOption.casefold; in parseRegex()
817 disableFlags |= RegexOption.casefold; in parseRegex()
973 if (re_flags & RegexOption.casefold) in parseAtom()
1009 if (re_flags & RegexOption.casefold) in addWithFlags()
1212 if (re_flags & RegexOption.casefold)
1540 cast(bool)(re_flags & RegexOption.casefold)); in parseUnicodePropertySpec()
H A Dir.d91 casefold = 0x2, enumerator
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Drecipient.c258 state.msg_attr.local = casefold(folded, state.msg_attr.rcpt.address); in deliver_recipient()
H A Dforward.c290 casefold(folded, (STR(buffer)))); in forward_send()
/netbsd-src/external/ibm-public/postfix/lib/util/
H A DMakefile37 casefold.c \
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc151 casefold casefold text for caseless comparison
H A Dstop1352 casefold
/netbsd-src/external/ibm-public/postfix/dist/src/pipe/
H A Dpipe.c1259 casefold(buf, request->nexthop); in deliver_message()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d6230 CodepointSet getUnicodeSet(const scope char[] name, bool negated, bool casefold) @safe
6234 if (casefold)
6854 bool negated, bool casefold)
6882 auto s = getUnicodeSet(result[0 .. k], negated, casefold);
6895 static CodepointSet parseSet(Range)(ref Range range, bool casefold=false)
6898 auto usParser = UnicodeSetParser!Range(range, casefold);

12