Home
last modified time | relevance | path

Searched refs:snmprintf (Results 1 – 5 of 5) sorted by relevance

/external/openssh/regress/unittests/utf8/
Dtests.c26 len = snmprintf(buf, sizeof(buf), &width, "\377"); in badarg()
47 len = snmprintf(buf, sizeof(buf), wp, "%s", mbs); in one()
/external/openssh/
Dutf8.h23 int snmprintf(char *, size_t, int *, const char *, ...)
Dutf8.c235 snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...) in snmprintf() function
Dscp.c973 (void) snmprintf(visbuf, sizeof(visbuf),
1242 (void) snmprintf(visbuf, sizeof(visbuf),
DChangeLog3835 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