Home
last modified time | relevance | path

Searched refs:same_file (Results 1 – 2 of 2) sorted by relevance

/src/usr.bin/grep/
H A Dutil.c64 bool same_file; /* Same file as previously printed? */ member
208 if (!first_match && (!mc->same_file || mc->last_outed > 0)) in procmatch_match()
241 mc->same_file = true; in procmatch_match()
/src/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc535 TEST_F(CopyFileRange, same_file) in TEST_F() argument