Home
last modified time | relevance | path

Searched refs:islower (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/sys/
H A Dctype.h63 islower(int c) in islower() function
71 return (isupper(c) || islower(c)); in isalpha()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h61 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
80 if (islower(c)) in __toupper()
/f-stack/freebsd/contrib/ngatm/netnatm/misc/
H A Dstraddr.c61 : islower(c) ? (c - 'a' + 10) in uni_str2nsap()
68 : islower(c) ? (c - 'a' + 10) in uni_str2nsap()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.h143 # ifndef islower
144 # define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro
147 # define isalpha(x) (isupper(x) || islower(x))
H A Dip_compat.h617 #define ISLOWER(x) islower((u_char)(x))
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h180 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslparseop.c417 if (islower (Op->Asl.Value.Name[i])) in TrCreateValuedLeafOp()
434 if (islower (*StringPtr)) in TrCreateValuedLeafOp()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_struct.c313 int issigned = islower(opt); in b_unpack()
H A Dlstrlib.c232 case 'l' : res = islower(c); break; in match_class()
241 return (islower(cl) ? res : !res); in match_class()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c284 case 'l' : res = islower(c); break; in match_class()
293 return (islower(cl) ? res : !res); in match_class()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure6272 if (XOR (islower (i), ISLOWER (i))