Home
last modified time | relevance | path

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

12345678

/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/bluetooth/glib/glib/
Dgtimer.c322 val = strtoul (iso_date, (char **)&iso_date, 10); in g_time_val_from_iso8601()
328 tm.tm_mon = strtoul (iso_date, (char **)&iso_date, 10) - 1; in g_time_val_from_iso8601()
333 tm.tm_mday = strtoul (iso_date, (char **)&iso_date, 10); in g_time_val_from_iso8601()
346 val = strtoul (iso_date, (char **)&iso_date, 10); in g_time_val_from_iso8601()
352 tm.tm_min = strtoul (iso_date, (char **)&iso_date, 10); in g_time_val_from_iso8601()
357 tm.tm_sec = strtoul (iso_date, (char **)&iso_date, 10); in g_time_val_from_iso8601()
385 val = strtoul (iso_date + 1, (char **)&iso_date, 10); in g_time_val_from_iso8601()
388 val = 60 * val + strtoul (iso_date + 1, (char **)&iso_date, 10); in g_time_val_from_iso8601()
/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.c47 percent = strtoul(argv[1], &p, 0); in main()
53 base = strtoul(argv[2], &p, 0); in main()
/external/bluetooth/bluez/src/
Dsdp-xml.c431 val.data[j++] = strtoul(buf, 0, 16); in sdp_xml_parse_uuid128()
502 int8_t val = strtoul(data, &endptr, 0); in sdp_xml_parse_int()
514 uint8_t val = strtoul(data, &endptr, 0); in sdp_xml_parse_int()
526 int16_t val = strtoul(data, &endptr, 0); in sdp_xml_parse_int()
538 uint16_t val = strtoul(data, &endptr, 0); in sdp_xml_parse_int()
550 int32_t val = strtoul(data, &endptr, 0); in sdp_xml_parse_int()
562 uint32_t val = strtoul(data, &endptr, 0); in sdp_xml_parse_int()
609 val.data[i >> 1] = strtoul(buf, 0, 16); in sdp_xml_parse_int()
644 decoded[i >> 1] = strtoul(buf, 0, 16); in sdp_xml_parse_string_decode()
/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()
Dtest_io.c234 data->flags = strtoul(value, NULL, 0); in test_open()
238 data->block = strtoul(value, NULL, 0); in test_open()
242 data->read_abort_count = strtoul(value, NULL, 0); in test_open()
246 data->write_abort_count = strtoul(value, NULL, 0); in test_open()
/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/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/chromium/base/
Dsys_info_linux.cc30 limit = strtoul(contents.c_str(), NULL, 0); in MaxSharedMemorySize()
Dlinux_util.cc212 const unsigned long int pid_ul = strtoul(dent->d_name, &endptr, 10); in FindProcessHoldingSocket()
268 const unsigned long int tid_ul = strtoul(dent->d_name, &endptr, 10); in FindThreadIDWithSyscall()
/external/openssl/crypto/
Dsparcv9cap.c101 OPENSSL_sparcv9cap_P=strtoul(e,NULL,0);
180 OPENSSL_sparcv9cap_P=strtoul(e,NULL,0); in OPENSSL_cpuid_setup()
/external/bison/src/
Dscan-gram.l452 unsigned long int c = strtoul (yytext + 1, NULL, 8);
463 unsigned long int c = strtoul (yytext + 2, NULL, 16);
1005 unsigned long int num = strtoul (number, NULL, base); in scan_integer()
1027 unsigned long int code = strtoul (ucn + 2, NULL, 16); in convert_ucn_to_byte()
1082 unsigned long int lineno = strtoul (args, &after_num, 10); in handle_syncline()

12345678