Searched refs:isdigit (Results 101 - 125 of 180) sorted by relevance

12345678

/external/ipsec-tools/src/racoon/
H A Dbackupsa.c437 if (!isdigit((int)*p))
/external/iptables/utils/
H A Dnfnl_osf.c318 } else if (isdigit(pbeg[0])) {
/external/ppp/pppd/plugins/radius/
H A Davpair.c605 if (isdigit (*valstr))
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_stdinc.h224 #define SDL_isdigit(X) isdigit(X)
/external/webkit/Tools/android/flex-2.5.4a/
H A Dmisc.c561 isdigit( array[sptr] ) )
563 * because if isdigit() is a macro it might
585 * because if isdigit() is a macro it might
H A Dparse.y746 | CCE_DIGIT { CCL_EXPR(isdigit) }
/external/clang/lib/AST/
H A DStmt.cpp405 if (isdigit(EscapedChar)) {
410 while (CurPtr != StrEnd && isdigit(*CurPtr))
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp276 while (*sp && !isdigit(*sp))
281 while (*ep && (isdigit(*ep) || (*ep == '.')))
/external/dropbear/
H A Dscp.c930 for (size = 0; isdigit(*cp);)
1201 if (!isalpha(c) && !isdigit(c)) {
/external/e2fsprogs/e2fsck/
H A Drehash.c286 if (!isdigit(str[i]))
300 if (isdigit(str[i])) {
/external/e2fsprogs/misc/
H A Dfsck.c218 if (!isdigit(*p)) {
224 if (!isdigit(*p))
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y98 (isdigit(c) ? (c - '0') : (isupper(c) ? (c - 'A' + 10) : (c - 'a' + 10) ))
/external/libpcap/
H A Dscanner.l401 if (isdigit(c))
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp74 if (isdigit(LastChar) || LastChar == '.') { // Number: [0-9.]+
79 } while (isdigit(LastChar) || LastChar == '.');
/external/pcre/
H A Dpcrecpp.cc620 if (isdigit(c)) {
710 if (isdigit(str[n]) ||
/external/ppp/pppd/
H A Dutils.c205 while (isdigit(c)) {
217 while (isdigit(c)) {
/external/qemu/android/avd/
H A Dinfo.c390 if (isdigit(skinName[0])) {
532 if (p == NULL || !isdigit(*p)) {
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py51 if not oldName[i].isdigit():
66 if not oldName[i].isdigit():
/external/bluetooth/bluez/tools/
H A Ddfutool.c171 } while (!isdigit(str[0]) || sel < 0 || sel > num );
/external/chromium/base/
H A Dprocess_util_linux.cc189 if (!isdigit(slot->d_name[i])) {
/external/clang/lib/Lex/
H A DLiteralSupport.cpp605 if (isdigit(*s)) {
/external/gtest/src/
H A Dgtest-internal-inl.h1365 if (str.empty() || !isdigit(str[0])) {
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp205 if (isdigit(Name[0])) {
/external/openssl/crypto/objects/
H A Dobj_dat.c749 while (isdigit((unsigned char)*s) || (*s == '.'))
/external/openssl/
H A De_os.h305 # undef isdigit macro

Completed in 1117 milliseconds

12345678