Home | History | Annotate | Download | only in include

Lines Matching full:__nonnull

46      __THROW __nonnull ((1, 2));
50 __THROW __nonnull ((1, 2));
59 __THROW __nonnull ((1, 2));
65 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
69 __THROW __attribute_pure__ __nonnull ((1, 2));
76 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
78 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
96 __THROW __attribute_pure__ __nonnull ((1));
105 __THROW __asm ("rawmemchr") __attribute_pure__ __nonnull ((1));
107 __THROW __asm ("rawmemchr") __attribute_pure__ __nonnull ((1));
110 __THROW __attribute_pure__ __nonnull ((1));
116 __THROW __asm ("memrchr") __attribute_pure__ __nonnull ((1));
118 __THROW __asm ("memrchr") __attribute_pure__ __nonnull ((1));
121 __THROW __attribute_pure__ __nonnull ((1));
129 __THROW __nonnull ((1, 2));
133 __THROW __nonnull ((1, 2));
137 __THROW __nonnull ((1, 2));
140 size_t __n) __THROW __nonnull ((1, 2));
144 __THROW __attribute_pure__ __nonnull ((1, 2));
147 __THROW __attribute_pure__ __nonnull ((1, 2));
151 __THROW __attribute_pure__ __nonnull ((1, 2));
155 __THROW __nonnull ((2));
166 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
169 __locale_t __l) __THROW __nonnull ((2, 4));
176 __THROW __attribute_malloc__ __nonnull ((1));
184 __THROW __attribute_malloc__ __nonnull ((1));
216 __THROW __asm ("strchr") __attribute_pure__ __nonnull ((1));
218 __THROW __asm ("strchr") __attribute_pure__ __nonnull ((1));
236 __THROW __attribute_pure__ __nonnull ((1));
243 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1));
245 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1));
263 __THROW __attribute_pure__ __nonnull ((1));
272 __THROW __asm ("strchrnul") __attribute_pure__ __nonnull ((1));
274 __THROW __asm ("strchrnul") __attribute_pure__ __nonnull ((1));
277 __THROW __attribute_pure__ __nonnull ((1));
285 __THROW __attribute_pure__ __nonnull ((1, 2));
289 __THROW __attribute_pure__ __nonnull ((1, 2));
295 __THROW __asm ("strpbrk") __attribute_pure__ __nonnull ((1, 2));
297 __THROW __asm ("strpbrk") __attribute_pure__ __nonnull ((1, 2));
315 __THROW __attribute_pure__ __nonnull ((1, 2));
322 __THROW __asm ("strstr") __attribute_pure__ __nonnull ((1, 2));
325 __THROW __asm ("strstr") __attribute_pure__ __nonnull ((1, 2));
343 __THROW __attribute_pure__ __nonnull ((1, 2));
349 __THROW __nonnull ((2));
357 __THROW __nonnull ((2, 3));
361 __THROW __nonnull ((2, 3));
368 __THROW __asm ("strcasestr") __attribute_pure__ __nonnull ((1, 2));
371 __THROW __asm ("strcasestr") __attribute_pure__ __nonnull ((1, 2));
374 __THROW __attribute_pure__ __nonnull ((1, 2));
384 __THROW __attribute_pure__ __nonnull ((1, 3));
390 __THROW __nonnull ((1, 2));
393 __THROW __nonnull ((1, 2));
400 __THROW __attribute_pure__ __nonnull ((1));
407 __THROW __attribute_pure__ __nonnull ((1));
429 __xpg_strerror_r) __nonnull ((2));
432 __THROW __nonnull ((2));
439 __THROW __nonnull ((2));
451 extern void __bzero (void *__s, size_t __n) __THROW __nonnull ((1));
456 __THROW __nonnull ((1, 2));
459 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
463 __THROW __attribute_pure__ __nonnull ((1, 2));
470 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
472 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
490 __THROW __attribute_pure__ __nonnull ((1));
498 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
500 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
518 __THROW __attribute_pure__ __nonnull ((1));
537 __THROW __attribute_pure__ __nonnull ((1, 2));
541 __THROW __attribute_pure__ __nonnull ((1, 2));
549 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
553 __THROW __attribute_pure__ __nonnull ((1, 2, 4));
561 __THROW __nonnull ((1, 2));
570 __THROW __nonnull ((1, 2));
572 __THROW __nonnull ((1, 2));
578 __THROW __nonnull ((1, 2));
581 __THROW __nonnull ((1, 2));
587 __THROW __attribute_pure__ __nonnull ((1, 2));
590 extern char *strfry (char *__string) __THROW __nonnull ((1));
593 extern void *memfrob (void *__s, size_t __n) __THROW __nonnull ((1));
602 __THROW __asm ("basename") __nonnull ((1));
604 __THROW __asm ("basename") __nonnull ((1));
606 extern char *basename (__const char *__filename) __THROW __nonnull ((1));