Searched refs:strsuftollx (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/lib/libc/stdlib/ |
| D | strsuftoll.c | 94 __weak_alias(strsuftollx, _strsuftollx) in __weak_alias() 125 result = strsuftollx(desc, val, min, max, errbuf, sizeof(errbuf)); in __weak_alias() 247 strsuftollx(const char *desc, const char *val, in strsuftollx() function
|
| D | Makefile.inc | 103 MLINKS+=strsuftoll.3 strsuftollx.3
|
| /netbsd/src/libexec/ftpd/ |
| D | conf.c | 211 llval = strsuftollx(#Field, Arg, Min, Max, \ in parse_conf() 423 minport = strsuftollx("minport", arg, IPPORT_RESERVED, in parse_conf() 430 maxport = strsuftollx("maxport", p, IPPORT_RESERVED, in parse_conf()
|
| D | ftpcmd.y | 613 rate = strsuftollx("RATEGET", p, 0, 645 rate = strsuftollx("RATEPUT", p, 0,
|
| /netbsd/src/include/ |
| D | stdlib.h | 347 long long strsuftollx(const char *, const char *, long long, long long,
|
| /netbsd/src/tools/compat/ |
| D | compat_defs.h | 614 long long strsuftollx(const char *, const char *,
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 693 #define strsuftollx _strsuftollx macro
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 3927 strsuftollx
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 10946 ./usr/share/man/cat3/strsuftollx.0 comp-c-catman .cat 19471 ./usr/share/man/html3/strsuftollx.html comp-c-htmlman html 28032 ./usr/share/man/man3/strsuftollx.3 comp-c-man .man
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 7223 strsuftoll(3), strsuftollx(3): Add functions to parse numbers
|