Lines Matching full:argv
38 static int qfq_parse_opt(struct qdisc_util *qu, int argc, char **argv,
42 if (matches(*argv, "help") == 0) {
46 fprintf(stderr, "What is \"%s\"?\n", *argv);
50 argc--; argv++;
56 static int qfq_parse_class_opt(struct qdisc_util *qu, int argc, char **argv,
66 if (matches(*argv, "weight") == 0) {
68 if (get_u32(&tmp, *argv, 10)) {
72 } else if (matches(*argv, "maxpkt") == 0) {
74 if (get_u32(&tmp, *argv, 10)) {
78 } else if (strcmp(*argv, "help") == 0) {
82 fprintf(stderr, "What is \"%s\"?\n", *argv);
86 argc--; argv++;