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

1234567891011>>

/external/syslinux/com32/lib/
H A Dstrtoul.c2 #define NAME strtoul
/external/e2fsprogs/lib/uuid/
H A Dparse.c66 uuid.time_low = strtoul(in, NULL, 16);
67 uuid.time_mid = strtoul(in+9, NULL, 16);
68 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
69 uuid.clock_seq = strtoul(in+19, NULL, 16);
75 uuid.node[i] = strtoul(buf, NULL, 16);
/external/syslinux/dos/
H A Dstrtoul.c2 * strtoul.c
4 * strtoul() function
12 unsigned long strtoul(const char *nptr, char **endptr, int base) function
H A Dstdlib.h20 extern unsigned long int strtoul(const char *nptr,
/external/vboot_reference/tests/futility/
H A Dbinary_editor.c27 offset = (uint32_t)strtoul(argv[1], 0, 0);
32 c = (uint8_t)strtoul(argv[curarg++], 0, 0);
/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);
/external/e2fsprogs/lib/e2p/
H A Dpercent.c50 percent = strtoul(argv[1], &p, 0);
56 base = strtoul(argv[2], &p, 0);
/external/google-breakpad/src/processor/
H A Dwindows_frame_info.h135 uint32_t prolog_size = strtoul(tokens[3], NULL, 16);
136 uint32_t epilog_size = strtoul(tokens[4], NULL, 16);
137 uint32_t parameter_size = strtoul(tokens[5], NULL, 16);
138 uint32_t saved_register_size = strtoul(tokens[6], NULL, 16);
139 uint32_t local_size = strtoul(tokens[7], NULL, 16);
140 uint32_t max_stack_size = strtoul(tokens[8], NULL, 16);
141 int has_program_string = strtoul(tokens[9], NULL, 16);
148 allocates_base_pointer = strtoul(tokens[10], NULL, 16);
/external/iw/
H A Doffch.c20 strtoul(argv[0], &end, 10));
28 strtoul(argv[0], &end, 10));
/external/syslinux/com32/modules/
H A Dcpuid.c42 leaf = strtoul(argv[1], NULL, 0);
43 counter = (argc > 2) ? strtoul(argv[2], NULL, 0) : 0;
H A Dethersel.c69 vid = strtoul(p, &p, 16);
72 did = strtoul(p + 1, &p, 16);
77 m1 = strtoul(p + 1, &p, 16);
81 m2 = strtoul(p + 1, &p, 16);
95 r0 = strtoul(p, &p, 16);
97 r1 = strtoul(p + 1, &p, 16);
/external/dtc/tests/
H A Dboot-cpuid.c40 cpuid = strtoul(argv[2], NULL, 0);
/external/libdrm/tests/
H A Ddrmstat.c117 count = strtoul(optarg, NULL, 0);
136 if ((r = drmSwitchToContext(fd, strtoul(optarg, NULL, 0)))) {
160 count = strtoul(optarg, &pt, 0);
161 size = strtoul(pt+1, &pt, 0);
162 secs = strtoul(pt+1, NULL, 0);
189 count = strtoul(optarg, &pt, 0);
190 size = strtoul(pt+1, NULL, 0);
243 offset = strtoul(optarg, &pt, 0);
244 size = strtoul(pt+1, NULL, 0);
258 offset = strtoul(optar
[all...]
/external/libnl/src/lib/
H A Dct.c149 nfnl_ct_set_icmp_id(ct, 0, strtoul(argv[idx++], NULL, 0));
152 nfnl_ct_set_icmp_type(ct, 0, strtoul(argv[idx++], NULL, 0));
155 nfnl_ct_set_icmp_code(ct, 0, strtoul(argv[idx++], NULL, 0));
158 nfnl_ct_set_icmp_id(ct, 1, strtoul(argv[idx++], NULL, 0));
161 nfnl_ct_set_icmp_type(ct, 1, strtoul(argv[idx++], NULL, 0));
164 nfnl_ct_set_icmp_code(ct, 1, strtoul(argv[idx++], NULL, 0));
/external/autotest/client/site_tests/kernel_PerfEventRename/src/
H A Dperf-rename-test.c34 loops = strtoul(argv[2], NULL, 10);
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dopen.c23 unsigned int access_mode = strtoul(argv[1], NULL, 0);
/external/libmtp/examples/
H A Dtrexist.c46 id = strtoul(argv[1], &endptr, 10);
/external/strace/tests/
H A Dinode_of_sockfd.c58 return strtoul(path + prefix_len, NULL, 10);
/external/strace/tests-m32/
H A Dinode_of_sockfd.c58 return strtoul(path + prefix_len, NULL, 10);
/external/strace/tests-mx32/
H A Dinode_of_sockfd.c58 return strtoul(path + prefix_len, NULL, 10);
/external/syslinux/gpxe/src/include/
H A Dstdlib.h16 extern unsigned long strtoul ( const char *p, char **endp, int base );
/external/vboot_reference/cgpt/
H A Dcmd_add.c61 params.partition = (uint32_t)strtoul(optarg, &e, 0);
106 params.successful = (uint32_t)strtoul(optarg, &e, 0);
119 params.tries = (uint32_t)strtoul(optarg, &e, 0);
133 params.priority = (uint32_t)strtoul(optarg, &e, 0);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dhalt_on_error-torture.cc61 nthreads = (size_t)strtoul(argv[1], 0, 0);
62 niter = (size_t)strtoul(argv[2], 0, 0);
/external/e2fsprogs/e2fsck/
H A Dextend.c40 nblocks = strtoul(argv[2], 0, 0) - 1;
41 blocksize = strtoul(argv[3], 0, 0);
/external/syslinux/gpxe/src/core/
H A Dmisc.c24 val = strtoul(p, ( char ** ) &p, 10);
36 unsigned long strtoul ( const char *p, char **endp, int base ) { function

Completed in 1115 milliseconds

1234567891011>>