Home
last modified time | relevance | path

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

/xen/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/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/xen/common/
A Dvsprintf.c554 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 Ddebugtrace.c180 nr = vsnprintf(buf, sizeof(buf), fmt, args); in debugtrace_printk()
A Dkexec.c764 r = vsnprintf(buf, sizeof(buf), fmt, args); in vmcoreinfo_append_str()
/xen/xen/tools/kconfig/
A Dutil.c71 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
A Dnconf.c541 vsnprintf(k_menu_items[items_num].str, in item_make()
575 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
A Dconfdata.c215 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message()
/xen/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.c65 len = vsnprintf(buf, 1, fmt, ap); in output()
71 if (vsnprintf(&output_buf[output_pos], len + 1, fmt, ap) != len) in output()
A Dxenstored_core.c121 ret = vsnprintf(sbuf, 1024, fmt, arglist); in trace()
/xen/xen/drivers/acpi/
A Dosl.c60 vsnprintf(buffer, sizeof(buffer), fmt, args); in acpi_os_vprintf()
/xen/xen/include/xen/
A Dlib.h157 extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
/xen/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/xen/tools/kconfig/lxdialog/
A Dutil.c606 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 Dconsole.c898 (void)vsnprintf(buf, sizeof(buf), fmt, args); in vprintk_common()
1253 (void)vsnprintf(buf, sizeof(buf), fmt, args); in panic()
/xen/stubdom/
A Dnewlib-chk.patch81 vsiscanf.lo vsnprintf.lo vsniprintf.lo vsprintf.lo vsscanf.lo \
/xen/tools/libxc/
A Dxc_private.c182 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/xen/xsm/flask/
A Davc.c123 i = vsnprintf(buf->pos, buf->free, fmt, args); in avc_printk()
/xen/tools/debugger/kdd/
A Dkdd.c791 len = vsnprintf(buf, len, fmt, ap); in kdd_send_string()

Completed in 42 milliseconds