Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/freebsd/libkern/
H A Dstrcasecmp.c48 while (tolower(*us1) == tolower(*us2)) { in strcasecmp()
53 return (tolower(*us1) - tolower(*us2)); in strcasecmp()
65 if (tolower(*us1) != tolower(*us2)) in strncasecmp()
66 return (tolower(*us1) - tolower(*us2)); in strncasecmp()
H A Dfnmatch.c147 (tolower((unsigned char)c) == in fnmatch()
148 tolower((unsigned char)*string))) in fnmatch()
175 test = tolower((unsigned char)test); in rangematch()
194 c = tolower((unsigned char)c); in rangematch()
205 c2 = tolower((unsigned char)c2); in rangematch()
H A Dstrcasestr.c57 c = tolower((unsigned char)c); in strcasestr()
63 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
H A Diconv_converter_if.m66 METHOD int tolower {
/f-stack/dpdk/lib/librte_eal/windows/
H A Dfnmatch.c110 (tolower((unsigned char)c) == in fnmatch()
111 tolower((unsigned char)*string))) in fnmatch()
143 test = tolower((unsigned char)test); in rangematch()
152 c = tolower((unsigned char)c); in rangematch()
163 c2 = tolower((unsigned char)c2); in rangematch()
/f-stack/tools/compat/
H A Dfnmatch.c170 (tolower((unsigned char)c) == in fnmatch()
171 tolower((unsigned char)*string))) in fnmatch()
198 test = tolower((unsigned char)test); in rangematch()
217 c = tolower((unsigned char)c); in rangematch()
228 c2 = tolower((unsigned char)c2); in rangematch()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c195 *String = (char) tolower ((int) *String); in AcpiUtStrlwr()
262 c1 = tolower ((int) *String1); in AcpiUtStricmp()
263 c2 = tolower ((int) *String2); in AcpiUtStricmp()
H A Dutstrsuppt.c469 (tolower ((int) *(*String + 1)) == 'x')) in AcpiUtRemoveHexPrefix()
/f-stack/app/redis-5.0.5/utils/
H A Dspeed-regression.tcl54 set key [string tolower [string range $key 1 end-1]]
56 if {$key eq [string tolower $name]} {
67 set key [string tolower [string range $key 1 end-1]]
/f-stack/app/redis-5.0.5/src/
H A Dutil.c109 start = tolower(start); in stringmatchlen()
110 end = tolower(end); in stringmatchlen()
111 c = tolower(c); in stringmatchlen()
122 if (tolower((int)pattern[0]) == tolower((int)string[0])) in stringmatchlen()
148 if (tolower((int)pattern[0]) != tolower((int)string[0])) in stringmatchlen()
/f-stack/freebsd/security/audit/
H A Daudit_dtrace.c243 ene_name_lower[i] = tolower(ene->ene_name[i]); in dtaudit_commit()
285 ene_name_lower[i] = tolower(ene->ene_name[i]); in dtaudit_bsm()
371 ene_name_lower[i] = tolower(ene->ene_name[i]); in dtaudit_au_evnamemap_callback()
/f-stack/app/redis-5.0.5/tests/integration/
H A Dlogging.tcl2 set system_name [string tolower [exec uname -s]]
/f-stack/tools/libutil/
H A Dexpand_number.c59 switch (tolower((unsigned char)*endptr)) { in expand_number()
H A Dlogin_times.c77 buf[i] = (char)tolower(buf[i]); in parse_lt()
/f-stack/freebsd/sys/
H A Dctype.h99 tolower(int c) in tolower() function
/f-stack/freebsd/x86/acpica/
H A Dmadt.c560 if (tolower(buf[0]) == 'e') in madt_parse_interrupt_values()
562 else if (tolower(buf[0]) == 'l') in madt_parse_interrupt_values()
572 if (tolower(buf[0]) == 'h') in madt_parse_interrupt_values()
574 else if (tolower(buf[0]) == 'l') in madt_parse_interrupt_values()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlctype.h89 #define ltolower(c) (tolower(c))
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h85 #define tolower(c) __tolower(c) macro
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h301 tolower (
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbinput.c508 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c458 if (tolower(str[1]) == 'x' && isxdigit(str[2])) { \
476 digit = tolower(*ptr) - 'a' + 10; \
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dasync.c378 pvariant = (tolower(stype[0]) == 'p') ? 1 : 0; in __redisGetSubscribeCallback()
604 pvariant = (tolower(cstr[0]) == 'p') ? 1 : 0; in __redisAsyncCommand()
/f-stack/app/redis-5.0.5/tests/support/
H A Dcluster.tcl222 set cmd [string tolower $cmd]
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzprop_common.c247 if (p[c] != tolower(colname[c])) in propname_match()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c75 luaL_addchar(&b, tolower(uchar(s[i]))); in str_lower()
228 switch (tolower(cl)) { in match_class()

12