Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dloslib.c104 #if !defined(lua_tmpnam) /* { */
116 #define lua_tmpnam(b,e) { \ macro
126 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro
174 lua_tmpnam(buff, err); in os_tmpname()