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

/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dpsignal.c66 v->iov_base = __UNCONST(s);
69 v->iov_base = __UNCONST(": ");
73 v->iov_base = __UNCONST(__strsignal((int)sig, buf, sizeof(buf)));
76 v->iov_base = __UNCONST("\n");
H A Dftw.c42 char * const paths[2] = { __UNCONST(path), NULL };
H A Dnftw.c43 char * const paths[2] = { __UNCONST(path), NULL };
/bionic/libc/include/
H A Dnsswitch.h119 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) },
120 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
123 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) },
129 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) },
/bionic/libc/upstream-netbsd/lib/libc/string/
H A Dstrcasestr.c68 return __UNCONST(s);
/bionic/libc/upstream-netbsd/lib/libc/stdlib/
H A Dbsearch.c78 return __UNCONST(p);
/bionic/libc/include/sys/
H A Dcdefs.h160 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregexec.c228 s = __UNCONST(string);

Completed in 773 milliseconds