Lines Matching refs:png_safecat
205 pos = png_safecat(m, (sizeof m), pos, in png_user_version_check()
207 pos = png_safecat(m, (sizeof m), pos, user_png_ver); in png_user_version_check()
208 pos = png_safecat(m, (sizeof m), pos, " but running with "); in png_user_version_check()
209 pos = png_safecat(m, (sizeof m), pos, PNG_LIBPNG_VER_STRING); in png_user_version_check()
716 # define APPEND_STRING(string) pos = png_safecat(out, 29, pos, (string)) in png_convert_to_rfc1123_buffer()
1797 pos = png_safecat(message, (sizeof message), 0, "profile '"); /* 9 chars */
1798 pos = png_safecat(message, pos+79, pos, name); /* Truncate to 79 chars */
1799 pos = png_safecat(message, (sizeof message), pos, "': "); /* +2 = 90 */
1813 pos = png_safecat(message, (sizeof message), pos,
1816 pos = png_safecat(message, (sizeof message), pos, "h: "); /*+2 = 116*/
1820 pos = png_safecat(message, (sizeof message), pos, reason);
4493 png_safecat(image->message, (sizeof image->message), 0, error_message);