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

/freebsd-10.1-release/lib/libnetbsd/
H A Dstdlib.h66 long long strsuftoll(const char *, const char *, long long, long long);
H A DMakefile9 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 $ */
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-10.1-release/usr.sbin/makefs/
H A Dmakefs.c143 strsuftoll("free block percentage",
147 strsuftoll("free blocks",
165 strsuftoll("free file percentage",
169 strsuftoll("free files",
180 strsuftoll("minimum size", optarg, 1LL, LLONG_MAX);
192 strsuftoll("maximum size", optarg, 1LL, LLONG_MAX);
214 strsuftoll("size", optarg, 1LL, LLONG_MAX);
219 (int)strsuftoll("sector size", optarg,
334 *options[i].value = (int)strsuftoll(options[i].desc, val,

Completed in 194 milliseconds