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

1 2 3 4 5 6 7 8 910

  /external/e2fsprogs/lib/uuid/
parse.c 65 uuid.time_low = strtoul(in, NULL, 16);
66 uuid.time_mid = strtoul(in+9, NULL, 16);
67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
68 uuid.clock_seq = strtoul(in+19, NULL, 16);
74 uuid.node[i] = strtoul(buf, NULL, 16);
  /system/core/toolbox/
sleep.c 52 seconds = strtoul(argv[1], &endptr, 10);
chown.c 42 uid = (int) strtoul(user, &endptr, 0);
55 gid = (int) strtoul(group, &endptr, 0);
r.c 32 addr = strtoul(argv[1], 0, 16);
36 value = strtoul(argv[2], 0, 16);
syren.c 94 sio.value = strtoul(argv[3], 0, 0);
131 sio.page = strtoul(argv[2], 0, 0);
132 sio.addr = strtoul(addr_str, 0, 0);
  /external/e2fsprogs/lib/e2p/
percent.c 47 percent = strtoul(argv[1], &p, 0);
53 base = strtoul(argv[2], &p, 0);
  /external/chromium/base/
sys_info_linux.cc 30 limit = strtoul(contents.c_str(), NULL, 0);
  /external/e2fsprogs/e2fsck/
extend.c 39 nblocks = strtoul(argv[2], 0, 0) - 1;
40 blocksize = strtoul(argv[3], 0, 0);
  /external/ipsec-tools/src/racoon/
backupsa.c 267 GETNEXTNUM(sa_args.satype, strtoul);
268 GETNEXTNUM(sa_args.spi, strtoul);
270 GETNEXTNUM(sa_args.mode, strtoul);
271 GETNEXTNUM(sa_args.reqid, strtoul);
272 GETNEXTNUM(sa_args.wsize, strtoul);
273 GETNEXTNUM(sa_args.e_type, strtoul);
274 GETNEXTNUM(sa_args.e_keylen, strtoul);
275 GETNEXTNUM(sa_args.a_type, strtoul);
276 GETNEXTNUM(sa_args.a_keylen, strtoul);
277 GETNEXTNUM(sa_args.flags, strtoul);
    [all...]
  /external/iptables/extensions/
libip6t_CONNMARK.c 82 markinfo->mark = strtoul(optarg, &end, 0);
84 markinfo->mask = strtoul(end+1, &end, 0);
111 markinfo->mask = strtoul(optarg, &end, 0);
libipt_CONNMARK.c 82 markinfo->mark = strtoul(optarg, &end, 0);
84 markinfo->mask = strtoul(end+1, &end, 0);
111 markinfo->mask = strtoul(optarg, &end, 0);
libip6t_2connmark.c 70 markinfo->mark = strtoul(optarg, &end, 0);
74 markinfo->mask = strtoul(end+1, &end, 0);
libipt_2connmark.c 70 markinfo->mark = strtoul(optarg, &end, 0);
74 markinfo->mask = strtoul(end+1, &end, 0);
libip6t_2mark.c 49 markinfo->mark = strtoul(optarg, &end, 0);
51 markinfo->mask = strtoul(end+1, &end, 0);
libipt_2mark.c 49 markinfo->mark = strtoul(optarg, &end, 0);
51 markinfo->mask = strtoul(end+1, &end, 0);
  /build/tools/fs_get_stats/
fs_get_stats.c 51 perms = (unsigned)strtoul(argv[1], &endptr, 0);
  /external/iproute2/tc/
f_tcindex.c 39 t->tcm_handle = strtoul(handle,&end,0);
53 hash = strtoul(*argv,&end,0);
64 mask = strtoul(*argv,&end,0);
75 shift = strtoul(*argv,&end,0);
q_dsmark.c 45 ind = strtoul(*argv,&end,0);
54 dflt = strtoul(*argv,&end,0);
106 tmp = strtoul(*argv,&end,0);
115 tmp = strtoul(*argv,&end,0);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 59 using ::strtoul;
  /external/bluetooth/glib/glib/
gtimer.c 322 val = strtoul (iso_date, (char **)&iso_date, 10);
328 tm.tm_mon = strtoul (iso_date, (char **)&iso_date, 10) - 1;
333 tm.tm_mday = strtoul (iso_date, (char **)&iso_date, 10);
346 val = strtoul (iso_date, (char **)&iso_date, 10);
352 tm.tm_min = strtoul (iso_date, (char **)&iso_date, 10);
357 tm.tm_sec = strtoul (iso_date, (char **)&iso_date, 10);
385 val = strtoul (iso_date + 1, (char **)&iso_date, 10);
388 val = 60 * val + strtoul (iso_date + 1, (char **)&iso_date, 10);
  /external/e2fsprogs/resize/
test_extent.c 57 num1 = strtoul(arg1, 0, 0);
64 num2 = strtoul(arg2, 0, 0);
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.cpp 208 unsigned long x = strtoul(lastSpacePos + 1, &end, 10);
240 *width = strtoul(s, &end, 10);
245 *height = strtoul(s, &end, 10);
284 unsigned long x = strtoul(s, &end, 10);
293 unsigned long x = strtoul(s, &end, 10);
  /external/e2fsprogs/lib/blkid/
devno.c 210 devno = strtoul(argv[1], &tmp, 0);
216 major = strtoul(argv[1], &tmp, 0);
221 minor = strtoul(argv[2], &tmp, 0);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 178 device = strtoul(argv[1], &tmp, 0);
184 major = strtoul(argv[1], &tmp, 0);
189 minor = strtoul(argv[2], &tmp, 0);
  /external/grub/grub/
main.c 180 install_partition = strtoul (optarg, 0, 0);
183 perror ("strtoul");
189 boot_drive = strtoul (optarg, 0, 0);
192 perror ("strtoul");

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 910