Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/powerpc64/
A Dsysdep.h117 #define tostring(s) #s macro
118 #define stringify(s) tostring(s)
/l4re-core-master/ned/server/src/
A Dlua_cap.cc67 tostring(lua_State *l) in tostring() function
222 Lua::register_method(l, "__tostring", tostring); in init_cap_metatable()
/l4re-core-master/lua/lib/contrib/src/
A Dlvm.c618 #define tostring(L,o) \ macro
645 !tostring(L, s2v(top - 1))) in luaV_concat()
648 cast_void(tostring(L, s2v(top - 2))); /* result is first operand */ in luaV_concat()
657 for (n = 1; n < total && tostring(L, s2v(top - n - 1)); n++) { in luaV_concat()

Completed in 10 milliseconds