/xen/tools/libxl/ |
A D | osdeps.c | 33 nchars = vsnprintf(*buffer, 0, fmt, ap); in vasprintf() 50 nchars = vsnprintf(*buffer, size, fmt, ap); in vasprintf()
|
A D | libxl_internal.c | 149 ret = vsnprintf(NULL, 0, fmt, aq); in libxl__vsprintf() 156 ret = vsnprintf(s, ret + 1, fmt, aq); in libxl__vsprintf()
|
/xen/tools/debugger/gdbsx/gx/ |
A D | xg_dummy.c | 38 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgtrc() 52 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgprt()
|
A D | gx_utils.c | 31 (void)vsnprintf(buf, sizeof(buf), fmt, args); in gxprt()
|
/xen/xen/common/ |
A D | vsprintf.c | 554 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf() function 764 EXPORT_SYMBOL(vsnprintf); 784 i = vsnprintf(buf,size,fmt,args); in vscnprintf() 810 i=vsnprintf(buf,size,fmt,args); in snprintf() 835 i = vsnprintf(buf, size, fmt, args); in scnprintf() 862 size = vsnprintf(NULL, 0, fmt, args_copy); in vasprintf() 869 (void) vsnprintf(buf, size, fmt, args); in vasprintf()
|
A D | debugtrace.c | 180 nr = vsnprintf(buf, sizeof(buf), fmt, args); in debugtrace_printk()
|
A D | kexec.c | 764 r = vsnprintf(buf, sizeof(buf), fmt, args); in vmcoreinfo_append_str()
|
/xen/xen/tools/kconfig/ |
A D | util.c | 71 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
|
A D | nconf.c | 541 vsnprintf(k_menu_items[items_num].str, in item_make() 575 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
|
A D | confdata.c | 215 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message()
|
/xen/tools/xenstore/ |
A D | talloc.c | 1103 if ((len = vsnprintf(&c, 1, fmt, ap2)) < 0) { in talloc_vasprintf() 1112 vsnprintf(ret, len+1, fmt, ap2); in talloc_vasprintf() 1160 if ((len = vsnprintf(NULL, 0, fmt, ap2)) <= 0) { in talloc_vasprintf_append() 1177 vsnprintf(s+s_len, len+1, fmt, ap2); in talloc_vasprintf_append()
|
A D | xenstore_client.c | 65 len = vsnprintf(buf, 1, fmt, ap); in output() 71 if (vsnprintf(&output_buf[output_pos], len + 1, fmt, ap) != len) in output()
|
A D | xenstored_core.c | 121 ret = vsnprintf(sbuf, 1024, fmt, arglist); in trace()
|
/xen/xen/drivers/acpi/ |
A D | osl.c | 60 vsnprintf(buffer, sizeof(buffer), fmt, args); in acpi_os_vprintf()
|
/xen/xen/include/xen/ |
A D | lib.h | 157 extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
|
/xen/tools/debugger/gdbsx/xg/ |
A D | xg_main.c | 97 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgtrc() 112 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgprt()
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | util.c | 606 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make() 618 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
|
/xen/xen/drivers/char/ |
A D | console.c | 898 (void)vsnprintf(buf, sizeof(buf), fmt, args); in vprintk_common() 1253 (void)vsnprintf(buf, sizeof(buf), fmt, args); in panic()
|
/xen/stubdom/ |
A D | newlib-chk.patch | 81 vsiscanf.lo vsnprintf.lo vsniprintf.lo vsprintf.lo vsscanf.lo \
|
/xen/tools/libxc/ |
A D | xc_private.c | 182 vsnprintf(msg, XC_MAX_ERROR_MSG_LEN-1, fmt, args); in xc_reportv()
|
A D | xc_dom_core.c | 85 vsnprintf(msg, sizeof(msg), fmt, args); in xc_dom_panic_func()
|
/xen/xen/xsm/flask/ |
A D | avc.c | 123 i = vsnprintf(buf->pos, buf->free, fmt, args); in avc_printk()
|
/xen/tools/debugger/kdd/ |
A D | kdd.c | 791 len = vsnprintf(buf, len, fmt, ap); in kdd_send_string()
|