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

1234567891011>>

/external/mdnsresponder/Clients/
H A DClientCommon.c55 if (isdigit(cstr[-1]) && isdigit(cstr[0]) && isdigit(cstr[1]))
/external/srec/portable/src/
H A Dptypes.c33 if (!isdigit(*str))
/external/blktrace/
H A Dstrverscmp.c129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0));
136 state |= (c1 == '0') + (isdigit (c1) != 0);
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
147 while (isdigit (*p1++))
148 if (!isdigit (*p2++))
151 return isdigit (*p2) ? -1 : diff;
/external/openssh/openbsd-compat/
H A Dcharclass.h20 { "digit", isdigit },
H A Dinet_aton.c101 * 0x=hex, 0=octal, isdigit=decimal.
103 if (!isdigit(c))
114 if (isascii(c) && isdigit(c)) {
/external/e2fsprogs/misc/
H A Dbase_device.c75 !isdigit(cp[1]) || !isdigit(cp[3]))
85 if (isdigit(*cp))
114 if (!isdigit(*cp))
136 if (!isdigit(*cp))
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc52 assert((Buffer[3] == ' ' && isdigit(Buffer[5]) && Buffer[6] == ' ') ||
/external/e2fsprogs/lib/ext2fs/
H A Dversion.c39 if (!isdigit(*cp))
/external/llvm/utils/TableGen/
H A DStringToOffsetTable.h64 if (isdigit(AggregateString[i+1])) {
65 assert(isdigit(AggregateString[i+2]) &&
66 isdigit(AggregateString[i+3]) &&
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcdrom.c118 if ( argv[i] && isdigit(argv[i][0]) ) {
144 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
148 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
152 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
156 if ( argv[i+1] && isdigit(argv[i+1][0]) ) {
195 (argv[i+1] && isdigit(argv[i+1][0])) ) {
/external/e2fsprogs/lib/blkid/
H A Dversion.c33 if (!isdigit(*cp))
/external/stlport/stlport/stl/
H A D_cctype.h35 using _STLP_VENDOR_CSTD::isdigit;
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c186 && VG_(isdigit)(sym[4])
187 && VG_(isdigit)(sym[5])
188 && VG_(isdigit)(sym[6])
189 && VG_(isdigit)(sym[7])
190 && VG_(isdigit)(sym[8])
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c30 if (isdigit(*text)) {
31 if (*text == '0' && isdigit(text[1])) return TRY_OTHER;
37 while (isdigit(*text));
84 if (isdigit(*walk)) {
117 value = isdigit(*text) ? *text-'0' : (islower(*text) ?
139 if (!isdigit(*text)) return -1; /* non-digit in length */
167 if (isdigit(*text)) {
/external/ppp/pppd/plugins/radius/
H A Dip_util.c71 else if (!isdigit (*addr))
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h245 #define isidchar(c) ( isidstart(c) || isdigit(c) || (c)=='$' || (c)=='#' \
250 #define isnumstart(c) ( isdigit(c) || (c)=='$' )
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp288 if (isdigit(static_cast<unsigned char>(CurPtr[0]))) {
289 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr)
354 if (isdigit(static_cast<unsigned char>(CurPtr[0]))) {
355 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr)
409 if (isdigit(static_cast<unsigned char>(CurPtr[0]))) {
410 for (++CurPtr; isdigit(static_cast<unsigned char>(CurPtr[0])); ++CurPtr)
435 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr)))
789 if (!isdigit(static_cast<unsigned char>(TokStart[0])) &&
790 !isdigit(static_cast<unsigned char>(CurPtr[0]))) {
804 for (; isdigit(static_cas
[all...]
/external/tinyalsa/
H A Dtinymix.c131 if (isdigit(control[0]))
186 if (isdigit(control[0]))
199 if (isdigit(values[0][0])) {
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp76 while (isdigit(*CurPtr))
86 while (isdigit(*CurPtr))
100 if (CurPtr[-1] == '.' && isdigit(*CurPtr)) {
102 while (isdigit(*CurPtr))
174 if (isdigit(*LookAhead)) {
236 if (!isdigit(CurPtr[0])) {
/external/chromium_org/build/android/pylib/perf/
H A Dthermal_throttle.py28 return float([s for s in log_line.split() if s.isdigit()][0]) / 1000.0
120 btemp = float([s for s in line.split() if s.isdigit()][0]) / 10.0
/external/llvm/lib/Support/Unix/
H A DHost.inc50 if (Triple[0] == 'i' && isdigit(Triple[1]) &&
/external/stlport/stlport/
H A Dctype.h57 # undef isdigit macro
74 __inline int (isdigit)(int c) { return _isctype(c, _DIGIT); } function
/external/aac/libSYS/include/
H A Dcmdl_parser.h166 #define _istdigit isdigit
/external/chromium_org/chrome/browser/net/
H A Dclient_hints.cc65 if (!std::isdigit(*it, locale))
/external/chromium_org/components/autofill/core/browser/
H A Dpassword_generator_unittest.cc38 else if (isdigit(password[i]))

Completed in 870 milliseconds

1234567891011>>