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

<<111213141516

/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y3382 $$ = strtoul($1, NULL, 16);
5895 ulval = strtoul(s, &ep, 0);
/freebsd-10.0-release/contrib/gcc/
H A Dreload.c2699 c = strtoul (p - 1, &p, 10);
3092 m = strtoul (p, &end, 10);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2767 i = (int)strtoul(path, &s, 10);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2580 uid_t id = strtoul(cp, &end, 10);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dstabs.c237 ul = strtoul (*pp, (char **) pp, 0);
248 /* Note that even though strtoul overflowed, it should have set *pp
259 /* Our own version of strtoul, for a bfd_vma. */
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-ppc.c6141 regnum = strtoul (p, &q, 10);
H A Dtc-ia64.c8185 regnum = strtoul (name + idx, &end, 10);
H A Dtc-arm.c1059 unsigned long processor = strtoul (start, ccp, 10);
1163 thissize = strtoul (ptr, &ptr, 10);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote.c472 size = strtoul (args, &end, 0);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp3029 width = strtoul (option_arg, NULL, 0);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ioctl.c2144 unit = (int)strtoul(lxname + len, &ep, 10);
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3149 *val = strtoul(abuf, NULL, base);
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi.c881 strtoul(adinfo->UniqueId.String, NULL, 10) : 0UL);
/freebsd-10.0-release/sys/dev/hifn/
H A Dhifn7751.c331 freq = strtoul(pllspec, &nxt, 10);
/freebsd-10.0-release/sys/i386/i386/
H A Dmachdep.c304 memsize = (uintmax_t)strtoul(sysenv, (char **)NULL, 10) << 10;
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dconfigure5048 funcs="$funcs strtoul"
5142 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
6148 strtol strtoul sysconf times tmpnam vfprintf vprintf \
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c3245 mask = strtoul(ctmp + 5, NULL, 0x10);
/freebsd-10.0-release/sbin/ifconfig/
H A Difieee80211.c661 u_long cw = strtoul(cp+1, &ep, 10);
/freebsd-10.0-release/sys/dev/mxge/
H A Dif_mxge.c302 sc->mac_addr[i] = strtoul(ptr, &endptr, 16);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delflink.c6723 * result = strtoul (sym, advanced, 16);
/freebsd-10.0-release/contrib/file/
H A Dconfigure12809 for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp utimes utime wcwidth strtof fork
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dconfigure4951 funcs="$funcs strtoul"
5045 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
/freebsd-10.0-release/contrib/openbsm/
H A Dconfigure13320 for ac_func in arc4random arc4random_buf bzero cap_enter clock_gettime closefrom faccessat fdopendir fstatat ftruncate getresgid getresuid gettimeofday inet_ntoa jail kqueue memset openat pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_mutex_lock renameat setproctitle sigtimedwait strchr strerror strlcat strlcpy strndup strrchr strstr strtol strtoul unlinkat vis
/freebsd-10.0-release/contrib/ldns/
H A Dconfigure16218 for ac_func in endprotoent endservent sleep random fcntl strtoul bzero memset
/freebsd-10.0-release/crypto/openssh/
H A Dconfigure9828 strtoul \

Completed in 866 milliseconds

<<111213141516