Searched refs:to_be_read (Results 1 – 1 of 1) sorted by relevance
3896 size_t to_be_read; in st_init() local3936 to_be_read = stb.st_size; in st_init()3938 while (to_be_read > 0) { in st_init()3941 read_ret = read(st_fd, ptr, to_be_read); in st_init()3949 to_be_read -= read_ret; in st_init()