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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtr.c176 size_t read_chars = 0, in_index = 0, out_index = 0, c, coded, last = -1; local
219 if (in_index == read_chars) {
224 read_chars = read(STDIN_FILENO, tr_buf, BUFSIZ);
225 if (read_chars <= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dliolib.c410 static int read_chars (lua_State *L, FILE *f, size_t n) { function
438 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l);

Completed in 66 milliseconds