Searched refs:ebuf (Results 1 – 1 of 1) sorted by relevance
/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/ |
D | strsuftoll.c | 135 long long min, long long max, char *ebuf, size_t ebuflen, size_t depth) in __strsuftollx() argument 142 _DIAGASSERT(ebuf != NULL); in __strsuftollx() 145 snprintf(ebuf, ebuflen, "%s: Recursion limit exceeded", desc); in __strsuftollx() 211 num *= __strsuftollx(desc, expr + 1, min, max, ebuf, ebuflen, in __strsuftollx() 213 if (*ebuf != '\0') in __strsuftollx() 218 snprintf(ebuf, ebuflen, "%s: %s", desc, strerror(errno)); in __strsuftollx() 224 snprintf(ebuf, ebuflen, "%s `%s': illegal number", desc, val); in __strsuftollx() 229 snprintf(ebuf, ebuflen, "%s %lld is less than %lld.", in __strsuftollx() 235 snprintf(ebuf, ebuflen, "%s %lld is greater than %lld.", in __strsuftollx() 239 *ebuf = '\0'; in __strsuftollx() [all …]
|