HomeSort by: relevance | last modified time | path
    Searched refs:strsuftollx (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/stdlib/
strsuftoll.c 94 __weak_alias(strsuftollx, _strsuftollx)
125 result = strsuftollx(desc, val, min, max, errbuf, sizeof(errbuf));
247 strsuftollx(const char *desc, const char *val, function in typeref:typename:long long
  /src/include/
stdlib.h 347 long long strsuftollx(const char *, const char *, long long, long long,
  /src/libexec/ftpd/
conf.c 211 llval = strsuftollx(#Field, Arg, Min, Max, \
423 minport = strsuftollx("minport", arg, IPPORT_RESERVED,
430 maxport = strsuftollx("maxport", p, IPPORT_RESERVED,
ftpcmd.y 613 rate = strsuftollx("RATEGET", p, 0,
645 rate = strsuftollx("RATEPUT", p, 0,
  /src/lib/libc/include/
namespace.h 693 #define strsuftollx _strsuftollx macro
  /src/tools/compat/
compat_defs.h 621 long long strsuftollx(const char *, const char *,

Completed in 53 milliseconds