Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c125 int rv, printed_something = 0, need_separator = 0; in file_softmagic() local
140 &printed_something, &need_separator, NULL, NULL)) != 0) in file_softmagic()
294 *printed_something = 1; in match()
305 *printed_something = 1; in match()
363 name_count, printed_something, need_separator, in match()
407 *printed_something = 1; in match()
423 if (!*printed_something) { in match()
424 *printed_something = 1; in match()
463 if (*printed_something) { in match()
470 *printed_something = 0; in match()
[all …]
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch3131 *printed_something = 1;
3141 + *printed_something = 1;
3145 - *printed_something = 1;
3169 *printed_something = 1;
3195 - *printed_something = 0;
3200 + *printed_something = 0;
3212 - if (! print && ! *printed_something && ! *name_count)

Completed in 14 milliseconds