Searched refs:__pattern (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/gcclibs/include/ |
| D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| D | xregex2.h | 536 const char *__restrict __pattern,
|
| /freebsd-9-stable/contrib/gdb/include/ |
| D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| D | xregex2.h | 545 const char *__restrict __pattern,
|
| /freebsd-9-stable/contrib/binutils/include/ |
| D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
| D | xregex2.h | 536 const char *__restrict __pattern,
|
| /freebsd-9-stable/gnu/lib/libregex/ |
| D | regex.h | 36 extern int __regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern,
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | atomic | 762 _Tp __pattern, memory_order __order) { 763 return __atomic_fetch_and(&__a->__a_value, __pattern, 769 _Tp __pattern, memory_order __order) { 770 return __atomic_fetch_and(&__a->__a_value, __pattern, 776 _Tp __pattern, memory_order __order) { 777 return __atomic_fetch_or(&__a->__a_value, __pattern, 782 static inline _Tp __c11_atomic_fetch_or(_Atomic(_Tp)* __a, _Tp __pattern, 784 return __atomic_fetch_or(&__a->__a_value, __pattern, 790 _Tp __pattern, memory_order __order) { 791 return __atomic_fetch_xor(&__a->__a_value, __pattern, [all …]
|
| /freebsd-9-stable/gnu/lib/libregex/posix/ |
| D | regex.h | 567 const char *__restrict __pattern,
|
| /freebsd-9-stable/contrib/libstdc++/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()
|