Searched refs:ebuflen (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/lib/libc/stdlib/ |
| D | strsuftoll.c | 138 long long min, long long max, char *ebuf, size_t ebuflen, size_t depth) in __strsuftollx() argument 148 snprintf(ebuf, ebuflen, "%s: Recursion limit exceeded", desc); in __strsuftollx() 214 num *= __strsuftollx(desc, expr + 1, min, max, ebuf, ebuflen, in __strsuftollx() 221 snprintf(ebuf, ebuflen, "%s: %s", desc, strerror(errno)); in __strsuftollx() 227 snprintf(ebuf, ebuflen, "%s `%s': illegal number", desc, val); in __strsuftollx() 232 snprintf(ebuf, ebuflen, "%s %lld is less than %lld.", in __strsuftollx() 238 snprintf(ebuf, ebuflen, "%s %lld is greater than %lld.", in __strsuftollx() 248 long long min, long long max, char *ebuf, size_t ebuflen) in strsuftollx() argument 250 return __strsuftollx(desc, val, min, max, ebuf, ebuflen, 0); in strsuftollx()
|
| /netbsd/src/sys/dev/pcmcia/ |
| D | if_wi_pcmcia.c | 480 const void *ebuf, int ebuflen) in wi_pcmcia_write_firm() argument 522 for (q = ebuf, eq = q + ebuflen; q < eq; q += elen * 2) { in wi_pcmcia_write_firm()
|
| /netbsd/src/sys/dev/ic/ |
| D | wi.c | 343 wi_read_xrid(struct wi_softc *sc, int rid, void *buf, int ebuflen) in wi_read_xrid() argument 347 buflen = ebuflen; in wi_read_xrid() 351 if (buflen < ebuflen) { in wi_read_xrid() 354 rid, buflen, ebuflen); in wi_read_xrid()
|