Lines Matching +defs:c +defs:mode
40 static int l_checkmode (const char *mode) { in l_checkmode()
59 #define l_popen(L,c,m) (fflush(NULL), popen(c,m)) argument
64 #define l_popen(L,c,m) (_popen(c,m)) argument
76 #define l_popen(L,c,m) \ argument
261 static void opencheck (lua_State *L, const char *fname, const char *mode) { in opencheck()
271 const char *mode = luaL_optstring(L, 2, "r"); in io_open() local
292 const char *mode = luaL_optstring(L, 2, "r"); in io_popen() local
318 static int g_iofile (lua_State *L, const char *f, const char *mode) { in g_iofile()
429 int c; /* current character (look ahead) */ member
512 int c = getc(f); in test_eof() local
521 int c; in read_line() local
698 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END}; in f_seek() local
717 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf() local