Searched refs:printed_something (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | softmagic.c | 132 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; in file_softmagic() local 147 &printed_something, &need_separator, &firstline, in file_softmagic() 220 int *printed_something, int *need_separator, int *firstline, in match() argument 275 printed_something, need_separator, firstline, returnval, in match() 313 *printed_something = 1; in match() 328 *printed_something = 1; in match() 392 name_count, printed_something, need_separator, in match() 434 *printed_something = 1; in match() 455 if (!*printed_something) { in match() 456 *printed_something = 1; in match() [all …]
|