Home
last modified time | relevance | path

Searched refs:util_strncat (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c131 util_strncat(format, type_fmt, sizeof(format) - strlen(format) - 1); in lp_build_print_value()
136 util_strncat(format, type_fmt, sizeof(format) - strlen(format) - 1); in lp_build_print_value()
151 util_strncat(format, "\n", sizeof(format) - strlen(format) - 1); in lp_build_print_value()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.c368 util_strncat(output, "|", sizeof(output) - strlen(output) - 1); in debug_dump_flags()
371 util_strncat(output, names->name, sizeof(output) - strlen(output) - 1); in debug_dump_flags()
380 util_strncat(output, "|", sizeof(output) - strlen(output) - 1); in debug_dump_flags()
385 util_strncat(output, rest, sizeof(output) - strlen(output) - 1); in debug_dump_flags()
Du_string.h96 util_strncat(char *dst, const char *src, size_t n) in util_strncat() function
184 #define util_strncat strncat
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c379 util_strncat(output, "|", sizeof(output) - strlen(output) - 1); in debug_dump_flags()
382 util_strncat(output, names->name, sizeof(output) - strlen(output) - 1); in debug_dump_flags()
391 util_strncat(output, "|", sizeof(output) - strlen(output) - 1); in debug_dump_flags()
396 util_strncat(output, rest, sizeof(output) - strlen(output) - 1); in debug_dump_flags()
/external/mesa3d/src/util/
Du_string.h145 util_strncat(char *dst, const char *src, size_t n) in util_strncat() function
218 #define util_strncat strncat