Home
last modified time | relevance | path

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

/dragonfly/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);
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);
207 int * __restrict) __nonnull(2);
209 int * __restrict) __nonnull(2);
238 int * __restrict) __nonnull(1, 2);
[all …]
H A Dstdlib.h185 int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
/dragonfly/sys/sys/
H A Dsystm.h283 __nonnull(1, 2);
285 __nonnull(1, 2);
291 __nonnull(1, 2);
293 __nonnull(1, 2);
308 __nonnull(1, 2);
416 __nonnull(1);
418 __nonnull(1);
420 __nonnull(1);
422 __nonnull(1);
432 __nonnull(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
/dragonfly/contrib/diffutils/lib/
H A Dcdefs.h293 #ifndef __nonnull
295 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
297 # define __nonnull(params) macro
/dragonfly/contrib/grep/lib/
H A Dcdefs.h293 #ifndef __nonnull
295 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
297 # define __nonnull(params) macro