Home | History | Annotate | Download | only in include

Lines Matching refs:__nonnull

40      __THROW __nonnull ((1, 2));
44 __THROW __nonnull ((1, 2));
53 __THROW __nonnull ((1, 2));
59 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
63 __THROW __attribute_pure__ __nonnull ((1, 2));
67 __THROW __attribute_pure__ __nonnull ((1));
74 __THROW __attribute_pure__ __nonnull ((1));
78 __THROW __attribute_pure__ __nonnull ((1));
85 __THROW __nonnull ((1, 2));
89 __THROW __nonnull ((1, 2));
93 __THROW __nonnull ((1, 2));
96 size_t __n) __THROW __nonnull ((1, 2));
100 __THROW __attribute_pure__ __nonnull ((1, 2));
103 __THROW __attribute_pure__ __nonnull ((1, 2));
107 __THROW __attribute_pure__ __nonnull ((1, 2));
111 __THROW __nonnull ((2));
122 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
125 __locale_t __l) __THROW __nonnull ((2, 4));
131 __THROW __attribute_malloc__ __nonnull ((1));
139 __THROW __attribute_malloc__ __nonnull ((1));
168 __THROW __attribute_pure__ __nonnull ((1));
171 __THROW __attribute_pure__ __nonnull ((1));
178 __THROW __attribute_pure__ __nonnull ((1));
185 __THROW __attribute_pure__ __nonnull ((1, 2));
189 __THROW __attribute_pure__ __nonnull ((1, 2));
192 __THROW __attribute_pure__ __nonnull ((1, 2));
195 __THROW __attribute_pure__ __nonnull ((1, 2));
200 __THROW __nonnull ((2));
208 __THROW __nonnull ((2, 3));
212 __THROW __nonnull ((2, 3));
218 __THROW __attribute_pure__ __nonnull ((1, 2));
227 __THROW __attribute_pure__ __nonnull ((1, 3));
233 __THROW __nonnull ((1, 2));
236 __THROW __nonnull ((1, 2));
243 __THROW __attribute_pure__ __nonnull ((1));
250 __THROW __attribute_pure__ __nonnull ((1));
272 __xpg_strerror_r) __nonnull ((2));
275 __THROW __nonnull ((2));
282 __THROW __nonnull ((2));
294 extern void __bzero (void *__s, size_t __n) __THROW __nonnull ((1));
299 __THROW __nonnull ((1, 2));
302 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
306 __THROW __attribute_pure__ __nonnull ((1, 2));
310 __THROW __attribute_pure__ __nonnull ((1));
314 __THROW __attribute_pure__ __nonnull ((1));
332 __THROW __attribute_pure__ __nonnull ((1, 2));
336 __THROW __attribute_pure__ __nonnull ((1, 2));
344 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
348 __THROW __attribute_pure__ __nonnull ((1, 2, 4));
356 __THROW __nonnull ((1, 2));
362 __THROW __attribute_pure__ __nonnull ((1, 2));
369 __THROW __nonnull ((1, 2));
371 __THROW __nonnull ((1, 2));
377 __THROW __nonnull ((1, 2));
380 __THROW __nonnull ((1, 2));
383 extern char *strfry (char *__string) __THROW __nonnull ((1));
386 extern void *memfrob (void *__s, size_t __n) __THROW __nonnull ((1));
393 extern char *basename (__const char *__filename) __THROW __nonnull ((1));