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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /external/libnl/src/
nl-fib-lookup.c 57 table = strtoul(optarg, NULL, 0);
60 fwmark = strtoul(optarg, NULL, 0);
63 scope = strtoul(optarg, NULL, 0);
66 tos = strtoul(optarg, NULL, 0);
disabled-nl-qdisc-add.c 39 limit = strtoul(argv[1], NULL, 0);
85 bands = strtoul(argv[1], NULL, 0);
107 band = strtoul(argv[i+1], NULL, 0);
147 rtnl_qdisc_set_ifindex(qdisc, strtoul(argv[1], NULL, 0));
  /external/lldb/test/lang/c/recurse/
main.c 22 depth = strtoul (argv[1], &end, 0);
  /external/e2fsprogs/lib/e2p/
percent.c 49 percent = strtoul(argv[1], &p, 0);
55 base = strtoul(argv[2], &p, 0);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu.l 14 num = strtoul(perf_pmu_text, NULL, base);
  /hardware/intel/img/libdrm/tests/
drmstat.c 116 count = strtoul(optarg, NULL, 0);
135 if ((r = drmSwitchToContext(fd, strtoul(optarg, NULL, 0)))) {
159 count = strtoul(optarg, &pt, 0);
160 size = strtoul(pt+1, &pt, 0);
161 secs = strtoul(pt+1, NULL, 0);
188 count = strtoul(optarg, &pt, 0);
189 size = strtoul(pt+1, NULL, 0);
242 offset = strtoul(optarg, &pt, 0);
243 size = strtoul(pt+1, NULL, 0);
257 offset = strtoul(optarg, &pt, 0)
    [all...]
  /external/libnl/src/lib/
ct.c 143 nfnl_ct_set_icmp_id(ct, 0, strtoul(argv[idx++], NULL, 0));
146 nfnl_ct_set_icmp_type(ct, 0, strtoul(argv[idx++], NULL, 0));
149 nfnl_ct_set_icmp_code(ct, 0, strtoul(argv[idx++], NULL, 0));
152 nfnl_ct_set_icmp_id(ct, 1, strtoul(argv[idx++], NULL, 0));
155 nfnl_ct_set_icmp_type(ct, 1, strtoul(argv[idx++], NULL, 0));
158 nfnl_ct_set_icmp_code(ct, 1, strtoul(argv[idx++], NULL, 0));
  /external/libmtp/examples/
trexist.c 46 id = strtoul(argv[1], &endptr, 10);
getfile.c 69 id = strtoul(argv[1], &endptr, 10);
  /external/e2fsprogs/e2fsck/
extend.c 39 nblocks = strtoul(argv[2], 0, 0) - 1;
40 blocksize = strtoul(argv[3], 0, 0);
  /external/iptables/utils/
nfnl_osf.c 215 val = strtoul(&obuf[i + 2], NULL, 10);
217 val = strtoul(&obuf[i + 1], NULL, 10);
232 val = strtoul(&obuf[i + 2], NULL, 10);
234 val = strtoul(&obuf[i + 1], NULL, 10);
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
310 f.wss.val = strtoul(&pbeg[2], NULL, 10);
314 f.wss.val = strtoul(&pbeg[1], NULL, 10);
317 f.wss.val = strtoul(&pbeg[1], NULL, 10);
320 f.wss.val = strtoul(&pbeg[0], NULL, 10)
    [all...]
  /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...]
  /system/core/toolbox/
syren.c 94 sio.value = strtoul(argv[3], 0, 0);
135 sio.page = strtoul(argv[2], 0, 0);
136 sio.addr = strtoul(addr_str, 0, 0);
swapon.c 15 unsigned long p = strtoul(prio_str, NULL, 10);
r.c 12 #define strtoptr strtoul
56 value = strtoul(argv[2], 0, 16);
  /external/iproute2/tc/
f_tcindex.c 35 t->tcm_handle = strtoul(handle,&end,0);
49 hash = strtoul(*argv,&end,0);
60 mask = strtoul(*argv,&end,0);
71 shift = strtoul(*argv,&end,0);
q_dsmark.c 42 ind = strtoul(*argv,&end,0);
51 dflt = strtoul(*argv,&end,0);
103 tmp = strtoul(*argv,&end,0);
112 tmp = strtoul(*argv,&end,0);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 59 using ::strtoul;
  /external/iptables/extensions/
libxt_time.c 100 year = strtoul(s, &e, 10);
107 month = strtoul(s, &e, 10);
114 day = strtoul(s, &e, 10);
121 hour = strtoul(s, &e, 10);
128 minute = strtoul(s, &e, 10);
135 second = strtoul(s, &e, 10);
170 hour = strtoul(s, &e, 10);
175 minute = strtoul(s, &e, 10);
182 second = strtoul(s, &e, 10);
220 i = strtoul(day, &err, 0)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
inet_pton.c 33 unsigned long value = strtoul(pos, &end_pos, 10);
82 unsigned long word = strtoul(pos, &end_pos, 16);
  /external/e2fsprogs/resize/
test_extent.c 57 num1 = strtoul(arg1, 0, 0);
64 num2 = strtoul(arg2, 0, 0);
  /external/libnl/lib/route/
pktloc_grammar.l 27 yylval->i = strtoul(yytext, NULL, 0);
  /hardware/ti/omap4-aah/
mapinfo.c 38 mi->start = strtoul(line, 0, 16);
39 mi->end = strtoul(line + 9, 0, 16);
  /hardware/ti/omap4xxx/
mapinfo.c 38 mi->start = strtoul(line, 0, 16);
39 mi->end = strtoul(line + 9, 0, 16);

Completed in 1796 milliseconds

1 2 3 4 5 6 7 8 91011>>