Home | History | Annotate | Download | only in test

Lines Matching defs:next_arg

1111       int next_arg = 3, idx = 0;
1112 while (argc > next_arg && idx < 9)
1114 if (strlen(argv[next_arg]) > 2)
1116 strlcpy(seq_file_name, argv[next_arg],strlen(argv[next_arg]) + 1);
1117 next_arg = argc;
1120 param[idx++] = atoi(argv[next_arg++]);