Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 25 of 216) sorted by relevance

123456789

/external/e2fsprogs/lib/uuid/
Dparse.c65 uuid.time_low = strtoul(in, NULL, 16); in uuid_parse()
66 uuid.time_mid = strtoul(in+9, NULL, 16); in uuid_parse()
67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); in uuid_parse()
68 uuid.clock_seq = strtoul(in+19, NULL, 16); in uuid_parse()
74 uuid.node[i] = strtoul(buf, NULL, 16); in uuid_parse()
/external/iptables/utils/
Dnfnl_osf.c215 val = strtoul(&obuf[i + 2], NULL, 10); in xt_osf_parse_opt()
217 val = strtoul(&obuf[i + 1], NULL, 10); in xt_osf_parse_opt()
232 val = strtoul(&obuf[i + 2], NULL, 10); in xt_osf_parse_opt()
234 val = strtoul(&obuf[i + 1], NULL, 10); in xt_osf_parse_opt()
302 f.wss.val = strtoul(&pbeg[2], NULL, 10); in osf_load_line()
306 f.wss.val = strtoul(&pbeg[1], NULL, 10); in osf_load_line()
310 f.wss.val = strtoul(&pbeg[2], NULL, 10); in osf_load_line()
314 f.wss.val = strtoul(&pbeg[1], NULL, 10); in osf_load_line()
317 f.wss.val = strtoul(&pbeg[1], NULL, 10); in osf_load_line()
320 f.wss.val = strtoul(&pbeg[0], NULL, 10); in osf_load_line()
[all …]
/external/ipsec-tools/src/racoon/
Dbackupsa.c267 GETNEXTNUM(sa_args.satype, strtoul); in backupsa_from_file()
268 GETNEXTNUM(sa_args.spi, strtoul); in backupsa_from_file()
270 GETNEXTNUM(sa_args.mode, strtoul); in backupsa_from_file()
271 GETNEXTNUM(sa_args.reqid, strtoul); in backupsa_from_file()
272 GETNEXTNUM(sa_args.wsize, strtoul); in backupsa_from_file()
273 GETNEXTNUM(sa_args.e_type, strtoul); in backupsa_from_file()
274 GETNEXTNUM(sa_args.e_keylen, strtoul); in backupsa_from_file()
275 GETNEXTNUM(sa_args.a_type, strtoul); in backupsa_from_file()
276 GETNEXTNUM(sa_args.a_keylen, strtoul); in backupsa_from_file()
277 GETNEXTNUM(sa_args.flags, strtoul); in backupsa_from_file()
[all …]
/external/iptables/extensions/
Dlibxt_time.c97 year = strtoul(s, &e, 10); in time_parse_date()
104 month = strtoul(s, &e, 10); in time_parse_date()
111 day = strtoul(s, &e, 10); in time_parse_date()
118 hour = strtoul(s, &e, 10); in time_parse_date()
125 minute = strtoul(s, &e, 10); in time_parse_date()
132 second = strtoul(s, &e, 10); in time_parse_date()
167 hour = strtoul(s, &e, 10); in time_parse_minutes()
172 minute = strtoul(s, &e, 10); in time_parse_minutes()
179 second = strtoul(s, &e, 10); in time_parse_minutes()
217 i = strtoul(day, &err, 0); in time_parse_monthdays()
[all …]
Dlibxt_devgroup.c54 info->src_group = strtoul(cb->arg, &end, 0); in devgroup_parse()
57 info->src_mask = strtoul(end+1, &end, 0); in devgroup_parse()
78 info->dst_group = strtoul(cb->arg, &end, 0); in devgroup_parse()
81 info->dst_mask = strtoul(end+1, &end, 0); in devgroup_parse()
Dlibipt_realm.c49 realminfo->id = strtoul(cb->arg, &end, 0); in realm_parse()
52 realminfo->mask = strtoul(end+1, &end, 0); in realm_parse()
/external/bison/m4/
Dstrtoul.m41 # strtoul.m4 serial 2
9 AC_REPLACE_FUNCS(strtoul)
15 # Prerequisites of lib/strtoul.c.
/external/iproute2/tc/
Dq_dsmark.c42 ind = strtoul(*argv,&end,0); in dsmark_parse_opt()
51 dflt = strtoul(*argv,&end,0); in dsmark_parse_opt()
103 tmp = strtoul(*argv,&end,0); in dsmark_parse_class_opt()
112 tmp = strtoul(*argv,&end,0); in dsmark_parse_class_opt()
Df_tcindex.c35 t->tcm_handle = strtoul(handle,&end,0); in tcindex_parse_opt()
49 hash = strtoul(*argv,&end,0); in tcindex_parse_opt()
60 mask = strtoul(*argv,&end,0); in tcindex_parse_opt()
71 shift = strtoul(*argv,&end,0); in tcindex_parse_opt()
/external/e2fsprogs/lib/e2p/
Dpercent.c49 percent = strtoul(argv[1], &p, 0); in main()
55 base = strtoul(argv[2], &p, 0); in main()
/external/bluetooth/bluedroid/main/
Dbte_conf.c375 rec_num = (UINT32)(strtoul(did_conf_pairs[CONF_DID_RECORD_NUM].value, NULL, 0)-1); in bte_load_did_conf()
382 rec.vendor = (UINT16)strtoul(did_conf_pairs[CONF_DID_VENDOR_ID].value, NULL, 0); in bte_load_did_conf()
388 … rec.vendor_id_source = (UINT16)strtoul(did_conf_pairs[CONF_DID_VENDOR_ID_SOURCE].value, NULL, 0); in bte_load_did_conf()
406 rec.product = (UINT16)strtoul(did_conf_pairs[CONF_DID_PRODUCT_ID].value, NULL, 0); in bte_load_did_conf()
407 rec.version = (UINT16)strtoul(did_conf_pairs[CONF_DID_VERSION].value, NULL, 0); in bte_load_did_conf()
/external/iproute2/lib/
Drt_names.c177 res = strtoul(arg, &end, 0); in rtnl_rtprot_a2n()
244 res = strtoul(arg, &end, 0); in rtnl_rtscope_a2n()
308 res = strtoul(arg, &end, 0); in rtnl_rtrealm_a2n()
382 i = strtoul(arg, &end, 0); in rtnl_rttable_a2n()
445 res = strtoul(arg, &end, 16); in rtnl_dsfield_a2n()
Dutils.c88 res = strtoul(arg, &ptr, base); in get_unsigned()
115 res = strtoul(arg,&p,base); in get_jiffies()
180 res = strtoul(arg, &ptr, base); in get_u32()
194 res = strtoul(arg, &ptr, base); in get_u16()
208 res = strtoul(arg, &ptr, base); in get_u8()
254 n = strtoul(cp, &endp, 0); in get_addr_ipv4()
/external/e2fsprogs/e2fsck/
Dextend.c39 nblocks = strtoul(argv[2], 0, 0) - 1; in main()
40 blocksize = strtoul(argv[3], 0, 0); in main()
/external/e2fsprogs/lib/ext2fs/
Dfinddev.c178 device = strtoul(argv[1], &tmp, 0); in main()
184 major = strtoul(argv[1], &tmp, 0); in main()
189 minor = strtoul(argv[2], &tmp, 0); in main()
/external/e2fsprogs/lib/blkid/
Ddevno.c205 devno = strtoul(argv[1], &tmp, 0); in main()
211 major = strtoul(argv[1], &tmp, 0); in main()
216 minor = strtoul(argv[2], &tmp, 0); in main()
/external/openssh/
Dmoduli.c489 in_type = strtoul(cp, &cp, 10); in prime_test()
492 in_tests = strtoul(cp, &cp, 10); in prime_test()
500 in_tries = strtoul(cp, &cp, 10); in prime_test()
503 in_size = strtoul(cp, &cp, 10); in prime_test()
506 generator_known = strtoul(cp, &cp, 16); in prime_test()
/external/e2fsprogs/resize/
Dtest_extent.c57 num1 = strtoul(arg1, 0, 0); in do_test()
64 num2 = strtoul(arg2, 0, 0); in do_test()
/external/grub/grub/
Dmain.c180 install_partition = strtoul (optarg, 0, 0); in main()
189 boot_drive = strtoul (optarg, 0, 0); in main()
/external/e2fsprogs/debugfs/
Dutil.c119 ino = strtoul(str+1, &end, 0); in string_to_inode()
238 ret = strtoul(arg, &tmp, 0); in string_to_time()
255 ret = strtoul(str, &tmp, 0); in parse_ulong()
/external/libmtp/examples/
Dsendtr.c239 tracknum = strtoul(pnum, 0, 10); in sendtrack_function()
250 year = strtoul(pnum, 0, 10); in sendtrack_function()
261 length = strtoul(pnum, 0, 10); in sendtrack_function()
415 storageid = (uint32_t) strtoul(optarg, NULL, 0); in sendtrack_command()
Dtrexist.c46 id = strtoul(argv[1], &endptr, 10); in main()
/external/linux-tools-perf/util/
Dcpumap.c119 start_cpu = strtoul(cpu_list, &p, 0); in cpu_map__new()
127 end_cpu = strtoul(cpu_list, &p, 0); in cpu_map__new()
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.c469 gdb_id = strtoul (&arg_own_buf[17], NULL, 16); in handle_query()
803 gdb_id = strtoul (&own_buf[2], NULL, 16); in server_main()
923 CORE_ADDR addr = strtoul (&own_buf[3], &lenptr, 16); in server_main()
949 CORE_ADDR addr = strtoul (&own_buf[3], &lenptr, 16); in server_main()
978 gdb_id = strtoul (&own_buf[1], NULL, 16); in server_main()
/external/chromium/base/
Dsys_info_linux.cc30 limit = strtoul(contents.c_str(), NULL, 0); in MaxSharedMemorySize()

123456789