Searched refs:__DECONST (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dfree2net.h36 #define __DECONST(t, a) (t) __UNCONST(a) macro
H A Dcommon.c495 iov.iov_base = __DECONST(char *, buf);
569 iov->iov_base = (__DECONST(char *, iov->iov_base)) + wlen;
586 iov[0].iov_base = __DECONST(char *, str);
588 iov[1].iov_base = __DECONST(char *, ENDL);
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dnbcompat.h50 #ifndef __DECONST
51 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
H A Dsubr_ntoskrnl.c1984 m1 = __DECONST(char *, s1);
1985 m2 = __DECONST(char *, s2);
H A Dsubr_ndis.c3461 ndis_ascii_to_unicode(__DECONST(char *,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtsearch.c29 #ifndef __DECONST
30 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
66 q->key = __DECONST(void *, vkey); /* initialize new node */
/netbsd-6-1-5-RELEASE/usr.sbin/ndiscvt/
H A Dinf.c54 #ifndef __DECONST
55 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
172 p0 = __DECONST(char *, s);
720 free(__DECONST(char *, r));
742 free(__DECONST(char *, words[i]));
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h51 #ifndef __DECONST
52 #define __DECONST(type, var) ((type)(unsigned long)(const void *)(var)) macro
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c1026 *result = __DECONST(void *, ahp->ah_gainValues.currStep);
1065 *result = __DECONST(void *, aniState->params);
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c679 *result = __DECONST(void *, ahp->ah_gainValues.currStep);
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Djemalloc.c102 # define __DECONST(x, y) ((x)__UNCONST(y)) macro
2870 key.chunk = __DECONST(void *, ptr);
3150 key.chunk = __DECONST(void *, ptr);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h915 (!useracc(__DECONST(caddr_t, uaddr), size, VM_PROT_READ))

Completed in 287 milliseconds