Searched defs:f_close (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ | ||
D | fileobject.h | 15 int (*f_close)(FILE *); member |
/aosp_15_r20/external/lua/src/ | ||
H A D | liolib.c | 216 static int f_close (lua_State *L) { in f_close() function |