Searched refs:strtoul (Results 251 - 275 of 400) sorted by relevance

<<111213141516

/freebsd-10.0-release/usr.sbin/jls/
H A Djls.c93 jid = strtoul(optarg, &ep, 10);
/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dstatd.c121 svcport = (in_port_t)strtoul(optarg, &endptr, 10);
/freebsd-10.0-release/bin/ps/
H A Dps.c711 bigtemp = strtoul(elem, &endp, 10);
860 bigtemp = strtoul(elem, &endp, 10);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp506 uint32_t cpu = (uint32_t)::strtoul (triple_cstr, &end, 0);
510 uint32_t sub = (uint32_t)::strtoul (end + 1, &end, 0);
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibnetdiscover.c982 ca_port = strtoul(optarg, 0, 0);
991 timeout = strtoul(optarg, 0, 0);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c977 unsigned long num = strtoul(osver, &end, 10);
984 num = strtoul(osver, &end, 10);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c851 id = strtoul(net_id, NULL, 10);
1101 nid = strtoul(network, NULL, 10);
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c989 *safi = strtoul(val->value, &t, 0);
1034 prefixlen = (int) strtoul(s + i2, &t, 10);
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_debug.c1178 result = strtoul(buf + 5, &endptr, 10);
1201 result = strtoul(buf + 4, &endptr, 10);
/freebsd-10.0-release/sbin/fdisk/
H A Dfdisk.c1024 command->args[command->n_args].arg_val = strtoul(cp, &end, 0);
1138 val = strtoul(str, &end, 0);
/freebsd-10.0-release/sbin/ipfw/
H A Dnat.c945 frule = lrule = strtoul(av[0], &endptr, 10);
947 lrule = strtoul(endptr+1, &endptr, 10);
/freebsd-10.0-release/sbin/sunlabel/
H A Dsunlabel.c950 l = strtoul(tag, &endp, 0);
975 l = strtoul(flag, &endp, 0);
/freebsd-10.0-release/sys/dev/acpi_support/
H A Dacpi_ibm.c961 val = strtoul(cp, &ep, 16);
963 val = strtoul(cp, &ep, 10);
/freebsd-10.0-release/sys/netgraph/netflow/
H A Dng_netflow.c290 ifnum = (int)strtoul(cp, &eptr, 10);
322 ifnum = (int)strtoul(cp, &eptr, 10);
/freebsd-10.0-release/sys/xen/xenstore/
H A Dxenstore.c995 cmp = (void *)strtoul(token, NULL, 16);
1480 t->id = strtoul(id_str, NULL, 0);
/freebsd-10.0-release/usr.bin/csup/
H A Dfattr.c570 attrlen = strtoul(attr, &end, 10);
636 fa->flags = (fflags_t)strtoul(attrstart, &end, FA_FLAGSRADIX);
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dscan.l506 ul = strtoul(cp, &eptr, base);
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix280 unsigned long (strtoul)(const char *nptr, char **endptr, int base);
/freebsd-10.0-release/usr.sbin/ctld/
H A Dkernel.c210 cur_lun->blocksize = strtoul(str, NULL, 0);
224 cur_lun->cfiscsi_lun = strtoul(str, NULL, 0);
/freebsd-10.0-release/contrib/file/
H A Dapprentice.c1257 m->offset = (uint32_t)strtoul(l, &t, 0);
1407 strtoul(l, &t, 0));
1615 factor = strtoul(l, &el, 0);
/freebsd-10.0-release/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-10.0-release/contrib/binutils/gas/
H A Das.c883 new_size = strtoul (optarg, NULL, 0);
/freebsd-10.0-release/contrib/bmake/
H A Dcond.c95 #include <errno.h> /* For strtoul() error checking */
491 l_val = strtoul(str, &eptr, str[1] == 'x' ? 16 : 10);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote-rdi.c374 top_of_memory = strtoul (*env + sizeof ("MEMSIZE=") - 1,
/freebsd-10.0-release/contrib/pf/authpf/
H A Dauthpf.c672 pid = strtoul(t, &s, 10);

Completed in 215 milliseconds

<<111213141516