HomeSort by relevance Sort by last modified time
    Searched refs:strtoul (Results 101 - 125 of 231) sorted by null

1 2 3 45 6 7 8 910

  /external/e2fsprogs/debugfs/
set_fields.c 17 #define STRTOULL strtoul
386 num = strtoul(arg, &tmp, 0);
533 set_bg = strtoul(argv[1], &end, 0);
  /external/qemu/hw/
goldfish_nand.c 507 page_size = strtoul(value, &ep, 0);
513 extra_size = strtoul(value, &ep, 0);
519 erase_pages = strtoul(value, &ep, 0);
  /system/core/fastboot/
fastboot.c 575 base_addr = strtoul(argv[1], 0, 16);
579 page_size = (unsigned)strtoul(argv[1], NULL, 0);
599 val = strtoul(argv[1], &endptr, 0);
  /dalvik/vm/
Ddm.c 440 *pUtime = strtoul(cp, &endp, 10);
442 LOGI("Warning: strtoul failed on utime ('%.30s...')\n", cp);
447 *pStime = strtoul(cp, &endp, 10);
449 LOGI("Warning: strtoul failed on stime ('%.30s...')\n", cp);
  /external/e2fsprogs/misc/
dumpe2fs.c 360 *superblock = strtoul(arg, &p, 0);
375 *blocksize = strtoul(arg, &p, 0);
util.c 218 journal_size = strtoul(arg, &p, 0);
  /external/e2fsprogs/tests/progs/
test_rel.c 43 *ino = strtoul(str, &tmp, 0);
59 *blk = strtoul(str, &tmp, 0);
test_icount.c 55 *ino = strtoul(str, &tmp, 0);
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 484 chunkSize = (unsigned)strtoul(optarg, NULL, 0);
487 spareSize = (unsigned)strtoul(optarg, NULL, 0);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 946 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) macro
968 dst[i] = (uint8)strtoul(num, NULL, 16);
1012 enable_parm.id = htod32(strtoul(argv[i], NULL, 0));
1099 pkt_filter.id = htod32(strtoul(argv[i], NULL, 0));
1107 pkt_filter.negate_match = htod32(strtoul(argv[i], NULL, 0));
1115 pkt_filter.type = htod32(strtoul(argv[i], NULL, 0));
1123 pkt_filter.u.pattern.offset = htod32(strtoul(argv[i], NULL, 0));
    [all...]
  /system/core/toolbox/
getevent.c 341 get_switch = strtoul(optarg, NULL, 0);
352 print_flags = strtoul(optarg, NULL, 0);
  /external/chromium/base/
linux_util.cc 338 const unsigned long int pid_ul = strtoul(dent->d_name, &endptr, 10);
  /external/e2fsprogs/lib/blkid/
dev.c 220 blkid_debug_mask = strtoul (optarg, &tmp, 0);
read.c 33 #define STRTOULL strtoul
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 212 unsigned long value=strtoul(s, &end, 10);
  /external/iproute2/misc/
lnstat_util.c 56 unsigned long f = strtoul(ptr, &ptr, 16);
  /external/iptables/extensions/
libip6t_dst.c 47 id = strtoul(idstr, &ep, 0);
libip6t_frag.c 42 id = strtoul(idstr, &ep, 0);
libip6t_hbh.c 54 id = strtoul(idstr,&ep,0) ;
  /external/openssl/crypto/asn1/
a_strnid.c 104 mask = strtoul(p + 5, &end, 0);
  /frameworks/base/core/jni/
android_os_Debug.cpp 122 start = strtoul(line, 0, 16);
  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 277 unsigned long x = strtoul(s, &end, 10);
  /frameworks/base/media/libstagefright/rtsp/
ARTPSession.cpp 223 unsigned long x = strtoul(portString.c_str(), &end, 10);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 364 DESCRIPTION: wrapper to the OS strtoul fucntion
370 return strtoul((char*)nptr, (char**)endptr, base);
  /system/core/liblog/
event_tag_map.c 345 val = strtoul(startp, &endp, 10);

Completed in 674 milliseconds

1 2 3 45 6 7 8 910