Searched refs:strtoul (Results 276 - 300 of 407) sorted by relevance

<<11121314151617

/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dgetaddrinfo.c375 scopeid = (lwres_uint32_t)strtoul(p + 1,
/freebsd-9.3-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-9.3-release/contrib/binutils/gas/
H A Das.c883 new_size = strtoul (optarg, NULL, 0);
/freebsd-9.3-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-9.3-release/contrib/gdb/gdb/
H A Dremote-rdi.c374 top_of_memory = strtoul (*env + sizeof ("MEMSIZE=") - 1,
H A Dmonitor.c1688 call to strtoul below will fail if it tries to convert a value
1787 val = strtoul (membuf, &p, 16);
1961 val = strtoul (p, &p1, 16);
/freebsd-9.3-release/contrib/pf/authpf/
H A Dauthpf.c672 pid = strtoul(t, &s, 10);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-esp.c438 spino = strtoul(spistr, &foo, 0);
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c278 ultmp = strtoul(optarg, &ep, 0);
/freebsd-9.3-release/lib/libbluetooth/
H A Dhci.c721 unit = strtoul(devname + plen, &ep, 10);
/freebsd-9.3-release/sbin/atacontrol/
H A Datacontrol.c319 tmo = strtoul(arg, NULL, 0);
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Dnatm.c280 res = strtoul(arg, &end, 10);
/freebsd-9.3-release/sbin/ifconfig/
H A Daf_inet6.c106 newval = (time_t)strtoul(val, &ep, 0);
H A Difbridge.c102 val = strtoul(cp, &endptr, 0);
/freebsd-9.3-release/sbin/routed/
H A Dmain.c192 n = (int)strtoul(p+1, &q, 0);
/freebsd-9.3-release/usr.sbin/btxld/
H A Dbtxld.c525 x = strtoul(arg, &s, 0);
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c214 image->loadSegment = strtoul(value, &eptr, 16);
216 warn("%s: strtoul", __func__);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dfilter.c362 fe.timeout = strtoul(argv[1], NULL, 10);
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd.c172 svcport = (in_port_t)strtoul(optarg, &endptr, 10);
/freebsd-9.3-release/crypto/openssl/
H A De_os.h636 # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) macro
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmp.c1338 oct = strtoul(str, &end, 16);
1368 subid = strtoul(str, &end, 10);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h489 # define strtoul strtol /* gcc library bogosity */ macro
1313 # define strtoul strtol /* gcc library bogosity */ macro
/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c438 nport = strtoul(cp, &ep, 10);
635 np_port = strtoul(np, &ep, 10);
/freebsd-9.3-release/lib/libc/gen/
H A Dgetgrent.c1500 n = strtoul(p, &q, 10);
1533 n = strtoul(s_gid, &s_gid, 10);
/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c893 port = strtoul(port_str, &end, 10);
903 timeout = strtoul(timeout_str, &end, 10);

Completed in 332 milliseconds

<<11121314151617