Lines Matching refs:png_safecat
225 pos = png_safecat(m, (sizeof m), pos, in png_user_version_check()
227 pos = png_safecat(m, (sizeof m), pos, user_png_ver); in png_user_version_check()
228 pos = png_safecat(m, (sizeof m), pos, " but running with "); in png_user_version_check()
229 pos = png_safecat(m, (sizeof m), pos, PNG_LIBPNG_VER_STRING); in png_user_version_check()
757 # define APPEND_STRING(string) pos = png_safecat(out, 29, pos, (string)) in png_convert_to_rfc1123_buffer()
1832 pos = png_safecat(message, (sizeof message), 0, "profile '"); /* 9 chars */
1833 pos = png_safecat(message, pos+79, pos, name); /* Truncate to 79 chars */
1834 pos = png_safecat(message, (sizeof message), pos, "': "); /* +2 = 90 */
1848 pos = png_safecat(message, (sizeof message), pos,
1851 pos = png_safecat(message, (sizeof message), pos, "h: "); /*+2 = 116*/
1855 pos = png_safecat(message, (sizeof message), pos, reason);
4600 png_safecat(image->message, (sizeof image->message), 0, error_message);