Searched refs:isalnum (Results 76 - 100 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtrio.c165 # define iswalnum(x) isalnum(x)
5308 if (isalnum(i))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/usb_id/
H A Dusb_id.c95 if (!isalnum(from[i]) && !ispunct(from[i])) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsort.c39 FLAG_d = 0x200, /* Ignore !(isalnum()|isspace()) */
122 if (isspace(str[end]) || isalnum(str[end]))
309 FLAG_d | /* Ignore !(isalnum()|isspace()) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c1306 while (isalnum(*fmt))
1603 while (isalnum(*fmt))
1767 while (isalnum(*fmt))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dcgi.c434 if (!isalnum((int)file[i]) && !strchr_m("/.-_", file[i])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dlist.c413 if (isalnum (c) || c == '_')
H A Dbuffer.c735 if ((flags & CC_ALNUM) && isalnum (c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dparse.y742 ccl_expr: CCE_ALNUM { CCL_EXPR(isalnum) }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-regex.c41 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/auth-pam/
H A Dauth-pam.c317 while (!isalnum (*query))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.y742 ccl_expr: CCE_ALNUM { CCL_EXPR(isalnum) }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dconfdata.c57 while (isalnum(*src) || *src == '_')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dcommand.c555 if (! isalnum ((int) command[i]))
2499 if (!isalnum ((int) *argv[0]))
2572 if (!isalnum ((int) *argv[0]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_unistr.c254 valid_table[i] = isalnum(i) || strchr(allowed,i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A De_os.h316 # undef isalnum macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A Dparse.c1330 { CCL_EXPR(isalnum) }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A De_os.h316 # undef isalnum macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.c722 if (!isalnum((unsigned char)buf[0])) return(num);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dosl.c958 if (isalnum(*str) || *str == ' ' || *str == ':')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.c740 if (!isalnum((unsigned char)buf[0]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobj_dat.c740 if (!isalnum((unsigned char)buf[0]))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/
H A Dparse.c1330 { CCL_EXPR(isalnum) }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c1641 || (isalnum(dot[-1]) && !isalnum(dot[0]))))
1700 test = ((isalnum(c)) || c == '_');
3597 if (isalnum(*dot) || *dot == '_') {
3703 if (isalnum(*dot) || *dot == '_') { // we are on ALNUM
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dwget.c598 for (s = buf; isalnum(*s) || *s == '-'; ++s)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c1221 if (*cp == '\0' || (!isalnum(*cp) && *cp != '_'))
1237 if (!isalnum(*cp++) && *(cp - 1) != '_')
3626 if (isalnum(*s) || *s == '_') {
3856 } else if (!isalnum(c) && c != '_')
3912 while ((c = readc()) != 0 && (isalnum(c) || c == '_'))
4058 while (isalnum(*src) || *src=='_')

Completed in 434 milliseconds

1234567