Searched refs:strtoul (Results 301 - 325 of 477) sorted by relevance

<<11121314151617181920

/freebsd-12-stable/sys/netgraph/netflow/
H A Dng_netflow.c296 ifnum = (int)strtoul(cp, &eptr, 10);
328 ifnum = (int)strtoul(cp, &eptr, 10);
/freebsd-12-stable/lib/libpmc/pmu-events/
H A Djevents.c569 eventcode |= strtoul(code, NULL, 0);
574 eventcode |= strtoul(code, NULL, 0) << 21;
/freebsd-12-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c405 v = strtoul(c+1, NULL, 0);
428 val = strtoul(c+1, NULL, 0);
/freebsd-12-stable/sbin/fdisk/
H A Dfdisk.c1016 command->args[command->n_args].arg_val = strtoul(cp, &end, 0);
1130 val = strtoul(str, &end, 0);
/freebsd-12-stable/sbin/sunlabel/
H A Dsunlabel.c946 l = strtoul(tag, &endp, 0);
969 l = strtoul(flag, &endp, 0);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp544 index_lower = ::strtoul(index_lower_cstr, nullptr, 0);
553 index_lower = ::strtoul(index_lower_cstr, nullptr, 0);
554 index_higher = ::strtoul(index_higher_cstr, nullptr, 0);
2111 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8);
2136 unsigned long hex_value = strtoul(hex_str, nullptr, 16);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c332 level = strtoul(p_cmd, NULL, 16);
336 level = strtoul(p_cmd, NULL, 16);
631 lid = (uint16_t) strtoul(p_cmd, NULL, 0);
H A Dosm_qos.c565 *val = strtoul(str, &end, 0);
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dhttpread.c546 h->chunk_size = strtoul(cbp, NULL, 16);
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Dcmatose.c674 tos = (uint8_t) strtoul(optarg, NULL, 0);
H A Dudaddy.c627 tos = (uint8_t) strtoul(optarg, NULL, 0);
/freebsd-12-stable/contrib/pf/authpf/
H A Dauthpf.c673 pid = strtoul(t, &s, 10);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-esp.c578 spino = strtoul(spistr, &foo, 0);
/freebsd-12-stable/contrib/telnet/telnetd/
H A Dtelnetd.c273 ultmp = strtoul(optarg, &ep, 0);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dremote-rdi.c374 top_of_memory = strtoul (*env + sizeof ("MEMSIZE=") - 1,
/freebsd-12-stable/contrib/binutils/gas/
H A Das.c883 new_size = strtoul (optarg, NULL, 0);
/freebsd-12-stable/contrib/binutils/bfd/
H A Dbfd.c1043 Convert, like <<strtoul>>, a numerical expression
1045 (Though without as many bells and whistles as <<strtoul>>.)
1066 return strtoul (string, (char **) end, base);
/freebsd-12-stable/contrib/bmake/
H A Dcond.c96 #include <errno.h> /* For strtoul() error checking */
503 l_val = strtoul(str, &eptr, str[1] == 'x' ? 16 : 10);
/freebsd-12-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c580 ArgCount = strtoul (Token, NULL, 0);
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c1172 Info.MaxCount = strtoul (CountArg, NULL, 0);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_os.h326 #define ocs_strtoul(s,ep,b) strtoul(s,ep,b)
/freebsd-12-stable/sys/dev/pci/
H A Dpci_iov_schema.c778 vf_num = strtoul(number_start, &endp, 10);
/freebsd-12-stable/sys/dev/xen/xenstore/
H A Dxenstore_dev.c310 trans->handle.id = strtoul(reply, NULL, 0);
/freebsd-12-stable/sys/sys/
H A Dsystm.h301 u_long strtoul(const char *, char **, int);
/freebsd-12-stable/sys/arm/ti/twl/
H A Dtwl_vreg.c920 millivolts = strtoul(voltage, NULL, 0);

Completed in 566 milliseconds

<<11121314151617181920