Searched refs:strtoul (Results 226 - 250 of 477) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c285 tmp_val = strtoul(p_val_str, &endptr, 0);
542 tmpint = strtoul(tmpbuf, NULL, 16);
548 tmpint = strtoul(tmpbuf, NULL, 16);
581 cct.shift = strtoul(buf, NULL, 0);
582 cct.multiplier = strtoul(ptr, NULL, 0);
636 newcct.entries[len].shift = strtoul(tok, NULL, 0);
637 newcct.entries[len].multiplier = strtoul(ptr, NULL, 0);
678 sltmp = strtoul(sl_str, NULL, 0);
1875 level = strtoul(p_level, NULL, 0);
H A Dosm_ucast_mgr.c462 if (!p || !*p || !(port = strtoul(p, &e, 0)) || (p == e) ||
471 if (!*p || !(hop_wf = strtoul(p, &e, 0)) || p == e || hop_wf >= 0x100) {
548 port = strtoul(p, &e, 0);
767 if (!p || !*p || !(port = strtoul(p, NULL, 0)) ||
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c565 cfg->max_hops = strtoul(optarg, NULL, 0);
579 cfg->max_smps = strtoul(optarg, NULL, 0);
H A Dibsysstat.c284 oui = strtoul(optarg, 0, 0);
/freebsd-12-stable/contrib/bearssl/tools/
H A Dskey.c351 ul = strtoul(p, &end, 10);
364 ul = strtoul(p, &end, 10);
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c1090 alias = strtoul(p, &endp, 10);
1106 alias = strtoul(name, &endp, 10);
H A Dbhnd_nvram_subr.c639 strtoul(p, &endp, 10);
667 * strtoul().
679 * to the string's initial prefix, as per strtoul()'s documented behavior.
978 strtoul(name, &endp, 10);
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c250 Address = strtoul (Target, NULL, 16);
810 Arg = strtoul (ObjectArg, NULL, 16);
/freebsd-12-stable/stand/efi/loader/
H A Dframebuffer.c434 efifb->fb_addr = strtoul(ev, &p, 0);
451 efifb->fb_stride = strtoul(ev, &p, 0);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c355 tag_num = strtoul(vstart, &eptr, 10);
751 bitnum = strtoul(elem, &eptr, 10);
/freebsd-12-stable/usr.sbin/ppp/
H A Dether.c284 slot = strtoul(sessionid, &end, 16);
725 slot = strtoul(sessionid, &end, 16);
/freebsd-12-stable/usr.sbin/usbconfig/
H A Dusbconfig.c242 val = strtoul(name, &ep, 0);
259 val = strtoul(s, &ep, 0);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp99 uint32_t result = static_cast<uint32_t>(::strtoul(cstr, &end, base));
/freebsd-12-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_quota2_tests.c418 test = strtoul(argv[0], &end, 10);
/freebsd-12-stable/contrib/gcc/config/
H A Ddfp-bit.h207 #define STR_TO_INT strtoul
/freebsd-12-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.c337 && (pid = strtoul (argv[3], &arg_end, 10)) != 0
/freebsd-12-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c460 poffset = strtoul(sep + 1, &endptr, 10);
/freebsd-12-stable/sys/netgraph/
H A Dng_frame_relay.c277 dlci = (int)strtoul(cp, &eptr, 10);
/freebsd-12-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c123 ps->ps_u_imm = strtoul(buf, &p, 0);
/freebsd-12-stable/lib/libradius/
H A Dradlib.c602 port = strtoul(port_str, &end, 10);
612 timeout = strtoul(timeout_str, &end, 10);
622 maxtries = strtoul(maxtries_str, &end, 10);
633 dead_time = strtoul(dead_time_str, &end, 10);
/freebsd-12-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c271 info->qop = strtoul(name, 0, 0);
/freebsd-12-stable/sbin/camcontrol/
H A Dattrib.c196 output_format = strtoul(optarg, &endptr, 0);
/freebsd-12-stable/crypto/openssl/crypto/
H A Dppccap.c262 OPENSSL_ppccap_P = strtoul(e, NULL, 0);
/freebsd-12-stable/stand/libsa/
H A DMakefile37 SRCS+= abs.c strtol.c strtoll.c strtoul.c strtoull.c
/freebsd-12-stable/crypto/openssh/
H A Daddrmatch.c325 masklen = strtoul(mp, &cp, 10);

Completed in 400 milliseconds

1234567891011>>