Searched refs:buf_in (Results 1 – 2 of 2) sorted by relevance
42 u8 buf_in[BUFSIZE]; in lzma_decompress_to_file() local67 strm.next_in = buf_in; in lzma_decompress_to_file()68 strm.avail_in = fread(buf_in, 1, sizeof(buf_in), infile); in lzma_decompress_to_file()
217 char *buf_in, *buf_out; in main() local274 buf_in = malloc(BUF_LEN); in main()326 io_prep_pwrite(iocb_in, ep[0], buf_in, BUF_LEN, 0); in main()358 free(buf_in); in main()