Searched defs:lua_tmpnam (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dloslib.c123 #define lua_tmpnam(b,e) { \ macro
133 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro

Completed in 94 milliseconds