Home
last modified time | relevance | path

Searched refs:asmprintf (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dutf8.h26 int asmprintf(char **, size_t, int *, const char *, ...)
H A Dutf8.c258 asmprintf(char **outp, size_t sz, int *wp, const char *fmt, ...) in asmprintf() function
H A Dkrl.c1373 asmprintf(&fp, INT_MAX, &r, "%s", krl->comment); in krl_dump()
1441 asmprintf(&fp, INT_MAX, &r, "%s", rki->key_id); in krl_dump()
H A Dssh_namespace.h56 #define asmprintf Fssh_asmprintf macro
H A Dsshconnect2.c1957 if (asmprintf(&display_prompt, INT_MAX, NULL, "(%s@%s) %s", in input_userauth_info_req()
H A DChangeLog5346 from the server through asmprintf() prior to display; suggested by and ok
8584 upstream: Add utf8.c for asmprintf used by krl.c