Home
last modified time | relevance | path

Searched refs:got_match (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/tar/
H A Dsubst.c226 int c, got_match, print_match; in apply_substitution() local
233 got_match = 0; in apply_substitution()
259 got_match = 1; in apply_substitution()
318 if (got_match) in apply_substitution()
326 return got_match; in apply_substitution()
/freebsd/contrib/file/src/
H A Dfile.h441 int got_match; member
H A Dsoftmagic.c404 ms->c.li[cont_level].got_match = 0; in match()
405 else if (ms->c.li[cont_level].got_match) { in match()
409 ms->c.li[cont_level].got_match = 1; in match()
H A Dfuncs.c632 ms->c.li[level].got_match = 0; in file_check_mem()