Searched refs:__pure (Results 1 – 3 of 3) sorted by relevance
55 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */73 char *index(const char *, int) __pure; /* LEGACY */74 char *rindex(const char *, int) __pure; /* LEGACY */76 int strcasecmp(const char *, const char *) __pure;77 int strncasecmp(const char *, const char *, size_t) __pure;
172 char *strnstr(const char *, const char *, size_t) __pure;
398 # define __pure __attribute__((__pure__)) macro401 #define __pure macro