Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c124 util_strncat(format, type_fmt, sizeof(format) - strlen(format) - 1); in lp_build_print_value()
128 util_strncat(format, type_fmt, sizeof(format) - strlen(format) - 1); in lp_build_print_value()
133 util_strncat(format, "\n", sizeof(format) - strlen(format) - 1); in lp_build_print_value()
/external/mesa3d/src/gallium/auxiliary/util/
Du_string.h96 util_strncat(char *dst, const char *src, size_t n) in util_strncat() function
184 #define util_strncat strncat
Du_debug.c340 util_strncat(output, "|", sizeof(output)); in debug_dump_flags()
343 util_strncat(output, names->name, sizeof(output) - 1); in debug_dump_flags()
352 util_strncat(output, "|", sizeof(output)); in debug_dump_flags()
357 util_strncat(output, rest, sizeof(output) - 1); in debug_dump_flags()