Home
last modified time | relevance | path

Searched refs:expanded_format (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dprint.c249 char *expanded_format = NULL; in file_magwarn() local
253 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
256 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
257 php_error_docref(NULL, E_WARNING, "%s", expanded_format); in file_magwarn()
259 free(expanded_format); in file_magwarn()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2796 + char *expanded_format = NULL;
2808 + expanded_len = vasprintf(&expanded_format, f, va);
2812 + if (expanded_len >= 0 && expanded_format) {
2813 + php_error_docref(NULL, E_WARNING, "%s", expanded_format);
2815 + free(expanded_format);

Completed in 19 milliseconds