Home | History | Annotate | Download | only in extensions

Lines Matching refs:reject_table

24 static const struct reject_names reject_table[] = {
48 for (i = 0; i < ARRAY_SIZE(reject_table); ++i) {
49 printf(" %-25s\t%s\n", reject_table[i].name, reject_table[i].desc);
50 printf(" %-25s\talias\n", reject_table[i].alias);
85 for (i = 0; i < ARRAY_SIZE(reject_table); ++i)
86 if (strncasecmp(reject_table[i].name,
88 strncasecmp(reject_table[i].alias,
90 reject->with = reject_table[i].with;
104 for (i = 0; i < ARRAY_SIZE(reject_table); ++i)
105 if (reject_table[i].with == reject->with)
107 printf(" reject-with %s", reject_table[i].name);
116 for (i = 0; i < ARRAY_SIZE(reject_table); ++i)
117 if (reject_table[i].with == reject->with)
120 printf(" --reject-with %s", reject_table[i].name);