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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dpref.c21 extern int gNumProgramRuns;
730 gNumProgramRuns = 0;
737 gNumProgramRuns = 1;
744 (void) fprintf(fp, "# NcFTP uses this file to mark that you have run it before, and that you do not\n# need any special first-time instructions or setup.\n#\nruns=%d\n", gNumProgramRuns);
752 &gNumProgramRuns);
760 gNumProgramRuns++;
761 if (gNumProgramRuns == 1)
771 (void) fprintf(fp, "# NcFTP uses this file to mark that you have run it before, and that you do not\n# need any special first-time instructions or setup.\n#\nruns=%d\n", gNumProgramRuns);
H A Dpreffw.c17 int gNumProgramRuns = 0; variable
346 gNumProgramRuns = 1;
H A Dmain.c54 extern int gNumProgramRuns, gDoNotDisplayAds;
331 if (gNumProgramRuns <= 1)
361 if ((gNumProgramRuns % 4) == 3) {

Completed in 158 milliseconds