Searched refs:lua_tmpnam (Results 1 – 1 of 1) sorted by relevance
109 #if !defined(lua_tmpnam) /* { */121 #define lua_tmpnam(b,e) { \ macro131 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro169 lua_tmpnam(buff, err); in os_tmpname()