Searched refs:strtoul (Results 201 - 225 of 477) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/netgraph/
H A Dng_sample.c207 dlci = (int)strtoul(cp, &eptr, 10);
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_machdep.c191 realmem = btoc(strtoul(envp[i+1], NULL, 16));
/freebsd-12-stable/sys/mips/malta/
H A Dmalta_machdep.c339 ememsize = strtoul(v, NULL, 0);
/freebsd-12-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c210 nworkers = strtoul(optarg, &send, 0);
/freebsd-12-stable/include/
H A Dstdlib.h117 strtoul(const char * __restrict, char ** __restrict, int);
/freebsd-12-stable/stand/common/
H A Dconsole.c293 tdiv = strtoul(value, &eptr, 0);
/freebsd-12-stable/stand/uboot/lib/
H A Dglue.c90 api_address = strtoul(optarg, NULL, 16);
/freebsd-12-stable/sbin/ggate/ggated/
H A Dggated.c177 vmask = strtoul(word, NULL, 10);
994 port = strtoul(optarg, NULL, 10);
1000 rcvbuf = strtoul(optarg, NULL, 10);
1006 sndbuf = strtoul(optarg, NULL, 10);
/freebsd-12-stable/sbin/newfs_msdos/
H A Dnewfs_msdos.c204 x = strtoul(arg, &s, 0);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h236 #define simple_strtoul(...) strtoul(__VA_ARGS__)
/freebsd-12-stable/tools/tools/net80211/wlanstats/
H A Dmain.c214 u_long interval = strtoul(argv[0], NULL, 0);
/freebsd-12-stable/usr.bin/nl/
H A Dnl.c190 uval = strtoul(optarg, &ep, 10);
/freebsd-12-stable/usr.bin/split/
H A Dsplit.c139 (chunks = (size_t)strtoul(optarg, &ep, 10)) == 0 ||
/freebsd-12-stable/usr.sbin/chown/
H A Dchown.c254 val = strtoul(name, &ep, 10);
/freebsd-12-stable/usr.sbin/ctld/
H A Dchap.c369 id_bin = strtoul(id, NULL, 10);
H A Dlogin.c549 tmp = strtoul(value, NULL, 10);
574 tmp = strtoul(value, NULL, 10);
587 tmp = strtoul(value, NULL, 10);
616 tmp = strtoul(value, NULL, 10);
/freebsd-12-stable/usr.sbin/efivar/
H A Defivar.c303 attrib = strtoul(optarg, NULL, 16);
/freebsd-12-stable/usr.sbin/iovctl/
H A Dvalidate.c83 vf_num = strtoul(key + matches[1].rm_so, NULL, 10);
/freebsd-12-stable/usr.sbin/iscsid/
H A Dchap.c369 id_bin = strtoul(id, NULL, 10);
/freebsd-12-stable/usr.sbin/smbmsg/
H A Dsmbmsg.c97 l = strtoul(s, &endp, 0);
/freebsd-12-stable/usr.sbin/wlandebug/
H A Dwlandebug.c244 bit = strtoul(cp, NULL, 0);
/freebsd-12-stable/tools/tools/ath/athprom/
H A Dathprom.c137 off = (uint16_t) strtoul(argv[0], NULL, 0);
144 val = (uint16_t) strtoul(cp+1, NULL, 0);
913 curlpdgain = strtoul(id, NULL, 0);
927 curlpdgain = strtoul(id, NULL, 0);
/freebsd-12-stable/contrib/binutils/ld/
H A Dlexsup.c844 g_switch_value = strtoul (optarg, &end, 0);
996 link_info.optimize = strtoul (optarg, NULL, 0) ? TRUE : FALSE;
1381 link_info.spare_dynamic_tags = strtoul (optarg, NULL, 0);
1385 config.split_by_reloc = strtoul (optarg, NULL, 0);
1440 new_size = strtoul (optarg, NULL, 0);
/freebsd-12-stable/lib/libugidfw/
H A Dugidfw.c526 value = strtoul(spec1, &endp, 10);
543 value = strtoul(spec2, &endp, 10);
572 value = strtoul(spec1, &endp, 10);
589 value = strtoul(spec2, &endp, 10);
611 jid = strtoul(name, &ep, 10);
/freebsd-12-stable/usr.bin/mt/
H A Dmt.c1175 rbdp = strtoul(optarg, NULL, 0);
1190 pi_length = strtoul(optarg, NULL, 0);
1197 prot_method = strtoul(optarg, NULL, 0);
1204 lbp_r = strtoul(optarg, NULL, 0);
1213 lbp_w = strtoul(optarg, NULL, 0);

Completed in 381 milliseconds

1234567891011>>