HomeSort by relevance Sort by last modified time
    Searched refs:isdigit (Results 151 - 175 of 196) sorted by null

1 2 3 4 5 67 8

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 373 if (isdigit(*delim))
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 434 if (0 == isdigit(*(pValue + i)))
  /hardware/ril/reference-ril/
atchannel.c 265 && isdigit(line[0])
  /ndk/sources/android/stlport/src/c_locale_dummy/
c_locale_dummy.c 61 if (isdigit(c)) ctable[(unsigned char)c] |= _Locale_DIGIT;
  /system/core/adb/
usb_linux.c 125 if(!isdigit(*name++)) return 1;
commandline.c 746 if (isdigit(argv[0][2])) {
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/qemu/android/
main.c 685 if(isdigit(name[0])) {
687 if(x && isdigit(x[1])) {
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 1004 n1 = isdigit(n1) ? (n1 - '0')
1006 n2 = isdigit(n2) ? (n2 - '0')
    [all...]
  /dalvik/vm/
Init.c 250 if (isdigit(*s)) {
    [all...]
  /device/samsung/crespo/alsa-lib/src/
confmisc.c 154 if (isdigit(ascii[0])) {
    [all...]
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 889 else if (isdigit(*optarg)) {
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 246 isdigit((unsigned char) *cp))
  /external/elfutils/libelf/
elf_begin.c 727 else if (isdigit (ar_hdr->ar_name[1]))
  /external/icu4c/tools/tzcode/
zdump.c 246 isdigit((unsigned char) *cp))
  /external/libpcap/
pcap-dlpi.c     [all...]
  /external/openssl/crypto/pem/
pem_lib.c 519 isdigit(c)))
  /external/qemu/android/avd/
info.c 892 if (isdigit(skinName[0])) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 354 if ( isdigit(entry->d_name[0]) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 328 if ( isdigit(entry->d_name[0]) ) {
  /external/tcpdump/missing/
getaddrinfo.c 281 if (! isdigit(*q))
  /system/core/libacc/
acc.cpp     [all...]
  /external/strace/
syscall.c 315 if (s && *s && isdigit((unsigned char)*s)) {
353 if (s && *s && isdigit((unsigned char)*s)) {
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.c     [all...]
  /external/bzip2/
bzlib.c     [all...]

Completed in 2147 milliseconds

1 2 3 4 5 67 8