Searched refs:cpio_list (Results 1 – 1 of 1) sorted by relevance
531 FILE *cpio_list; in main() local568 cpio_list = stdin; in main()569 else if (!(cpio_list = fopen(filename, "r"))) { in main()576 while (fgets(line, LINE_SIZE, cpio_list)) { in main()