Searched refs:__pattern (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/gnu/lib/libregex/ |
| H A D | regex.h | 13 extern const char *__re_compile_pattern (const char *__pattern, size_t __length, 41 const char *__restrict __pattern,
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex.h | 474 extern const char *re_compile_pattern (const char *__pattern, size_t __length, 564 const char *__restrict __pattern,
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| H A D | xregex2.h | 545 const char *__restrict __pattern,
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| H A D | xregex2.h | 536 const char *__restrict __pattern,
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| H A D | xregex2.h | 536 const char *__restrict __pattern,
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | atomic | 815 _Tp __pattern, memory_order __order) { 816 return __atomic_fetch_and(&__a->__a_value, __pattern, 822 _Tp __pattern, memory_order __order) { 823 return __atomic_fetch_and(&__a->__a_value, __pattern, 829 _Tp __pattern, memory_order __order) { 830 return __atomic_fetch_or(&__a->__a_value, __pattern, 835 static inline _Tp __c11_atomic_fetch_or(_Atomic(_Tp)* __a, _Tp __pattern, 837 return __atomic_fetch_or(&__a->__a_value, __pattern, 844 return __atomic_fetch_xor(&__a->__a_value, __pattern, 849 static inline _Tp __c11_atomic_fetch_xor(_Atomic(_Tp)* __a, _Tp __pattern, [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | ropeimpl.h | 1063 find(_CharT __pattern, size_t __start) const in find() argument 1065 _Rope_find_char_char_consumer<_CharT> __c(__pattern); in find()
|