Searched refs:need_separator (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | ascmagic.c | 116 int need_separator = 0; in file_ascmagic_with_encoding() local 165 need_separator = 1; in file_ascmagic_with_encoding() 230 if (need_separator && file_separator(ms) == -1) in file_ascmagic_with_encoding()
|
| 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() 312 *need_separator = 1; in match() 327 *need_separator = 1; in match() 392 name_count, printed_something, need_separator, in match() 433 *need_separator = 1; in match() 462 if (*need_separator in match() 469 *need_separator = 1; in match() [all …]
|