Lines Matching defs:argv
396 char **argv = *argv_p;
410 if (NULL == argv[i] || 0 == strcmp(argv[i], "action")) {
423 c = getopt_long(argc, argv, "j:", opts, NULL);
448 m->parse(c - m->option_offset, argv, 0,
462 if (matches(argv[optind], "index") == 0) {
463 if (get_u32(&index, argv[optind + 1], 10)) {
475 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv);
518 argv += optind;
520 *argv_p = argv;