HomeSort by relevance Sort by last modified time
    Searched full:strtoul (Results 1 - 25 of 755) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
strtoul.m4 0 # strtoul.m4 serial 2
9 AC_REPLACE_FUNCS(strtoul)
15 # Prerequisites of lib/strtoul.c.
  /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);
  /external/e2fsprogs/e2fsck/
extend.c 39 nblocks = strtoul(argv[2], 0, 0) - 1;
40 blocksize = strtoul(argv[3], 0, 0);
  /external/e2fsprogs/lib/e2p/
percent.c 49 percent = strtoul(argv[1], &p, 0);
55 base = strtoul(argv[2], &p, 0);
  /system/core/toolbox/
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/chromium/base/
sys_info_linux.cc 30 limit = strtoul(contents.c_str(), NULL, 0);
  /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/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/openssh/openbsd-compat/
strtoul.c 1 /* $OpenBSD: strtoul.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/stdlib/strtoul.c */
48 strtoul(const char *nptr, char **endptr, int base) function
  /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);
  /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);
  /external/iptables/extensions/
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...]
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);
  /build/tools/fs_get_stats/
fs_get_stats.c 51 perms = (unsigned)strtoul(argv[1], &endptr, 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
libnss_hesiod-2.7.so 
libnss_hesiod.so 
libnss_hesiod.so.2 

Completed in 1140 milliseconds

1 2 3 4 5 6 7 8 91011>>