Home
last modified time | relevance | path

Searched refs:xvasprintf (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/usr.bin/ssh/
H A Dxmalloc.c92 xvasprintf(char **ret, const char *fmt, va_list ap) in xvasprintf() function
109 i = xvasprintf(ret, fmt, ap); in xasprintf()
H A Dxmalloc.h26 int xvasprintf(char **, const char *, va_list)
H A Dreadpass.c247 xvasprintf(&prompt, fmt, args); in notify_start()
311 xvasprintf(&msg, fmt, args); in notify_complete()
H A Dssh-sk-helper.c60 xvasprintf(&msg, fmt, ap); in reply_error()
H A Dsk-usbhid.c106 xvasprintf(&msg, fmt, ap); in skdebug()
/openbsd-src/usr.bin/tmux/
H A Dxmalloc.c115 i = xvasprintf(ret, fmt, ap); in xasprintf()
122 xvasprintf(char **ret, const char *fmt, va_list ap) in xvasprintf() function
H A Dxmalloc.h32 int xvasprintf(char **, const char *, va_list)
H A Denviron.c119 xvasprintf(&envent->value, fmt, ap); in environ_set()
124 xvasprintf(&envent->value, fmt, ap); in environ_set()
H A Dcmd-queue.c267 xvasprintf(&value, fmt, ap); in cmdq_add_format()
381 xvasprintf(&name, fmt, ap); in cmdq_insert_hook()
874 xvasprintf(&msg, fmt, ap); in cmdq_error()
H A Dcfg.c214 xvasprintf(&msg, fmt, ap); in cfg_add_cause()
H A Dserver.c533 xvasprintf(&s, fmt, ap); in server_add_message()
H A Dcontrol.c395 xvasprintf(&s, fmt, ap); in control_vwrite()
422 xvasprintf(&cb->line, fmt, ap); in control_write()
H A Dscreen-write.c362 xvasprintf(&msg, fmt, ap); in screen_write_strlen()
405 xvasprintf(&tmp, fmt, ap); in screen_write_text()
516 xvasprintf(&msg, fmt, ap); in screen_write_vnputs()
H A Dcmd.c241 xvasprintf(&prefix, fmt, ap); in cmd_log_argv()
H A Darguments.c500 slen = xvasprintf(&s, fmt, ap); in args_print_add()
H A Doptions.c750 xvasprintf(&s, fmt, ap); in options_set_string()
H A Dcmd-parse.y1142 xvasprintf(&error, fmt, ap); in yylex_is_var()
H A Dformat.c260 xvasprintf(&s, fmt, ap); in format_log1()
472 xvasprintf(&s, fmt, ap); in format_printf()
3485 xvasprintf(&fe->value, fmt, ap); in format_quote_shell()
H A Dstatus.c480 xvasprintf(&s, fmt, ap); in status_message_set()
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype.h127 extern int xvasprintf (char **, const char *, va_list)
H A Dgengtype.c56 xvasprintf (char **result, const char *format, va_list args) in xvasprintf() function
75 xvasprintf (&result, format, ap); in xasprintf()
1066 slength = xvasprintf (&s, format, ap); in oprintf()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgengtype.h117 extern int xvasprintf PARAMS ((char **, const char *, va_list))
H A Dgengtype.c53 xvasprintf (result, format, args) in xvasprintf() function
74 xvasprintf (&result, format, ap); in xasprintf()
1082 slength = xvasprintf (&s, format, ap); in oprintf()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddefs.h875 extern void xvasprintf (char **ret, const char *format, va_list ap);
H A Dutils.c1115 xvasprintf (char **ret, const char *format, va_list ap) in xvasprintf() function

12