Home
last modified time | relevance | path

Searched refs:cpio_list (Results 1 – 1 of 1) sorted by relevance

/usr/
Dgen_init_cpio.c531 FILE *cpio_list; in main() local
568 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()