Searched refs:strsuftoll (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/lib/libnetbsd/
H A Dstdlib.h66 long long strsuftoll(const char *, const char *, long long, long long);
H A DMakefile10 SRCS+= strsuftoll.c util.c util.h
H A Dstrsuftoll.c1 /* $NetBSD: strsuftoll.c,v 1.6 2004/03/05 05:58:29 lukem Exp $ */
64 __FBSDID("$FreeBSD: releng/11.0/lib/libnetbsd/strsuftoll.c 244557 2012-12-21 20:37:38Z brooks $");
80 __weak_alias(strsuftoll, _strsuftoll)
103 * As strsuftoll(), but returns the error message into the provided buffer
212 strsuftoll(const char *desc, const char *val, function
/freebsd-11.0-release/usr.sbin/makefs/
H A Dmakefs.c150 strsuftoll("free block percentage",
154 strsuftoll("free blocks",
172 strsuftoll("free file percentage",
176 strsuftoll("free files",
187 strsuftoll("minimum size", optarg, 1LL, LLONG_MAX);
199 strsuftoll("maximum size", optarg, 1LL, LLONG_MAX);
222 strsuftoll("roundup-size", optarg, 0, LLONG_MAX);
227 strsuftoll("size", optarg, 1LL, LLONG_MAX);
232 (int)strsuftoll("sector size", optarg,
353 *options[i].value = (int)strsuftoll(option
[all...]

Completed in 105 milliseconds