Searched refs:OPTCOUNT (Results 1 – 2 of 2) sorted by relevance
5867 #define OPTCOUNT ((int) (sizeof opt_table / sizeof opt_table[0])) macro5898 for (i = 0, o = opt_table; i < OPTCOUNT; i++, o++) in s_opt()5921 if (i >= OPTCOUNT) in s_opt()
6544 (OPTCOUNT): Cast to int to avoid compiler warning.