HomeSort by relevance Sort by last modified time
    Searched refs:strtoul (Results 1 - 25 of 430) 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);
  /system/core/toolbox/
sleep.c 52 seconds = strtoul(argv[1], &endptr, 10);
r.c 34 addr = strtoul(argv[1], 0, 16);
38 endaddr = strtoul(end + 1, 0, 16);
50 value = strtoul(argv[2], 0, 16);
chown.c 44 uid = (int) strtoul(user, &endptr, 0);
57 gid = (int) strtoul(group, &endptr, 0);
syren.c 94 sio.value = strtoul(argv[3], 0, 0);
131 sio.page = strtoul(argv[2], 0, 0);
132 sio.addr = strtoul(addr_str, 0, 0);
  /external/e2fsprogs/lib/e2p/
percent.c 49 percent = strtoul(argv[1], &p, 0);
55 base = strtoul(argv[2], &p, 0);
  /external/chromium/base/
sys_info_linux.cc 30 limit = strtoul(contents.c_str(), NULL, 0);
  /external/libmtp/examples/
trexist.c 46 id = strtoul(argv[1], &endptr, 10);
getfile.c 69 id = strtoul(argv[1], &endptr, 10);
  /bionic/libc/bionic/
debug_mapinfo.cpp 52 mi->start = strtoul(line, 0, 16);
53 mi->end = strtoul(line + 9, 0, 16);
  /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...]
  /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);
  /external/iptables/extensions/
libxt_devgroup.c 54 info->src_group = strtoul(cb->arg, &end, 0);
57 info->src_mask = strtoul(end+1, &end, 0);
78 info->dst_group = strtoul(cb->arg, &end, 0);
81 info->dst_mask = strtoul(end+1, &end, 0);
libxt_time.c 97 year = strtoul(s, &e, 10);
104 month = strtoul(s, &e, 10);
111 day = strtoul(s, &e, 10);
118 hour = strtoul(s, &e, 10);
125 minute = strtoul(s, &e, 10);
132 second = strtoul(s, &e, 10);
167 hour = strtoul(s, &e, 10);
172 minute = strtoul(s, &e, 10);
179 second = strtoul(s, &e, 10);
217 i = strtoul(day, &err, 0)
    [all...]
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 59 using ::strtoul;
  /external/e2fsprogs/resize/
test_extent.c 57 num1 = strtoul(arg1, 0, 0);
64 num2 = strtoul(arg2, 0, 0);
  /hardware/ti/omap4xxx/
mapinfo.c 38 mi->start = strtoul(line, 0, 16);
39 mi->end = strtoul(line + 9, 0, 16);
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 170 ul = strtoul((const char *)pStrIn, &pTemp, 10);
173 ul = strtoul((const char *)pStrIn, &pTemp,16);
176 ul = strtoul((const char *)pStrIn, &pTemp,8);
260 ul = strtoul((const char *)pStrIn, &pTemp,10);
263 ul = strtoul((const char *)pStrIn, &pTemp,16);
266 ul = strtoul((const char *)pStrIn, &pTemp,8);
  /system/core/mkbootimg/
mkbootimg.c 142 base = strtoul(val, 0, 16);
144 kernel_offset = strtoul(val, 0, 16);
146 ramdisk_offset = strtoul(val, 0, 16);
148 second_offset = strtoul(val, 0, 16);
150 tags_offset = strtoul(val, 0, 16);
154 pagesize = strtoul(val, 0, 10);
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 208 unsigned long x = strtoul(lastSpacePos + 1, &end, 10);
240 *width = strtoul(s, &end, 10);
245 *height = strtoul(s, &end, 10);
284 unsigned long x = strtoul(s, &end, 10);
293 unsigned long x = strtoul(s, &end, 10);
  /external/e2fsprogs/lib/blkid/
devno.c 205 devno = strtoul(argv[1], &tmp, 0);
211 major = strtoul(argv[1], &tmp, 0);
216 minor = strtoul(argv[2], &tmp, 0);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 178 device = strtoul(argv[1], &tmp, 0);
184 major = strtoul(argv[1], &tmp, 0);
189 minor = strtoul(argv[2], &tmp, 0);

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 91011>>