Home
last modified time | relevance | path

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

/u-boot/lib/
A Dsscanf.c26 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
180 *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