Lines Matching refs:printed_something
95 int rv, printed_something = 0, need_separator = 0; in file_softmagic() local
110 &printed_something, &need_separator, NULL)) != 0) in file_softmagic()
166 int *printed_something, int *need_separator, int *returnval) in match() argument
205 printed_something, need_separator, returnval)) { in match()
237 *printed_something = 1; in match()
248 *printed_something = 1; in match()
298 printed_something, need_separator, returnval)) { in match()
335 *printed_something = 1; in match()
344 if (!*printed_something) { in match()
345 *printed_something = 1; in match()
393 if (*printed_something) { in match()
398 if ((ms->flags & MAGIC_CONTINUE) == 0 && *printed_something) { in match()
1343 int *printed_something, int *need_separator, int *returnval) in mget() argument
1604 printed_something, need_separator, returnval); in mget()