Searched refs:__DECONST (Results 1 – 1 of 1) sorted by relevance
26 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro180 *endptr = __DECONST(char *, info->any ? s - 1 : nptr); in strtoq()215 *endptr = __DECONST(char *, info->any ? s - 1 : nptr); in strtouq()
Completed in 3 milliseconds