/src/usr.bin/rump_dhcpclient/ |
common.h | 55 /* We don't really need this as our supported systems define __restrict 57 #ifndef __restrict 59 # define __restrict macro 61 # define __restrict restrict macro 63 # define __restrict macro
|
common.h | 55 /* We don't really need this as our supported systems define __restrict 57 #ifndef __restrict 59 # define __restrict macro 61 # define __restrict restrict macro 63 # define __restrict macro
|
/src/sys/sys/ |
cdefs.h | 473 #define __restrict restrict macro 475 #define __restrict __restrict__ macro 477 #define __restrict /* delete __restrict when not supported */ macro
|
cdefs.h | 473 #define __restrict restrict macro 475 #define __restrict __restrict__ macro 477 #define __restrict /* delete __restrict when not supported */ macro
|
/src/tools/compat/ |
compat_defs.h | 213 #undef __restrict 214 #define __restrict macro 360 void mi_vector_hash(const void * __restrict, size_t, uint32_t, 634 intmax_t strtoi(const char * __restrict, char ** __restrict, int, 639 uintmax_t strtou(const char * __restrict, char ** __restrict, int,
|
compat_defs.h | 213 #undef __restrict 214 #define __restrict macro 360 void mi_vector_hash(const void * __restrict, size_t, uint32_t, 634 intmax_t strtoi(const char * __restrict, char ** __restrict, int, 639 uintmax_t strtou(const char * __restrict, char ** __restrict, int,
|