Searched refs:rspfile (Results 1 – 1 of 1) sorted by relevance
47 FILE* rspfile = fopen(&arg[1], "r"); in handle_argument() local48 if (!rspfile) { in handle_argument()52 while (!feof(rspfile) && !ferror(rspfile)) { in handle_argument()55 if (fscanf(rspfile, " %4095s", filename) == 1) { in handle_argument()59 int result = ferror(rspfile); in handle_argument()63 fclose(rspfile); in handle_argument()
Completed in 3 milliseconds