Searched defs:tolower (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dctype.h51 #define tolower(c) __tolower(c) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dctype.h51 #define tolower(c) __tolower(c) macro
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmwifi.c22 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dhwc_rw.h60 ioctl_case_t tolower; member in struct:__anon2107
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_webstr.c41 #define tolower(x) (isupper(x) ? ((x) - 'A' + 'a') : (x)) macro

Completed in 74 milliseconds