Searched refs:__PURE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsystm.h188 int bcmp(const void *, const void *, size_t) __PURE;
427 size_t strlen(const char *) __PURE;
467 int strcmp(const char *, const char *) __PURE;
468 int strncmp(const char *, const char *, size_t) __PURE;
469 int strcasecmp(const char *, const char *) __PURE;
470 int strncasecmp(const char *, const char *, size_t) __PURE;
H A Dccompile.h120 #define __PURE __sun_attr__((__pure__)) macro
H A Dsunddi.h437 extern size_t strlen(const char *) __PURE;
438 extern size_t strnlen(const char *, size_t) __PURE;
456 extern int strcmp(const char *, const char *) __PURE;
457 extern int strncmp(const char *, const char *, size_t) __PURE;
462 extern int bcmp(const void *, const void *, size_t) __PURE;
471 extern int memcmp(const void *, const void *, size_t) __PURE;

Completed in 175 milliseconds