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 162 need_separator = 1; in file_ascmagic_with_encoding() 224 if (need_separator && file_separator(ms) == -1) in file_ascmagic_with_encoding()
|
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() 298 *need_separator = 1; in match() 313 *need_separator = 1; in match() 373 name_count, printed_something, need_separator, in match() 414 *need_separator = 1; in match() 442 if (*need_separator in match() 449 *need_separator = 1; in match() [all …]
|