Home
last modified time | relevance | path

Searched refs:__nonnull (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/include/
H A Dpthread.h150 int pthread_attr_init(pthread_attr_t *) __nonnull(1);
174 clockid_t * __restrict) __nonnull(2);
176 int * __restrict) __nonnull(2);
177 int pthread_condattr_init(pthread_condattr_t *) __nonnull(1);
181 int pthread_cond_broadcast(pthread_cond_t *) __nonnull(1);
184 const pthread_condattr_t * __restrict) __nonnull(1);
185 int pthread_cond_signal(pthread_cond_t *) __nonnull(1);
188 __nonnull(2);
190 pthread_mutex_t * __restrict) __nonnull(1, 2);
194 void * __restrict) __nonnull(1, 3);
[all …]
H A Dstdlib.h185 int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
/dflybsd-src/sys/sys/
H A Dsystm.h244 __nonnull(1, 2) __scanflike(2, 3);
246 __nonnull(1, 2) __scanflike(2, 0);
249 long strtol(const char *, char **, int) __nonnull(1);
250 u_long strtoul(const char *, char **, int) __nonnull(1);
251 quad_t strtoq(const char *, char **, int) __nonnull(1);
252 u_quad_t strtouq(const char *, char **, int) __nonnull(1);
283 __nonnull(1, 2);
285 __nonnull(1, 2);
288 void bzero(volatile void *buf, size_t len) __nonnull(1);
291 __nonnull(1, 2);
[all …]
H A Dmalloc.h157 __nonnull(1);
343 void _kfree(void *addr, struct malloc_type *type) __nonnull(2);
344 void _kfree_obj(void *addr, struct malloc_type *type) __nonnull(2);
H A Dcdefs.h219 #define __nonnull(...) __attribute__((__nonnull__(__VA_ARGS__))) macro
222 #define __nonnull(...) macro
/dflybsd-src/contrib/grep/lib/
H A Dcdefs.h293 #ifndef __nonnull
295 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
297 # define __nonnull(params) macro