Home
last modified time | relevance | path

Searched refs:optind_s (Results 1 – 3 of 3) sorted by relevance

/external/srtp/test/
Dgetopt_s.c47 int optind_s = 0; variable
80 while (optind_s + 1 < argc) { in getopt_s()
84 optind_s++; in getopt_s()
85 string = argv[optind_s]; in getopt_s()
95 if (optind_s + 1 < argc) { in getopt_s()
96 optind_s++; in getopt_s()
97 optarg_s = argv[optind_s]; in getopt_s()
Drtpw.c227 if (argc != optind_s + 2) { in main()
233 address = argv[optind_s++]; in main()
236 port = atoi(argv[optind_s++]); in main()
/external/srtp/include/
Dgetopt_s.h58 extern int optind_s; /* defined in getopt.c */