Searched refs:__pattern (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | atomic | 856 _Tp __pattern, memory_order __order) { 857 return __atomic_fetch_and(&__a->__a_value, __pattern, 864 _Tp __pattern, memory_order __order) { 865 return __atomic_fetch_and(&__a->__a_value, __pattern, 872 _Tp __pattern, memory_order __order) { 873 return __atomic_fetch_or(&__a->__a_value, __pattern, 879 _Tp __cxx_atomic_fetch_or(__cxx_atomic_base_impl<_Tp>* __a, _Tp __pattern, 881 return __atomic_fetch_or(&__a->__a_value, __pattern, 888 _Tp __pattern, memory_order __order) { 889 return __atomic_fetch_xor(&__a->__a_value, __pattern, [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| D | xregex2.h | 536 const char *__restrict __pattern,
|
| /openbsd/src/gnu/lib/libiberty/include/ |
| D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| D | xregex2.h | 536 const char *__restrict __pattern,
|
| /openbsd/src/gnu/gcc/include/ |
| D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| D | xregex2.h | 536 const char *__restrict __pattern,
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| D | xregex2.h | 545 const char *__restrict __pattern,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | gnu-regex.h | 539 extern int __regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern, 541 extern int regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern,
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | ropeimpl.h | 960 rope<_CharT,_Alloc>::find(_CharT __pattern, size_t __start) const in find() argument 962 _Rope_find_char_char_consumer<_CharT> __c(__pattern); in find()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| 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()
|