Home | History | Annotate | Download | only in test

Lines Matching defs:next_arg

1115       int next_arg = 3, idx = 0;
1116 while (argc > next_arg && idx < 9)
1118 if (strlen(argv[next_arg]) > 2)
1120 strlcpy(seq_file_name, argv[next_arg],strlen(argv[next_arg]) + 1);
1121 next_arg = argc;
1124 param[idx++] = atoi(argv[next_arg++]);