Searched refs:strtoul (Results 201 - 225 of 468) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c738 port = strtoul(optarg, NULL, 0);
758 size = strtoul(optarg, NULL, 0);
770 rx_depth = strtoul(optarg, NULL, 0);
774 iters = strtoul(optarg, NULL, 0);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strnid.c106 mask = strtoul(p + 5, &end, 0);
H A Dasn1_gen.c407 tag_num = strtoul(vstart, &eptr, 10);
819 bitnum = strtoul(elem, &eptr, 10);
/freebsd-11-stable/stand/uboot/lib/
H A Dglue.c90 api_address = strtoul(optarg, NULL, 16);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslanalyze.c589 GpeNumber = strtoul (&Name[2], NULL, 16);
H A Ddttemplate.c269 TableCount = strtoul (Signature, &End, 0);
/freebsd-11-stable/stand/common/
H A Dconsole.c293 tdiv = strtoul(value, &eptr, 0);
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c176 vmask = strtoul(word, NULL, 10);
981 port = strtoul(optarg, NULL, 10);
987 rcvbuf = strtoul(optarg, NULL, 10);
993 sndbuf = strtoul(optarg, NULL, 10);
/freebsd-11-stable/usr.sbin/ctld/
H A Dlogin.c549 tmp = strtoul(value, NULL, 10);
563 tmp = strtoul(value, NULL, 10);
576 tmp = strtoul(value, NULL, 10);
605 tmp = strtoul(value, NULL, 10);
H A Dchap.c369 id_bin = strtoul(id, NULL, 10);
/freebsd-11-stable/usr.bin/nl/
H A Dnl.c191 uval = strtoul(optarg, &ep, 10);
/freebsd-11-stable/usr.sbin/wlandebug/
H A Dwlandebug.c220 bit = strtoul(cp, NULL, 0);
/freebsd-11-stable/usr.sbin/efivar/
H A Defivar.c304 attrib = strtoul(optarg, NULL, 16);
/freebsd-11-stable/usr.sbin/iscsid/
H A Dchap.c369 id_bin = strtoul(id, NULL, 10);
/freebsd-11-stable/usr.sbin/smbmsg/
H A Dsmbmsg.c97 l = strtoul(s, &endp, 0);
/freebsd-11-stable/sys/dev/uart/
H A Duart_subr.c64 return (strtoul(*p, (char**)(uintptr_t)p, 0));
/freebsd-11-stable/sbin/newfs_msdos/
H A Dnewfs_msdos.c204 x = strtoul(arg, &s, 0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp117 uint64_t val = strtoul(match.second.str().c_str(), nullptr, 10);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp87 unsigned long byte_size = ::strtoul(s, &format_char, 0);
/freebsd-11-stable/include/
H A Dstdlib.h115 strtoul(const char * __restrict, char ** __restrict, int);
/freebsd-11-stable/contrib/binutils/ld/
H A Dlexsup.c844 g_switch_value = strtoul (optarg, &end, 0);
996 link_info.optimize = strtoul (optarg, NULL, 0) ? TRUE : FALSE;
1381 link_info.spare_dynamic_tags = strtoul (optarg, NULL, 0);
1385 config.split_by_reloc = strtoul (optarg, NULL, 0);
1440 new_size = strtoul (optarg, NULL, 0);
/freebsd-11-stable/usr.bin/mt/
H A Dmt.c1174 rbdp = strtoul(optarg, NULL, 0);
1189 pi_length = strtoul(optarg, NULL, 0);
1196 prot_method = strtoul(optarg, NULL, 0);
1203 lbp_r = strtoul(optarg, NULL, 0);
1212 lbp_w = strtoul(optarg, NULL, 0);
/freebsd-11-stable/lib/libugidfw/
H A Dugidfw.c525 value = strtoul(spec1, &endp, 10);
542 value = strtoul(spec2, &endp, 10);
571 value = strtoul(spec1, &endp, 10);
588 value = strtoul(spec2, &endp, 10);
610 jid = strtoul(name, &ep, 10);
/freebsd-11-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);
/freebsd-11-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);

Completed in 182 milliseconds

1234567891011>>