Searched refs:full_read (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/contrib/
H A Dmake-sparse.c23 int full_read(int fd, char *buf, size_t count) function
64 got = full_read(0, buf, sizeof(buf));
/external/e2fsprogs/util/
H A Dcopy_sparse.c65 static int full_read(int fd, char *buf, size_t count) function
167 got = full_read(fd, buf, bs);
/external/pcre/dist/
H A Dpcre_jit_compile.c2587 static void read_char7_type(compiler_common *common, BOOL full_read) argument
2591 full_read argument tells whether characters above max are accepted or not. */
2602 if (full_read)

Completed in 1076 milliseconds