Lines Matching refs:__attribute_pure__
45 void* memchr(const void* __s, int __ch, size_t __n) __attribute_pure__;
47 extern "C++" void* memrchr(void* __s, int __ch, size_t __n) __RENAME(memrchr) __attribute_pure__;
48 …+" const void* memrchr(const void* __s, int __ch, size_t __n) __RENAME(memrchr) __attribute_pure__;
50 void* memrchr(const void* __s, int __ch, size_t __n) __attribute_pure__;
52 int memcmp(const void* __lhs, const void* __rhs, size_t __n) __attribute_pure__;
59 …__haystack, size_t __haystack_size, const void* __needle, size_t __needle_size) __attribute_pure__;
61 char* strchr(const char* __s, int __ch) __attribute_pure__;
65 extern "C++" char* strchrnul(char* __s, int __ch) __RENAME(strchrnul) __attribute_pure__ __INTRODUC…
66 …nst char* strchrnul(const char* __s, int __ch) __RENAME(strchrnul) __attribute_pure__ __INTRODUCED…
68 char* strchrnul(const char* __s, int __ch) __attribute_pure__ __INTRODUCED_IN(24);
72 char* strrchr(const char* __s, int __ch) __attribute_pure__;
75 size_t strlen(const char* __s) __attribute_pure__;
78 int strcmp(const char* __lhs, const char* __rhs) __attribute_pure__;
84 char* strstr(const char* __haystack, const char* __needle) __attribute_pure__;
86 extern "C++" char* strcasestr(char*, const char*) __RENAME(strcasestr) __attribute_pure__;
87 …ern "C++" const char* strcasestr(const char*, const char*) __RENAME(strcasestr) __attribute_pure__;
89 char* strcasestr(const char* __haystack, const char* __needle) __attribute_pure__;
102 size_t strnlen(const char* __s, size_t __n) __attribute_pure__;
105 int strncmp(const char* __lhs, const char* __rhs, size_t __n) __attribute_pure__;
112 size_t strcspn(const char* __s, const char* __reject) __attribute_pure__;
113 char* strpbrk(const char* __s, const char* __accept) __attribute_pure__;
119 int strcoll(const char* __lhs, const char* __rhs) __attribute_pure__;
123 int strcoll_l(const char* __lhs, const char* __rhs, locale_t __l) __attribute_pure__ __INTRODUCED_I…