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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dconmakehash.c81 FILE *ctbl; local
94 ctbl = stdin;
99 ctbl = fopen(tblname = argv[1], "r");
100 if ( !ctbl )
117 while ( fgets(buffer, sizeof(buffer), ctbl) != NULL )
240 fclose(ctbl);

Completed in 78 milliseconds