HomeSort by relevance Sort by last modified time
    Searched defs:optind_s (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/test/
getopt_s.c 47 int optind_s = 0; variable
80 while (optind_s + 1 < argc) {
84 optind_s++;
85 string = argv[optind_s];
95 if (optind_s + 1 < argc) {
96 optind_s++;
97 optarg_s = argv[optind_s];
  /external/srtp/test/
getopt_s.c 47 int optind_s = 0; variable
80 while (optind_s + 1 < argc) {
84 optind_s++;
85 string = argv[optind_s];
95 if (optind_s + 1 < argc) {
96 optind_s++;
97 optarg_s = argv[optind_s];

Completed in 162 milliseconds