Searched refs:__nonnull (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/include/
H A Dpthread.h150 int pthread_attr_destroy(pthread_attr_t *) __nonnull(1);
160 int pthread_attr_init(pthread_attr_t *) __nonnull(1);
162 __nonnull(1);
164 __nonnull(1);
166 __nonnull(1);
168 int pthread_attr_setdetachstate(pthread_attr_t *, int) __nonnull(1);
176 int pthread_barrierattr_init(pthread_barrierattr_t *) __nonnull(1);
192 int pthread_condattr_destroy(pthread_condattr_t *) __nonnull(1);
197 int pthread_condattr_init(pthread_condattr_t *) __nonnull(1);
199 __nonnull(
[all...]
H A Dsignal.h85 int sigpending(sigset_t *) __nonnull(1);
87 int sigsuspend(const sigset_t *) __nonnull(1);
H A Dstdlib.h175 int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
/freebsd-11.0-release/sys/sys/
H A Dsystm.h230 int sscanf(const char *, char const *, ...) __nonnull(1) __nonnull(2);
231 int vsscanf(const char *, char const *, __va_list) __nonnull(1) __nonnull(2);
232 long strtol(const char *, char **, int) __nonnull(1);
233 u_long strtoul(const char *, char **, int) __nonnull(1);
234 quad_t strtoq(const char *, char **, int) __nonnull(1);
235 u_quad_t strtouq(const char *, char **, int) __nonnull(1);
246 void bcopy(const void *from, void *to, size_t len) __nonnull(1) __nonnull(
[all...]
H A Dcdefs.h365 #define __nonnull(x) __attribute__((__nonnull__(x))) macro
368 #define __nonnull(x) macro
/freebsd-11.0-release/sys/x86/x86/
H A Dmca.c250 static int __nonnull(1)
279 static void __nonnull(1)
418 static int __nonnull(2)
485 static void __nonnull(2)
/freebsd-11.0-release/tests/sys/opencrypto/
H A Dcryptodevh.py73 def __nonnull(x): return __attribute__((__nonnull__(x))) function
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_private.h838 int _pthread_mutex_consistent(pthread_mutex_t *) __nonnull(1);
842 __nonnull(1);

Completed in 77 milliseconds