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

123456

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/uuid/
H A Dparse.c65 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);
/asus-wl-520gu-7.0.1.45/src/router/library/uuid/
H A Dparse.c42 uuid.time_low = strtoul(in, NULL, 16);
43 uuid.time_mid = strtoul(in+9, NULL, 16);
44 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
45 uuid.clock_seq = strtoul(in+19, NULL, 16);
51 uuid.node[i] = strtoul(buf, NULL, 16);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dpercent.c47 percent = strtoul(argv[1], &p, 0);
53 base = strtoul(argv[2], &p, 0);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dfbset.c362 varset.xres = strtoul(argv[1], 0, 0);
363 varset.yres = strtoul(argv[2], 0, 0);
364 varset.xres_virtual = strtoul(argv[3], 0, 0);
365 varset.yres_virtual = strtoul(argv[4], 0, 0);
366 varset.bits_per_pixel = strtoul(argv[5], 0, 0);
369 varset.pixclock = strtoul(argv[1], 0, 0);
370 varset.left_margin = strtoul(argv[2], 0, 0);
371 varset.right_margin = strtoul(argv[3], 0, 0);
372 varset.upper_margin = strtoul(argv[4], 0, 0);
373 varset.lower_margin = strtoul(arg
[all...]
H A Dchown.c81 gid = strtoul(groupName, &p, 10);
88 uid = strtoul(argv[optind], &p, 10); /* Is is numeric? */
H A Dchmod_chown_chgrp.c122 gid = strtoul(groupName, &p, 10); /* maybe it's already numeric */
131 gid = strtoul(groupName, &p, 10);
141 uid = strtoul(*argv, &p, 10); /* if numeric ... */
H A Dchgrp.c67 gid = strtoul(argv[optind], &p, 10); /* maybe it's already numeric */
/asus-wl-520gu-7.0.1.45/src/et/linux/
H A Det.c158 vecarg[0] = strtoul(av[optind + 1], NULL, 0) << 16;;
159 vecarg[0] |= strtoul(av[optind + 2], NULL, 0) & 0xffff;
163 vecarg[0] = strtoul(av[optind + 1], NULL, 0);
177 vecarg[0] = strtoul(av[optind + 1], NULL, 0) << 16;;
178 vecarg[0] |= strtoul(av[optind + 2], NULL, 0) & 0xffff;
179 vecarg[1] = strtoul(av[optind + 3], NULL, 0);
182 vecarg[0] = strtoul(av[optind + 1], NULL, 0);
183 vecarg[1] = strtoul(av[optind + 2], NULL, 0);
193 vecarg[0] = strtoul(av[optind + 1], NULL, 0) << 16;;
194 vecarg[0] |= strtoul(a
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/platform/
H A Daclinux.h43 #define strtoul simple_strtoul macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dparse_number.c42 ret = strtoul(numstr, &end, 10);
/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A D__getpwent.c104 passwd.pw_gid = (gid_t) strtoul(gid_ptr, &endptr, 10);
108 passwd.pw_uid = (uid_t) strtoul(uid_ptr, &endptr, 10);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dextend.c39 nblocks = strtoul(argv[2], 0, 0) - 1;
40 blocksize = strtoul(argv[3], 0, 0);
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmstdlib.h70 extern unsigned long BCMROMFN(strtoul)(const char *cp, char **endp, int base);
71 #define strtol(nptr, endptr, base) ((long)strtoul((nptr), (endptr), (base)))
72 #define atoi(s) ((int)(strtoul((s), NULL, 10)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/tools/amiga/
H A Ddmesg.c48 end = strtoul(argv[1], NULL, 0);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Df_tcindex.c39 t->tcm_handle = strtoul(handle,&end,0);
53 hash = strtoul(*argv,&end,0);
64 mask = strtoul(*argv,&end,0);
75 shift = strtoul(*argv,&end,0);
H A Dq_dsmark.c45 ind = strtoul(*argv,&end,0);
54 dflt = strtoul(*argv,&end,0);
106 tmp = strtoul(*argv,&end,0);
115 tmp = strtoul(*argv,&end,0);
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_owner.c63 ownerinfo->uid = strtoul(optarg, &end, 0);
78 ownerinfo->gid = strtoul(optarg, &end, 0);
90 ownerinfo->pid = strtoul(optarg, &end, 0);
101 ownerinfo->sid = strtoul(optarg, &end, 0);
H A Dlibip6t_mark.c49 markinfo->mark = strtoul(optarg, &end, 0);
51 markinfo->mask = strtoul(end+1, &end, 0);
H A Dlibipt_connmark.c49 markinfo->mark = strtoul(optarg, &end, 0);
51 markinfo->mask = strtoul(end+1, &end, 0);
H A Dlibipt_mark.c49 markinfo->mark = strtoul(optarg, &end, 0);
51 markinfo->mask = strtoul(end+1, &end, 0);
H A Dlibipt_realm.c53 realminfo->id = strtoul(optarg, &end, 0);
55 realminfo->mask = strtoul(end+1, &end, 0);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dtest_extent.c57 num1 = strtoul(arg1, 0, 0);
64 num2 = strtoul(arg2, 0, 0);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Drt_names.c137 res = strtoul(arg, &end, 0);
204 res = strtoul(arg, &end, 0);
268 res = strtoul(arg, &end, 0);
333 i = strtoul(arg, &end, 0);
396 res = strtoul(arg, &end, 16);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Ddevno.c210 devno = strtoul(argv[1], &tmp, 0);
216 major = strtoul(argv[1], &tmp, 0);
221 minor = strtoul(argv[2], &tmp, 0);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dfinddev.c178 device = strtoul(argv[1], &tmp, 0);
184 major = strtoul(argv[1], &tmp, 0);
189 minor = strtoul(argv[2], &tmp, 0);

Completed in 233 milliseconds

123456