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

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dsplit-include.c52 FILE * fp_find; local
191 fp_find = popen("find * -type f -name \"*.h\" -print", "r");
192 if (fp_find == 0)
196 while (fgets(line+1, buffer_size, fp_find))
222 if (pclose(fp_find) != 0)

Completed in 83 milliseconds