Searched refs:isalpha (Results 1 - 25 of 25) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dbase_device.c88 if (!isalpha(*cp))
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dl10nflist.c383 if (isalpha ((unsigned char) codeset[cnt]))
397 if (isalpha ((unsigned char) codeset[cnt]))
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dansi2knr.c305 #define is_alpha(c) (is_ascii(c) && isalpha(c))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dklconflib.c175 if (isalpha(c))
963 if (!isalpha(c))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_webstr.c39 #define isalpha(x) (isupper(x) || islower(x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dutil.c353 if ((! in_paren) && isalpha(c) &&
H A Dmenubox.c280 if (key < 256 && isalpha(key)) key = tolower(key);
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dutil.c353 if ((! in_paren) && isalpha(c) &&
H A Dmenubox.c279 if (key < 256 && isalpha(key)) key = tolower(key);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dreplace.c381 else if (isalpha(c))
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c1264 if (isalpha(vp->name[0]) || vp->name[0] == '_') /* not an internal symbol ($# etc) */
1272 if (!isalpha((int)*s) && *s != '_')
1288 if (!isalpha(*s) && *s != '_')
1304 if (!isalpha(*cp++) && *(cp-1) != '_')
1319 if (vp->status & f && (isalpha(*vp->name) || *vp->name == '_')) {
3616 if (!isalpha(c) && c != '_')
3687 if (isalpha(c) || c == '_') {
H A Dhush.c90 #include <ctype.h> /* isalpha, isdigit */
1764 if (s==NULL || !isalpha(*s)) return 0;
2168 if (isalpha(ch)) {
H A Dash.c206 #define is_alpha(c) (((c) < CTLESC || (c) > CTLENDARI) && isalpha((unsigned char) (c)))
207 #define is_name(c) (((c) < CTLESC || (c) > CTLENDARI) && ((c) == '_' || isalpha((unsigned char) (c))))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dproc_rtas.c648 if (isalpha(c[i]) || c[i] == '.') {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Drtas-proc.c657 if (isalpha(c[i]) || c[i] == '.') {
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dcheckpc.c425 && isalpha(cval(cf_name+1))
426 && isalpha(cval(cf_name+2))
H A Dgetqueue.c104 && isalpha(cval(hf_name+2))
1232 if( !isalpha( n ) ){
H A Dlinelist.c2115 if( (c = cval(s+1)) && isalpha( c ) ){
3303 if( !isalpha(cval(s)) ){
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbcmutils.c59 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.y58 #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c))
H A Dgetdate.c153 #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/vfat/
H A Dnamei.c497 if (isalpha(buf[0])) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c2781 if(startline==NULL&&isalpha(*buff))

Completed in 520 milliseconds