Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c173 *endptr = cast_charp(s); /* nothing is valid yet */ in lua_strx2number()
195 *endptr = cast_charp(s); /* valid up to here */ in lua_strx2number()
208 *endptr = cast_charp(s); /* valid up to here */ in lua_strx2number()
A Dlmem.h53 cast_charp(luaM_saferealloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
A Dllimits.h133 #define cast_charp(i) cast(char *, (i)) macro
A Dlobject.h482 #define getudatamem(u) (cast_charp(u) + udatamemoffset((u)->nuvalue))

Completed in 7 milliseconds