Searched refs:printed_something (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 123 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; in file_softmagic() local 138 &printed_something, &need_separator, &firstline, in file_softmagic() 211 int *printed_something, int *need_separator, int *firstline, in match() argument 261 printed_something, need_separator, firstline, returnval, in match() 299 *printed_something = 1; in match() 314 *printed_something = 1; in match() 373 name_count, printed_something, need_separator, in match() 415 *printed_something = 1; in match() 435 if (!*printed_something) { in match() 436 *printed_something = 1; in match() [all …]
|