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

/freebsd-13-stable/contrib/lua/src/
H A Dloslib.c111 #if !defined(lua_tmpnam) /* { */
123 #define lua_tmpnam(b,e) { \ macro
133 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro
172 lua_tmpnam(buff, err);

Completed in 111 milliseconds