Home | History | Annotate | Download | only in include

Lines Matching full:__nonnull

45      __THROW __nonnull ((1, 2));
49 __THROW __nonnull ((1, 2));
58 __THROW __nonnull ((1, 2));
64 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
68 __THROW __attribute_pure__ __nonnull ((1, 2));
75 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
77 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
95 __THROW __attribute_pure__ __nonnull ((1));
104 __THROW __asm ("rawmemchr") __attribute_pure__ __nonnull ((1));
106 __THROW __asm ("rawmemchr") __attribute_pure__ __nonnull ((1));
109 __THROW __attribute_pure__ __nonnull ((1));
115 __THROW __asm ("memrchr") __attribute_pure__ __nonnull ((1));
117 __THROW __asm ("memrchr") __attribute_pure__ __nonnull ((1));
120 __THROW __attribute_pure__ __nonnull ((1));
128 __THROW __nonnull ((1, 2));
132 __THROW __nonnull ((1, 2));
136 __THROW __nonnull ((1, 2));
139 size_t __n) __THROW __nonnull ((1, 2));
143 __THROW __attribute_pure__ __nonnull ((1, 2));
146 __THROW __attribute_pure__ __nonnull ((1, 2));
150 __THROW __attribute_pure__ __nonnull ((1, 2));
154 __THROW __nonnull ((2));
165 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
168 __locale_t __l) __THROW __nonnull ((2, 4));
174 __THROW __attribute_malloc__ __nonnull ((1));
182 __THROW __attribute_malloc__ __nonnull ((1));
214 __THROW __asm ("strchr") __attribute_pure__ __nonnull ((1));
216 __THROW __asm ("strchr") __attribute_pure__ __nonnull ((1));
234 __THROW __attribute_pure__ __nonnull ((1));
241 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1));
243 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1));
261 __THROW __attribute_pure__ __nonnull ((1));
270 __THROW __asm ("strchrnul") __attribute_pure__ __nonnull ((1));
272 __THROW __asm ("strchrnul") __attribute_pure__ __nonnull ((1));
275 __THROW __attribute_pure__ __nonnull ((1));
283 __THROW __attribute_pure__ __nonnull ((1, 2));
287 __THROW __attribute_pure__ __nonnull ((1, 2));
293 __THROW __asm ("strpbrk") __attribute_pure__ __nonnull ((1, 2));
295 __THROW __asm ("strpbrk") __attribute_pure__ __nonnull ((1, 2));
313 __THROW __attribute_pure__ __nonnull ((1, 2));
320 __THROW __asm ("strstr") __attribute_pure__ __nonnull ((1, 2));
323 __THROW __asm ("strstr") __attribute_pure__ __nonnull ((1, 2));
341 __THROW __attribute_pure__ __nonnull ((1, 2));
347 __THROW __nonnull ((2));
355 __THROW __nonnull ((2, 3));
359 __THROW __nonnull ((2, 3));
366 __THROW __asm ("strcasestr") __attribute_pure__ __nonnull ((1, 2));
369 __THROW __asm ("strcasestr") __attribute_pure__ __nonnull ((1, 2));
372 __THROW __attribute_pure__ __nonnull ((1, 2));
382 __THROW __attribute_pure__ __nonnull ((1, 3));
388 __THROW __nonnull ((1, 2));
391 __THROW __nonnull ((1, 2));
398 __THROW __attribute_pure__ __nonnull ((1));
405 __THROW __attribute_pure__ __nonnull ((1));
427 __xpg_strerror_r) __nonnull ((2));
430 __THROW __nonnull ((2));
437 __THROW __nonnull ((2));
449 extern void __bzero (void *__s, size_t __n) __THROW __nonnull ((1));
454 __THROW __nonnull ((1, 2));
457 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
461 __THROW __attribute_pure__ __nonnull ((1, 2));
468 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
470 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
488 __THROW __attribute_pure__ __nonnull ((1));
496 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
498 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
516 __THROW __attribute_pure__ __nonnull ((1));
535 __THROW __attribute_pure__ __nonnull ((1, 2));
539 __THROW __attribute_pure__ __nonnull ((1, 2));
547 __THROW __attribute_pure__ __nonnull ((1, 2, 3));
551 __THROW __attribute_pure__ __nonnull ((1, 2, 4));
559 __THROW __nonnull ((1, 2));
568 __THROW __nonnull ((1, 2));
570 __THROW __nonnull ((1, 2));
576 __THROW __nonnull ((1, 2));
579 __THROW __nonnull ((1, 2));
585 __THROW __attribute_pure__ __nonnull ((1, 2));
588 extern char *strfry (char *__string) __THROW __nonnull ((1));
591 extern void *memfrob (void *__s, size_t __n) __THROW __nonnull ((1));
600 __THROW __asm ("basename") __nonnull ((1));
602 __THROW __asm ("basename") __nonnull ((1));
604 extern char *basename (__const char *__filename) __THROW __nonnull ((1));