Home | History | Annotate | Download | only in test

Lines Matching refs:next_arg

1327         int next_arg = 3, idx = 0;
1328 while (argc > next_arg && idx < 10) {
1329 if (strlen(argv[next_arg]) > 2) {
1330 strlcpy(seq_file_name, argv[next_arg],strlen(argv[next_arg]) + 1);
1331 next_arg = argc;
1333 param[idx++] = atoi(argv[next_arg++]);