Searched refs:regex_match (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | regex.h | 1916 regex_match(_Bi_iter __s, in _GLIBCXX_VISIBILITY() 1947 regex_match(_Bi_iter __first, _Bi_iter __last, in _GLIBCXX_VISIBILITY() 1953 return regex_match(__first, __last, __what, __re, __flags); in _GLIBCXX_VISIBILITY() 1972 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 1977 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } in _GLIBCXX_VISIBILITY() 1996 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, in _GLIBCXX_VISIBILITY() 2002 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } in _GLIBCXX_VISIBILITY() 2019 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 2023 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } in _GLIBCXX_VISIBILITY() 2041 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/sbin/udevd/ |
H A D | udevd_monitor.c | 154 regfree(&evf->regex_match); in udev_monitor_free() 297 error = regcomp(&evf->regex_match, prop_string_cstring_nocopy(ps), REG_ICASE | REG_NOSUB); in _parse_filter_prop() 383 ret = regexec(&evf->regex_match, str, 0, NULL, 0); in match_filter()
|
H A D | udevd.h | 59 regex_t regex_match; member
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | regex.h | 2025 regex_match(_Bi_iter __s, in _GLIBCXX_VISIBILITY() 2053 regex_match(_Bi_iter __first, _Bi_iter __last, in _GLIBCXX_VISIBILITY() 2059 return regex_match(__first, __last, __what, __re, __flags); in _GLIBCXX_VISIBILITY() 2078 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 2083 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } in _GLIBCXX_VISIBILITY() 2102 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, in _GLIBCXX_VISIBILITY() 2108 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } in _GLIBCXX_VISIBILITY() 2116 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>&&, in _GLIBCXX_VISIBILITY() 2138 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 2142 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | regex | 2107 // [7.11.2] Function template regex_match 2133 regex_match(_Bi_iter __first, _Bi_iter __last, 2155 regex_match(_Bi_iter __first, _Bi_iter __last, 2161 return regex_match(__first, __last, __what, __re, __flags); 2180 regex_match(const _Ch_type* __s, 2185 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } 2204 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 2210 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } 2227 regex_match(const _Ch_type* __s, 2231 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | regex | 2104 // [7.11.2] Function template regex_match 2130 regex_match(_Bi_iter __first, _Bi_iter __last, 2152 regex_match(_Bi_iter __first, _Bi_iter __last, 2158 return regex_match(__first, __last, __what, __re, __flags); 2177 regex_match(const _Ch_type* __s, 2182 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } 2201 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 2207 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } 2224 regex_match(const _Ch_type* __s, 2228 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } [all …]
|