Searched refs:strtoul (Results 326 - 350 of 400) sorted by relevance

<<111213141516

/freebsd-10.0-release/contrib/gcc/
H A Dfinal.c3068 opnum = strtoul (p, &endptr, 10);
3113 opnum = strtoul (p, &endptr, 10);
H A Drecog.c2185 op_alt[j].matches = strtoul (p, &end, 10);
2388 match = strtoul (p, &end, 10);
H A Dsys-protos.h1106 extern long unsigned int strtoul(const char *, char **, int);
H A Dregmove.c1597 unsigned long match_ul = strtoul (p, &end, 10);
H A Dtree-outof-ssa.c783 match = strtoul (constraint, &end, 10);
/freebsd-10.0-release/contrib/tzcode/zic/
H A Dzic.c2733 ul = strtoul(name, &ep, 10);
2758 ul = strtoul(name, &ep, 10);
/freebsd-10.0-release/crypto/openssh/
H A Dssh-keygen.c2248 lines_to_process = strtoul(optarg, NULL, 10);
2251 start_lineno = strtoul(optarg, NULL, 10);
/freebsd-10.0-release/lib/libc/net/
H A Dgetaddrinfo.c355 v = strtoul(p, &ep, 10);
1604 lscopeid = strtoul(scope, &ep, 10);
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ndis.c567 val = strtoul((char *)oid->oid_arg1, NULL, 10);
601 strtoul((char *)oid->oid_arg1, NULL, base);
/freebsd-10.0-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c1227 ul = strtoul(s, &end, 0);
/freebsd-10.0-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c669 n = strtoul(val, &end, base);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp687 case LibFunc::strtoul:
/freebsd-10.0-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c926 x = strtoul(arg, &s, 0);
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_vfsops.c1361 args->cpno = strtoul(cpno, (char **)NULL, 10);
/freebsd-10.0-release/usr.sbin/ndp/
H A Dndp.c965 newval = strtoul(++valptr, NULL, 0); \
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dprocfs.c5644 pid = strtoul (argv[0], &tmp, 10);
5646 tid = strtoul (++tmp, NULL, 10);
5650 tid = strtoul (argv[0] + 1, NULL, 10);
H A Dtracepoint.c707 count = strtoul (args, &args, 10); /* count comes first, then TP num */
H A Dwin32-nat.c1592 pid = strtoul (args, 0, 0); /* Windows pid */
/freebsd-10.0-release/contrib/opie/
H A Dconfigure4505 echo $ac_n "checking for strtoul""... $ac_c" 1>&6
4506 echo "configure:4507: checking for strtoul" >&5
4514 which can conflict with char strtoul(); below. */
4519 char strtoul();
4529 strtoul(); function
4546 if eval "test \"`echo '$ac_cv_func_'strtoul`\" = yes"; then
4554 MISSING="${MISSING}strtoul.o "
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmilter.c1306 m->mf_mta_actions = strtoul(p, NULL, 0);
1309 m->mf_mta_prot_flags = strtoul(p, NULL, 0);
1312 m->mf_mta_prot_version = strtoul(p, NULL, 0);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_y.y1117 if (!(port_num = strtoul(&port_str[2],NULL,0))) {
/freebsd-10.0-release/lib/libc/gen/
H A Dgetpwent.c1991 m = strtoul(++p, &q, 10);
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c6815 min_plr = strtoul(optarg, NULL, 0);
6829 max_plr = strtoul(optarg, NULL, 0);
6859 phy_operation = strtoul(optarg, NULL, 0);
6891 pp_timeout_val = strtoul(optarg, NULL, 0);
/freebsd-10.0-release/sbin/route/
H A Droute.c1286 strtoul(q+1, 0, 0));
/freebsd-10.0-release/sys/dev/xen/netback/
H A Dnetback.c2478 mac[i] = strtoul(s, &e, 16);

Completed in 600 milliseconds

<<111213141516