Home
last modified time | relevance | path

Searched refs:__pure (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dstrings.h55 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;
Dstring.h172 char *strnstr(const char *, const char *, size_t) __pure;
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h398 # define __pure __attribute__((__pure__)) macro
401 #define __pure macro