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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtar.c157 FILE *fileList; local
230 fileList = xfopen(optarg, "r");
231 while (fgets(file, sizeof(file), fileList) != NULL) {
239 fclose(fileList);

Completed in 39 milliseconds