Home
last modified time | relevance | path

Searched refs:vasprintf (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvasprintf.c23 * @tc.desc : Format the output string through vasprintf, the formatted part is a number
32 int result = vasprintf(&temp, v, ap); in vasprintf_0100()
34 t_error("%s vasprintf result value is 0\n", __func__); in vasprintf_0100()
37 t_error("%s vasprintf get tmep is %s are not 'value is 123 and 321.'\n", __func__, temp); in vasprintf_0100()
44 * @tc.desc : Format the output string through vasprintf, the formatted part is a string
53 int result = vasprintf(&temp, v, ap); in vasprintf_0200()
55 t_error("%s vasprintf result value is 0\n", __func__); in vasprintf_0200()
58 t_error("%s vasprintf get tmep is %s are not 'value is qer and erq.'\n", __func__, temp); in vasprintf_0200()
65 * @tc.desc : The parameters passed in when calling vasprintf are inconsistent with the data type to be formatted
74 int result = vasprintf( in vasprintf_0300()
[all...]
/third_party/mesa3d/src/util/
H A Du_string.h80 #define vasprintf util_vasprintf macro
109 ret = vasprintf(str, fmt, args); in util_asprintf()
/third_party/elfutils/lib/
H A Dxasprintf.c1 /* A wrapper around vasprintf that dies in case of an error.
46 if (unlikely (vasprintf (&res, fmt, ap) < 0)) in xasprintf()
/third_party/musl/src/stdio/
H A Dasprintf.c10 ret = vasprintf(s, fmt, ap); in asprintf()
H A Dvasprintf.c6 int vasprintf(char **s, const char *fmt, va_list ap) in vasprintf() function
/third_party/alsa-utils/alsamixer/
H A Dmem.c63 if (vasprintf(&str, fmt, ap) < 0) in casprintf()
/third_party/selinux/libsepol/cil/src/
H A Dcil_mem.c101 rc = vasprintf(strp, fmt, ap); in cil_asprintf()
/third_party/fsverity-utils/lib/
H A Dutils.c62 if (vasprintf(&msg, format, va) < 0) in libfsverity_do_error_msg()
/third_party/ltp/lib/
H A Dsafe_stdio.c64 ret = vasprintf(strp, fmt, va); in safe_asprintf()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_async_debug.c43 r = vasprintf(&text, fmt, args); in u_async_debug_message()
H A Du_log.c133 int ret = vasprintf(&str, fmt, va); in u_log_printf()
/third_party/libinput/src/
H A Dutil-strings.h123 rc = vasprintf(strp, fmt, args); in xasprintf()
136 rc = vasprintf(strp, fmt, args); in xvasprintf()
/third_party/mesa3d/src/egl/main/
H A Deglcurrent.c193 if (vasprintf(&message_buf, message, args) < 0) in _eglDebugReport()
/third_party/popt/src/
H A Dpoptint.c153 if ((rc = vasprintf(&b, format, ap)) < 0) in POPT_fprintf()
/third_party/selinux/libsepol/tests/
H A Dtest-neverallow.c1 #define _GNU_SOURCE /* vasprintf(3) */
76 r = vasprintf(&msg, fmt, ap); in msg_handler()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h184 int vasprintf(char **, const char *, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h186 int vasprintf(char **, const char *, __isoc_va_list);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h191 int vasprintf(char **, const char *, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h184 int vasprintf(char **, const char *, __isoc_va_list);
/third_party/musl/include/
H A Dstdio.h191 int vasprintf(char **, const char *, __isoc_va_list);
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c172 ret = vasprintf(&buffer, fmt, args); in print()
212 vasprintf(&state->errors[state->num_errors++], fmt, ap); in decode_error()
/third_party/libunwind/libunwind/tests/
H A Dtest-coredump-unwind.c99 used = vasprintf(&msg, s, p); in verror_msg_helper()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c120 UNUSED int __ret = vasprintf(__VA_ARGS__); \
/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c42 err = vasprintf(&pre, fmt, va); in path_prepend()
/third_party/libdrm/
H A Dxf86drm.c3483 num = vasprintf(&key, fmt, ap); in sysfs_uevent_get()

Completed in 17 milliseconds

12