/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vasprintf.c | 23 * @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 D | u_string.h | 80 #define vasprintf util_vasprintf macro 109 ret = vasprintf(str, fmt, args); in util_asprintf()
|
/third_party/elfutils/lib/ |
H A D | xasprintf.c | 1 /* 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 D | asprintf.c | 10 ret = vasprintf(s, fmt, ap); in asprintf()
|
H A D | vasprintf.c | 6 int vasprintf(char **s, const char *fmt, va_list ap) in vasprintf() function
|
/third_party/alsa-utils/alsamixer/ |
H A D | mem.c | 63 if (vasprintf(&str, fmt, ap) < 0) in casprintf()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_mem.c | 101 rc = vasprintf(strp, fmt, ap); in cil_asprintf()
|
/third_party/fsverity-utils/lib/ |
H A D | utils.c | 62 if (vasprintf(&msg, format, va) < 0) in libfsverity_do_error_msg()
|
/third_party/ltp/lib/ |
H A D | safe_stdio.c | 64 ret = vasprintf(strp, fmt, va); in safe_asprintf()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_async_debug.c | 43 r = vasprintf(&text, fmt, args); in u_async_debug_message()
|
H A D | u_log.c | 133 int ret = vasprintf(&str, fmt, va); in u_log_printf()
|
/third_party/libinput/src/ |
H A D | util-strings.h | 123 rc = vasprintf(strp, fmt, args); in xasprintf() 136 rc = vasprintf(strp, fmt, args); in xvasprintf()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.c | 193 if (vasprintf(&message_buf, message, args) < 0) in _eglDebugReport()
|
/third_party/popt/src/ |
H A D | poptint.c | 153 if ((rc = vasprintf(&b, format, ap)) < 0) in POPT_fprintf()
|
/third_party/selinux/libsepol/tests/ |
H A D | test-neverallow.c | 1 #define _GNU_SOURCE /* vasprintf(3) */ 76 r = vasprintf(&msg, fmt, ap); in msg_handler()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 184 int vasprintf(char **, const char *, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 186 int vasprintf(char **, const char *, __isoc_va_list);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 191 int vasprintf(char **, const char *, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 184 int vasprintf(char **, const char *, __isoc_va_list);
|
/third_party/musl/include/ |
H A D | stdio.h | 191 int vasprintf(char **, const char *, __isoc_va_list);
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 172 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 D | test-coredump-unwind.c | 99 used = vasprintf(&msg, s, p); in verror_msg_helper()
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 120 UNUSED int __ret = vasprintf(__VA_ARGS__); \
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-path_id.c | 42 err = vasprintf(&pre, fmt, va); in path_prepend()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 3483 num = vasprintf(&key, fmt, ap); in sysfs_uevent_get()
|