Home
last modified time | relevance | path

Searched defs:grep (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_constants.h145 static constexpr syntax_option_type grep = 1 << _S_grep; in _GLIBCXX_VISIBILITY() local
H A Dregex.h373 static constexpr regex_constants::syntax_option_type grep in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_constants.h161 _GLIBCXX17_INLINE constexpr syntax_option_type grep = in _GLIBCXX_VISIBILITY() local
H A Dregex.h413 static constexpr flag_type grep = regex_constants::grep; in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/grep/src/
H A Dgrep.c1434 grep (int fd, struct stat const *st, bool *ineof) in grep() function