Searched refs:util_strncat (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 124 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/ |
D | u_string.h | 96 util_strncat(char *dst, const char *src, size_t n) in util_strncat() function 184 #define util_strncat strncat
|
D | u_debug.c | 340 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()
|