test_args          58 maint/gnulib/tests/test-argp.c   struct test_args *args = state->input;
test_args         106 maint/gnulib/tests/test-argp.c   struct test_args *args = state->input;
test_args         146 maint/gnulib/tests/test-argp.c   struct test_args *args = state->input;
test_args         188 maint/gnulib/tests/test-argp.c   struct test_args *args = state->input;
test_args         223 maint/gnulib/tests/test-argp.c   struct test_args *args = state->input;
test_args         263 maint/gnulib/tests/test-argp.c  struct test_args test_args;    \
test_args         264 maint/gnulib/tests/test-argp.c  init_args (test_args);         \
test_args         293 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
test_args         295 maint/gnulib/tests/test-argp.c   else if (test_args.test != 1)
test_args         303 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
test_args         305 maint/gnulib/tests/test-argp.c   else if (test_args.test != 1)
test_args         310 maint/gnulib/tests/test-argp.c test_file (struct argp *argp, int argc, char **argv, struct test_args *args)
test_args         324 maint/gnulib/tests/test-argp.c   test_file (argp, argc, argv, &test_args);
test_args         331 maint/gnulib/tests/test-argp.c   test_file (argp, argc, argv, &test_args);
test_args         338 maint/gnulib/tests/test-argp.c   test_file (argp, argc, argv, &test_args);
test_args         345 maint/gnulib/tests/test-argp.c   test_file (argp, argc, argv, &test_args);
test_args         350 maint/gnulib/tests/test-argp.c                struct test_args *args, const char *val, const char *a)
test_args         379 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, "ARG", NULL);
test_args         386 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, NULL, "ARG");
test_args         393 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, "ARG", NULL);
test_args         400 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, NULL, "ARG");
test_args         407 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, "ARG", NULL);
test_args         414 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, "OPT", "FILE");
test_args         421 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
test_args         423 maint/gnulib/tests/test-argp.c   else if (test_args.group_1_1_option != 'C')
test_args         431 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
test_args         433 maint/gnulib/tests/test-argp.c   else if (test_args.group_2_1_option != 'l')
test_args         441 maint/gnulib/tests/test-argp.c   test_file (argp, argc, argv, &test_args);
test_args         442 maint/gnulib/tests/test-argp.c   if (!test_args.read)
test_args         478 maint/gnulib/tests/test-argp.c       struct test_args test_args;
test_args         479 maint/gnulib/tests/test-argp.c       init_args (test_args);
test_args         480 maint/gnulib/tests/test-argp.c       return argp_parse (&test_argp, argc, argv, 0, NULL, &test_args);