Searched refs:strtoul (Results 351 - 375 of 468) sorted by relevance

<<111213141516171819

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp445 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char)
1644 INTERCEPT_STRTO(strtoul);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c456 lmid = strtoul(&pdp->dtpd_mod[2], &end, 16);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c1353 int val = strtoul (args, &arg_end, 10);
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y989 yylval.number = strtoul (buffer, 0, 0);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c509 ottl = strtoul(buf2, &ulendp, 10);
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c807 lport = strtoul(name + 3, &end, 10);
/freebsd-11-stable/sys/netgraph/
H A Dng_bridge.c364 linkNum = strtoul(cp, &eptr, 10);
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_attach.c583 u = strtoul(val, &end, 0);
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c1030 poll_hz = strtoul(optarg, NULL, 0);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c694 num = strtoul (refc, &err_str, 10);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Daction.c131 num = strtoul(p, &end, 10);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c1064 cfg->max_smps = strtoul(optarg, NULL, 0);
H A Dibtracert.c765 mlid = strtoul(optarg, 0, 0);
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.c195 idx = strtoul(namelist[i]->d_name, NULL, 0);
/freebsd-11-stable/sbin/setkey/
H A Dparse.y270 v = strtoul($1.buf, &ep, 16);
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c950 newval = strtoul(++valptr, NULL, 0); \
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c311 routetag = strtoul(optarg, &ep, 0);
322 proto = strtoul(optarg, &ep, 0);
338 proto = strtoul(optarg, &ep, 0);
3179 plen = strtoul(p, &ep, 10);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c612 *type = strtoul(pos, NULL, 16);
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c661 *type = strtoul(pos, NULL, 16);
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c313 word = strtoul(p, NULL, 16);
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc1256 max_clients = MAX(1, strtoul(optarg, NULL, 0));
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c3735 starting_offset = strtoul(optarg, &endptr, 0);
7872 min_plr = strtoul(optarg, NULL, 0);
7886 max_plr = strtoul(optarg, NULL, 0);
7916 phy_operation = strtoul(optarg, NULL, 0);
7948 pp_timeout_val = strtoul(optarg, NULL, 0);
9274 opcode = strtoul(optarg, &endptr, 0);
9290 service_action = strtoul(optarg, &endptr, 0);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c2945 section = strtoul (optarg, & cp, 0);
3096 section = strtoul (optarg, & cp, 0);
9744 size = strtoul (arhdr.ar_size, NULL, 10);
9767 longnames_size = strtoul (arhdr.ar_size, NULL, 10);
9812 off = strtoul (arhdr.ar_name + 1, NULL, 10);
9851 archive_file_size = strtoul (arhdr.ar_size, NULL, 10);
/freebsd-11-stable/contrib/gcc/
H A Dfinal.c3074 opnum = strtoul (p, &endptr, 10);
3119 opnum = strtoul (p, &endptr, 10);
H A Drecog.c2185 op_alt[j].matches = strtoul (p, &end, 10);
2388 match = strtoul (p, &end, 10);

Completed in 551 milliseconds

<<111213141516171819