Searched refs:strtoul (Results 226 - 250 of 468) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c250 Address = strtoul (Target, NULL, 16);
812 Arg = strtoul (ObjectArg, NULL, 16);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1080 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0);
1127 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0);
/freebsd-11-stable/usr.sbin/ppp/
H A Dether.c284 slot = strtoul(sessionid, &end, 16);
725 slot = strtoul(sessionid, &end, 16);
/freebsd-11-stable/usr.sbin/usbconfig/
H A Dusbconfig.c242 val = strtoul(name, &ep, 0);
259 val = strtoul(s, &ep, 0);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.c337 && (pid = strtoul (argv[3], &arg_end, 10)) != 0
/freebsd-11-stable/contrib/gcc/config/
H A Ddfp-bit.h207 #define STR_TO_INT strtoul
/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-sha256.c90 srounds = strtoul(num, &endp, 10);
H A Dcrypt-sha512.c90 srounds = strtoul(num, &endp, 10);
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c121 ps->ps_u_imm = strtoul(buf, &p, 0);
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c269 info->qop = strtoul(name, 0, 0);
/freebsd-11-stable/sys/netgraph/
H A Dng_frame_relay.c277 dlci = (int)strtoul(cp, &eptr, 10);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha512t.c97 OPENSSL_ia32cap = strtoul(env, NULL, 0);
/freebsd-11-stable/usr.sbin/apm/
H A Dapm.c62 val = strtoul(boolean, &endp, 0);
/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c139 value = strtoul(token, &endpos, 16);
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c460 poffset = strtoul(sep + 1, &endptr, 10);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c284 oui = strtoul(optarg, 0, 0);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_mgr.c462 if (!p || !*p || !(port = strtoul(p, &e, 0)) || (p == e) ||
471 if (!*p || !(hop_wf = strtoul(p, &e, 0)) || p == e || hop_wf >= 0x100) {
548 port = strtoul(p, &e, 0);
767 if (!p || !*p || !(port = strtoul(p, NULL, 0)) ||
/freebsd-11-stable/crypto/openssh/
H A Daddrmatch.c326 masklen = strtoul(mp, &cp, 10);
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_quota2_tests.c418 test = strtoul(argv[0], &end, 10);
/freebsd-11-stable/sbin/ccdconfig/
H A Dccdconfig.c360 return (strtoul(name, NULL, 10));
/freebsd-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c108 channel = strtoul(optarg, &ep, 10);
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c140 i = strtoul(optarg, &p, 0);
/freebsd-11-stable/usr.sbin/fdread/
H A Dfdutil.c464 ul = strtoul(s, &cp, 0);
/freebsd-11-stable/sbin/camcontrol/
H A Dattrib.c196 output_format = strtoul(optarg, &endptr, 0);
/freebsd-11-stable/usr.sbin/mlx5tool/
H A Dmlx5tool.c60 selarr[i++] = strtoul(addrstr, &eppos, 10);

Completed in 302 milliseconds

1234567891011>>