Searched refs:snmprintf (Results 1 – 5 of 5) sorted by relevance
/external/openssh/regress/unittests/utf8/ |
D | tests.c | 26 len = snmprintf(buf, sizeof(buf), &width, "\377"); in badarg() 47 len = snmprintf(buf, sizeof(buf), wp, "%s", mbs); in one()
|
/external/openssh/ |
D | utf8.h | 23 int snmprintf(char *, size_t, int *, const char *, ...)
|
D | utf8.c | 235 snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...) in snmprintf() function
|
D | scp.c | 973 (void) snmprintf(visbuf, sizeof(visbuf), 1242 (void) snmprintf(visbuf, sizeof(visbuf),
|
D | ChangeLog | 3835 do not access a NULL pointer in snmprintf(), and do not free() the pointer 3963 which calls snmprintf() which calls malloc(); but update_progress_meter() 3994 do not access a NULL pointer in snmprintf(), and do not free() the pointer
|