/external/libevent/ |
log.c | 183 evutil_snprintf(buf + len, sizeof(buf) - len, ": %s", errstr);
|
evutil.c | 1549 evutil_snprintf(char *buf, size_t buflen, const char *format, ...) function [all...] |
bufferevent_sock.c | 486 evutil_snprintf(portbuf, sizeof(portbuf), "%d", port);
|
evdns.c | 888 evutil_snprintf(msg, sizeof(msg), "Bad response %d (%s)", [all...] |
http.c | 125 evutil_snprintf(tmpserv, sizeof(tmpserv), 462 evutil_snprintf(size, sizeof(size), EV_SIZE_FMT, 526 evutil_snprintf(len, sizeof(len), EV_SIZE_FMT, [all...] |
event.c | 482 evutil_snprintf(environment, sizeof(environment), "EVENT_NO%s", name); [all...] |
/external/libevent/include/event2/ |
util.h | 444 int evutil_snprintf(char *buf, size_t buflen, const char *format, ...)
|