Lines Matching defs:argv
215 char **argv = *argv_p;
227 if (NULL == argv[i] || 0 == strcmp(argv[i], "action")) {
240 c = getopt_long(argc, argv, "j:", opts, NULL);
265 m->parse(c - m->option_offset, argv, 0,
279 if (matches(argv[optind], "index") == 0) {
280 if (get_u32(&index, argv[optind + 1], 10)) {
292 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv);
335 argv += optind;
337 *argv_p = argv;