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

<<11121314151617181920

/freebsd-12-stable/sbin/ccdconfig/
H A Dccdconfig.c359 return (strtoul(name, NULL, 10));
/freebsd-12-stable/sbin/ifconfig/
H A Diflagg.c122 ro.ro_bkt = (uint32_t)strtoul(val, NULL, 10);
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c241 retcode = strtoul(p, &r, 10);
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c108 channel = strtoul(optarg, &ep, 10);
/freebsd-12-stable/usr.bin/xargs/
H A Dxargs.c208 Sflag = strtoul(optarg, &endptr, 10);
/freebsd-12-stable/usr.sbin/apm/
H A Dapm.c62 val = strtoul(boolean, &endp, 0);
/freebsd-12-stable/usr.sbin/fdread/
H A Dfdutil.c439 ul = strtoul(s, &cp, 0);
/freebsd-12-stable/usr.sbin/iovctl/
H A Dparse.c139 value = strtoul(token, &endpos, 16);
/freebsd-12-stable/usr.sbin/mlx5tool/
H A Dmlx5tool.c60 selarr[i++] = strtoul(addrstr, &eppos, 10);
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c152 ibd_ca_port = strtoul(val_str, NULL, 0);
154 ibd_timeout = strtoul(val_str, NULL, 0);
244 ibd_ca_port = strtoul(optarg, 0, 0);
H A Dibccconfig.c108 *val = strtoul(arg, &endptr, hexonly ? 16 : 0);
H A Dvendstat.c393 port = strtoul(argv[1], 0, 0);
/freebsd-12-stable/sys/netgraph/
H A Dng_ksocket.c273 val = strtoul(s + *off, &eptr, 10);
284 val = strtoul(s + *off, &eptr, 10);
1269 val = (int)strtoul(s, &eptr, 10);
H A Dng_parse.c536 val = strtoul(s + *off, &eptr, 0);
1029 val = strtoul(s + *off, &eptr, 16);
1265 ul = strtoul(s + *off, &eptr, 0);
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A DMakefile.in154 strstr.c strtod.c strtol.c strtoul.c strndup.c strverscmp.c \
203 ./strtod.o ./strtol.o ./strtoul.o ./strverscmp.o \
372 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
1052 ./strtoul.o: $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \
1055 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
1057 $(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
/freebsd-12-stable/contrib/binutils/libiberty/
H A DMakefile.in154 strstr.c strtod.c strtol.c strtoul.c strndup.c strverscmp.c \
203 ./strtod.o ./strtol.o ./strtoul.o ./strverscmp.o \
389 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
1076 ./strtoul.o: $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \
1079 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
1081 $(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1224 size = sizep ? strtoul(sizep, NULL, 0) : 1;
1225 off = offp ? strtoul(offp, NULL, 0) : 0;
1228 addr = strtoul(addrp, NULL, 16) + off;
/freebsd-12-stable/lib/libjail/
H A Djail.c391 strtoul(avalue, &ep, 10);
398 strtoul(avalue, &ep, 10);
981 jp->jp_valuelen = strtoul(desc.s, NULL, 10);
/freebsd-12-stable/tools/tools/ath/athrd/
H A Dathrd.c1123 rd = strtoul(argv[optind], NULL, 0);
1138 rd = strtoul(argv[optind], NULL, 0);
1147 cc = strtoul(argv[optind+1], NULL, 0);
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp110 return as_integer_helper<unsigned long>( func, s, idx, base, strtoul );
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.c59 /* Wrapper around strtoul that does not require a cast. */
64 int rv = strtoul (str, &pz, base);
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddve3900-rom.c444 bits = strtoul (buf, NULL, 16); /* get field value */
H A Dremote-vx.c1193 pid = strtoul (args, &cptr, 0);
/freebsd-12-stable/contrib/gcc/
H A Dpretty-print.c287 argno = strtoul (p, &end, 10) - 1;
334 unsigned int argno2 = strtoul (p, &end, 10) - 1;
502 n = strtoul (p, &end, 10);
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c379 port_num = strtoul(port + 1, NULL, 10);

Completed in 477 milliseconds

<<11121314151617181920