HomeSort by relevance Sort by last modified time
    Searched refs:strtol (Results 126 - 150 of 410) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/
vl.c 554 vlan = qemu_find_bt_vlan(strtol(str + 9, &endp, 0));
618 vlan_id = strtol(endp + 6, &endp, 0);
655 vlan = strtol(p, (char **) &endp, 0);
884 bus_id = strtol(buf, NULL, 0);
892 unit_id = strtol(buf, NULL, 0);
932 index = strtol(buf, NULL, 0);
940 cyls = strtol(buf, NULL, 0);
944 heads = strtol(buf, NULL, 0);
948 secs = strtol(buf, NULL, 0);
    [all...]
keymaps.c 129 int keycode = strtol(rest, &rest2, 0);
  /bootable/recovery/
install.cpp 143 int seconds = strtol(seconds_s, NULL, 10);
  /build/tools/zipalign/
ZipAlign.cpp 243 alignment = strtol(argv[0], &endp, 10);
  /external/chromium/chrome/browser/autofill/
autofill_xml_parser.cc 98 int value = strtol(attribute, &attr_end, 10);
  /external/chromium/net/disk_cache/
stress_cache.cc 235 long int iteration = strtol(argv[1], &end, 0);
  /external/chromium/third_party/libevent/
evutil.c 185 return (ev_int64_t)strtol(s, endptr, base);
  /external/dropbear/
fake-rfc2553.c 164 port = strtol(servname, &cp, 10);
  /external/e2fsprogs/misc/
findsuper.c 150 skiprate = strtol(argv[optind], &s, 0);
  /external/icu4c/common/
cstring.h 91 #define uprv_strtol(str, end, base) U_STANDARD_CPP_NAMESPACE strtol(str, end, base)
  /external/libpcap/lbl/
os-sunos4.h 177 long strtol(const char *, char **, int);
  /external/libppp/src/
filter.c 86 port = strtol(service, &cp, 0);
112 type = strtol(argv[2], &cp, 0);
250 ruleno = strtol(*argv, &wp, 0);
273 val = strtol(*argv, &wp, 0);
  /external/marisa-trie/tools/
marisa-build.cc 138 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
marisa-find.cc 162 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
marisa-predict.cc 121 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-build.cc 138 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
marisa_alpha-find.cc 162 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
marisa_alpha-predict.cc 121 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
  /external/openssh/openbsd-compat/
fake-rfc2553.c 172 port = strtol(servname, &cp, 10);
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 109 value = strtol(*text,&end,10);
  /external/qemu/block/
nbd.c 76 port = strtol(p, &r, 0);
  /external/srec/portable/include/
ptypes.h 295 * LCHAR version of strtol()
297 #define LSTRTOL strtol
  /external/tcpdump/lbl/
os-sunos4.h 177 long strtol(const char *, char **, int);
  /external/webkit/Tools/DumpRenderTree/qt/
ImageDiff.cpp 53 int imageSize = strtol(strtok(0, " "), 0, 10);
  /external/zlib/src/examples/
fitblk.c 139 ret = strtol(argv[1], argv + 1, 10);

Completed in 710 milliseconds

1 2 3 4 56 7 8 91011>>