Lines Matching full:algo
41 "--algo Algorithm\n"
50 { "algo", 1, 0, '3' },
80 strncpy(info->algo, s, IPT_STRING_MAX_ALGO_NAME_SIZE);
83 exit_error(PARAMETER_PROBLEM, "ALGO too long `%s'", s);
165 #define ALGO 0x2
195 if (*flags & ALGO)
197 "Can't specify multiple --algo");
199 *flags |= ALGO;
240 if (!(flags & ALGO))
242 "STRING match: You must specify `--algo'");
306 printf("ALGO name %s ", info->algo);
328 printf("--algo %s ", info->algo);