Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dstring.h62 void *memchr(const void *, int, size_t) __pure;
64 void *memrchr(const void *, int, size_t) __pure;
87 char *strchr(const char *, int) __pure;
88 int strcmp(const char *, const char *) __pure;
91 char *strchrnul(const char*, int) __pure;
110 size_t strlen(const char *) __pure;
123 size_t strnlen(const char *, size_t) __pure;
129 char *strpbrk(const char *, const char *) __pure;
131 char *strrchr(const char *, int) __pure;
141 size_t strspn(const char *, const char *) __pure;
[all …]
H A Dwchar.h168 wchar_t *wcschr(const wchar_t *, wchar_t) __pure;
169 int wcscmp(const wchar_t *, const wchar_t *) __pure;
172 size_t wcscspn(const wchar_t *, const wchar_t *) __pure;
175 size_t wcslen(const wchar_t *) __pure;
178 int wcsncmp(const wchar_t *, const wchar_t *, size_t) __pure;
180 wchar_t *wcspbrk(const wchar_t *, const wchar_t *) __pure;
181 wchar_t *wcsrchr(const wchar_t *, wchar_t) __pure;
184 size_t wcsspn(const wchar_t *, const wchar_t *) __pure;
186 __pure;
195 wchar_t *wmemchr(const wchar_t *, wchar_t, size_t) __pure;
[all …]
H A Dstrings.h43 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
63 char *index(const char *, int) __pure; /* LEGACY */
64 char *rindex(const char *, int) __pure; /* LEGACY */
66 int strcasecmp(const char *, const char *) __pure;
67 int strncasecmp(const char *, const char *, size_t) __pure;
H A Dctype.h87 unsigned long ___runetype(__ct_rune_t) __pure;
88 __ct_rune_t ___tolower(__ct_rune_t) __pure;
89 __ct_rune_t ___toupper(__ct_rune_t) __pure;
/dragonfly/include/xlocale/
H A D_ctype.h49 unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
50 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
51 __ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
/dragonfly/sys/sys/
H A Dcdefs.h204 #define __pure __attribute__((__pure__)) macro
207 #define __pure __pure2 macro
/dragonfly/usr.sbin/zic/
H A Dzdump.c135 static intmax_t delta(struct tm * newp, struct tm * oldp) __pure;
140 static time_t yeartot(intmax_t y) __pure;
H A Dzic.c350 static __pure void *
2431 static __pure int
2440 static __pure int
2454 static __pure const struct lookup *
2521 static __pure zic_t
2531 static __pure zic_t
/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c153 static const char * getzname(const char * strp) __pure;
154 static const char * getqzname(const char * strp, const int delim) __pure;
166 static int leaps_thru_end_of(int y) __pure;
191 int_fast32_t offset) __pure;