Searched refs:strtoul (Results 1 - 25 of 259) sorted by relevance

1234567891011

/external/e2fsprogs/lib/uuid/
H A Dparse.c65 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/
H A Dnl-fib-lookup.c57 table = strtoul(optarg, NULL, 0);
60 fwmark = strtoul(optarg, NULL, 0);
63 scope = strtoul(optarg, NULL, 0);
66 tos = strtoul(optarg, NULL, 0);
H A Ddisabled-nl-qdisc-add.c39 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/
H A Dmain.c22 depth = strtoul (argv[1], &end, 0);
/external/e2fsprogs/lib/e2p/
H A Dpercent.c49 percent = strtoul(argv[1], &p, 0);
55 base = strtoul(argv[2], &p, 0);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu.l14 num = strtoul(perf_pmu_text, NULL, base);
/external/libnl/src/lib/
H A Dct.c143 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));
H A Droute.c127 lval = strtoul(arg, &endptr, 0);
184 lval = strtoul(arg, &endptr, 0);
202 lval = strtoul(arg, &endptr, 0);
216 lval = strtoul(arg, &endptr, 0);
237 lval = strtoul(arg, &endptr, 0);
/external/libmtp/examples/
H A Dtrexist.c46 id = strtoul(argv[1], &endptr, 10);
H A Dgetfile.c69 id = strtoul(argv[1], &endptr, 10);
/external/e2fsprogs/e2fsck/
H A Dextend.c39 nblocks = strtoul(argv[2], 0, 0) - 1;
40 blocksize = strtoul(argv[3], 0, 0);
/external/iptables/utils/
H A Dnfnl_osf.c215 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(
[all...]
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c267 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/iproute2/tc/
H A Df_tcindex.c35 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);
H A Dq_dsmark.c42 ind = strtoul(*argv,&end,0);
51 dflt = strtoul(*argv,&end,0);
103 tmp = strtoul(*argv,&end,0);
112 tmp = strtoul(*argv,&end,0);
/external/iptables/extensions/
H A Dlibxt_time.c100 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(da
[all...]
H A Dlibipt_realm.c49 realminfo->id = strtoul(cb->arg, &end, 0);
52 realminfo->mask = strtoul(end+1, &end, 0);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dinet_pton.c33 unsigned long value = strtoul(pos, &end_pos, 10);
82 unsigned long word = strtoul(pos, &end_pos, 16);
/external/e2fsprogs/resize/
H A Dtest_extent.c57 num1 = strtoul(arg1, 0, 0);
64 num2 = strtoul(arg2, 0, 0);
/external/libnl/lib/route/
H A Dpktloc_grammar.l27 yylval->i = strtoul(yytext, NULL, 0);
/external/e2fsprogs/lib/blkid/
H A Ddevno.c205 devno = strtoul(argv[1], &tmp, 0);
211 major = strtoul(argv[1], &tmp, 0);
216 minor = strtoul(argv[2], &tmp, 0);
/external/e2fsprogs/lib/ext2fs/
H A Dfinddev.c183 device = strtoul(argv[1], &tmp, 0);
189 major = strtoul(argv[1], &tmp, 0);
194 minor = strtoul(argv[2], &tmp, 0);
/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c28 unsigned long int strtoul(const char *nptr, char **endptr, int base);
119 long int t23(char **x) { return strtoul("1234", x, 10); }
121 // CHECK: strtoul
/external/elfutils/0.153/libcpu/
H A Di386_lex.l63 {NUMBER} { i386_lval.num = strtoul (yytext, NULL, 10);
/external/fio/t/
H A Daxmap.c129 size = strtoul(argv[1], NULL, 10);
131 seed = strtoul(argv[2], NULL, 10);

Completed in 1739 milliseconds

1234567891011