Searched refs:snmprintf (Results 1 – 5 of 5) sorted by relevance
/external/openssh/regress/unittests/utf8/ |
D | tests.c | 28 len = snmprintf(buf, sizeof(buf), &width, "\377"); in badarg() 49 len = snmprintf(buf, sizeof(buf), wp, "%s", mbs); in one()
|
/external/openssh/ |
D | utf8.h | 24 int snmprintf(char *, size_t, int *, const char *, ...)
|
D | progressmeter.c | 172 snmprintf(buf+1, sizeof(buf)-1, &file_len, "%-*s", in refresh_progress_meter()
|
D | utf8.c | 240 snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...) in snmprintf() function
|
D | scp.c | 1295 (void) snmprintf(visbuf, sizeof(visbuf), 1576 (void) snmprintf(visbuf, sizeof(visbuf),
|