| /f-stack/freebsd/libkern/ |
| H A D | strcasecmp.c | 48 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 D | fnmatch.c | 147 (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 D | strcasestr.c | 57 c = tolower((unsigned char)c); in strcasestr() 63 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
|
| H A D | iconv_converter_if.m | 66 METHOD int tolower {
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | fnmatch.c | 110 (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 D | fnmatch.c | 170 (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 D | utnonansi.c | 195 *String = (char) tolower ((int) *String); in AcpiUtStrlwr() 262 c1 = tolower ((int) *String1); in AcpiUtStricmp() 263 c2 = tolower ((int) *String2); in AcpiUtStricmp()
|
| H A D | utstrsuppt.c | 469 (tolower ((int) *(*String + 1)) == 'x')) in AcpiUtRemoveHexPrefix()
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | speed-regression.tcl | 54 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 D | util.c | 109 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 D | audit_dtrace.c | 243 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 D | logging.tcl | 2 set system_name [string tolower [exec uname -s]]
|
| /f-stack/tools/libutil/ |
| H A D | expand_number.c | 59 switch (tolower((unsigned char)*endptr)) { in expand_number()
|
| H A D | login_times.c | 77 buf[i] = (char)tolower(buf[i]); in parse_lt()
|
| /f-stack/freebsd/sys/ |
| H A D | ctype.h | 99 tolower(int c) in tolower() function
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | madt.c | 560 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 D | lctype.h | 89 #define ltolower(c) (tolower(c))
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 85 #define tolower(c) __tolower(c) macro
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acclib.h | 301 tolower (
|
| /f-stack/freebsd/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 508 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-generic.c | 458 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 D | async.c | 378 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 D | cluster.tcl | 222 set cmd [string tolower $cmd]
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zprop_common.c | 247 if (p[c] != tolower(colname[c])) in propname_match()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstrlib.c | 75 luaL_addchar(&b, tolower(uchar(s[i]))); in str_lower() 228 switch (tolower(cl)) { in match_class()
|