Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Dgetopt_s.c47 int optind_s = 0; variable
77 while (optind_s + 1 < argc) { in getopt_s()
81 optind_s++; in getopt_s()
82 string = argv[optind_s]; in getopt_s()
92 if (optind_s + 1 < argc) { in getopt_s()
93 optind_s++; in getopt_s()
94 optarg_s = argv[optind_s]; in getopt_s()
Drtpw.c276 if (argc != optind_s + 2) { in main()
282 address = argv[optind_s++]; in main()
285 port = atoi(argv[optind_s++]); in main()
/external/libsrtp2/include/
Dgetopt_s.h61 extern int optind_s; /* defined in getopt.c */