Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 24 of 24) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dosdeps.c33 nchars = vsnprintf(*buffer, 0, fmt, ap); in vasprintf()
50 nchars = vsnprintf(*buffer, size, fmt, ap); in vasprintf()
A Dlibxl_internal.c149 ret = vsnprintf(NULL, 0, fmt, aq); in libxl__vsprintf()
156 ret = vsnprintf(s, ret + 1, fmt, aq); in libxl__vsprintf()
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dxg_dummy.c38 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgtrc()
52 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgprt()
A Dgx_utils.c31 (void)vsnprintf(buf, sizeof(buf), fmt, args); in gxprt()
/xen-4.10.0-shim-comet/xen/common/
A Dvsprintf.c419 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf() function
629 EXPORT_SYMBOL(vsnprintf);
649 i = vsnprintf(buf,size,fmt,args); in vscnprintf()
675 i=vsnprintf(buf,size,fmt,args); in snprintf()
700 i = vsnprintf(buf, size, fmt, args); in scnprintf()
727 size = vsnprintf(NULL, 0, fmt, args_copy); in vasprintf()
734 (void) vsnprintf(buf, size, fmt, args); in vasprintf()
A Dkexec.c763 r = vsnprintf(buf, sizeof(buf), fmt, args); in vmcoreinfo_append_str()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-log.c135 ret = vsnprintf(buf + len, MAX_ENTRY_LEN - (len + 1), fmt, ap); in __tlog_write()
176 ret = vsnprintf(e->msg + len, MAX_ENTRY_LEN - (len + 1), fmt, ap); in __tlog_error()
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Dplatform-compat.c135 len = vsnprintf(dummy, 0, fmt, ap); in kasprintf()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dutil.c120 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
A Dnconf.c540 vsnprintf(k_menu_items[items_num].str, in item_make()
574 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
1215 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message_callback()
A Dmconf.c780 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message_callback()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.c1103 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 Dxenstore_client.c54 len = vsnprintf(buf, 1, fmt, ap); in output()
65 if (vsnprintf(&output_buf[output_pos], len + 1, fmt, ap) != len) in output()
A Dxenstored_core.c117 ret = vsnprintf(sbuf, 1024, fmt, arglist); in trace()
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dosl.c60 vsnprintf(buffer, sizeof(buffer), fmt, args); in acpi_os_vprintf()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlib.h130 extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c748 (void)vsnprintf(buf, sizeof(buf), fmt, args); in vprintk_common()
1169 (void)vsnprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), fmt, args); in debugtrace_printk()
1245 (void)vsnprintf(buf, sizeof(buf), fmt, args); in panic()
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/
A Dxg_main.c97 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgtrc()
112 (void)vsnprintf(buf, sizeof(buf), fmt, args); in xgprt()
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dutil.c619 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
631 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
/xen-4.10.0-shim-comet/stubdom/
A Dnewlib-chk.patch81 vsiscanf.lo vsnprintf.lo vsniprintf.lo vsprintf.lo vsscanf.lo \
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c167 vsnprintf(msg, XC_MAX_ERROR_MSG_LEN-1, fmt, args); in xc_reportv()
A Dxc_dom_core.c85 vsnprintf(msg, sizeof(msg), fmt, args); in xc_dom_panic_func()
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Davc.c123 i = vsnprintf(buf->pos, buf->free, fmt, args); in avc_printk()
/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd.c453 len = vsnprintf(buf, len, fmt, ap); in kdd_send_string()

Completed in 48 milliseconds