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

1234567891011>>

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dstdlib.h31 #define strtoul isc_strtoul macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dh_spawn.c46 ret = strtoul(argv[1], &endp, 10);
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-lex.l65 yylval.processor = strtoul (yytext+1, 0, 0);
70 yylval.num = strtoul (yytext, 0, 0);
75 yylval.num = strtoul (yytext, 0, 0);
/freebsd-11-stable/contrib/gcc/
H A Dgcov-iov.c47 major = strtoul (ptr, &ptr, 10);
50 minor = strtoul (ptr + 1, 0, 10);
/freebsd-11-stable/tools/test/malloc/
H A Dmain.c18 if (argc > 1) NOPS = strtoul(argv[1],0,0);
19 if (argc > 2) NBUCKETS = strtoul(argv[2],0,0);
20 if (argc > 3) NSIZE = strtoul(argv[3],0,0);
/freebsd-11-stable/usr.sbin/fifolog/fifolog_writer/
H A Dfifolog_writer.c68 w_opt = strtoul(optarg, NULL, 0);
71 s_opt = strtoul(optarg, NULL, 0);
74 z_opt = strtoul(optarg, NULL, 0);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakeucnid.c78 start = strtoul (l, &endptr, 16);
86 end = strtoul (l + 1, &endptr, 16);
129 codepoint = strtoul (line, &l, 16);
150 combining_value[codepoint] = strtoul (l, &l, 10);
169 this_decomp[i] = strtoul (l, &l, 16);
210 start = strtoul (line, &l, 16);
216 end = strtoul (l + 2, &l, 16);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvasprintf.c36 extern unsigned long strtoul ();
90 total_width += strtoul (p, (char **) &p, 10);
100 total_width += strtoul (p, (char **) &p, 10);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dvasprintf.c36 extern unsigned long strtoul ();
90 total_width += strtoul (p, (char **) &p, 10);
100 total_width += strtoul (p, (char **) &p, 10);
/freebsd-11-stable/sys/dev/vt/colors/
H A Dvt_termcolors.c89 v = strtoul(ptr + 1, &endptr, 16);
101 v = strtoul(ptr, &endptr, 10);
113 v = strtoul(ptr, &endptr, 10);
125 v = strtoul(ptr, &endptr, 10);
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c352 v = strtoul(ptr, &endptr, 10);
368 v = strtoul(ptr, &endptr, 10);
382 v = strtoul(ptr, &endptr, 10);
396 v = strtoul(ptr, &endptr, 10);
410 v = strtoul(ptr, &endptr, 10);
424 v = strtoul(ptr, &endptr, 10);
438 v = strtoul(ptr, &endptr, 10);
464 v = strtoul(ptr, &endptr, 10);
478 v = strtoul(ptr, &endptr, 10);
504 v = strtoul(va
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dcook.c100 *pRes = (char)strtoul(z, NULL, 16);
125 val = strtoul(z, NULL, 8);
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Denv.c92 value = strtoul (env, &end, 10);
133 value = strtoul (env, &end, 10);
202 cpu_beg = strtoul (env, &end, 0);
211 cpu_end = strtoul (++env, &end, 0);
218 cpu_stride = strtoul (++env, &end, 0);
/freebsd-11-stable/lib/libc/stdlib/
H A DMakefile.inc18 strtol.c strtold.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
41 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \
64 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
/freebsd-11-stable/sbin/mknod/
H A Dmknod.c80 val = strtoul(name, &ep, 10);
132 mymajor = (long)strtoul(argv[3], &endp, 0);
137 myminor = (long)strtoul(argv[4], &endp, 0);
/freebsd-11-stable/tools/regression/netinet/tcpconnect/
H A Dtcpconnect.c71 port = strtoul(argv[0], &dummy, 10);
116 port = strtoul(argv[1], &dummy, 10);
121 count = strtoul(argv[2], &dummy, 10);
/freebsd-11-stable/usr.sbin/chroot/
H A Dchroot.c104 gid = (gid_t)strtoul(group, &endp, 0);
125 gidlist[gids] = (gid_t)strtoul(p, &endp, 0);
142 uid = (uid_t)strtoul(user, &endp, 0);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsminfo.c81 act = strtoul(optarg, 0, 0);
84 state = strtoul(optarg, 0, 0);
87 prio = strtoul(optarg, 0, 0);
/freebsd-11-stable/contrib/diff/lib/
H A Dstrtoimax.c58 # define strtol strtoul
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dstdlib_ext.h44 * strtoul - convert a string to an uint32_t
49 uint32_t strtoul(const char *cp,char **endp,uint32_t base);
/freebsd-11-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c199 port = strtoul(argv[3], &dummy, 10);
204 seed = strtoul(argv[4], &dummy, 10);
219 port = strtoul(argv[2], &dummy, 10);
224 seed = strtoul(argv[3], &dummy, 10);
/freebsd-11-stable/sbin/ifconfig/
H A Diffib.c73 fib = strtoul(val, &ep, 0);
92 fib = strtoul(val, &ep, 0);
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dlex.l72 yylval.i_value = strtoul(yytext, NULL, 0);
/freebsd-11-stable/usr.bin/mkesdb/
H A Dlex.l72 yylval.i_value = strtoul(yytext, NULL, 0);
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c182 ip->cksum = strtoul(val, &ep, 10);
214 ip->st_gid = strtoul(val, &ep, 10);
234 ip->st_nlink = strtoul(val, &ep, 10);
256 ip->st_mtimespec.tv_sec = strtoul(val, &ep, 10);
262 = strtoul(val, &ep, 10);
303 ip->st_uid = strtoul(val, &ep, 10);

Completed in 130 milliseconds

1234567891011>>