Home
last modified time | relevance | path

Searched refs:optarg_s (Results 1 – 5 of 5) sorted by relevance

/external/srtp/test/
Dgetopt_s.c49 char *optarg_s; variable
97 optarg_s = argv[optind_s]; in getopt_s()
Ddtls_srtp_driver.c88 err = crypto_kernel_set_debug_module(optarg_s, 1); in main()
90 printf("error: set debug module (%s) failed\n", optarg_s); in main()
Drtpw.c176 input_key = optarg_s; in main()
191 status = crypto_kernel_set_debug_module(optarg_s, 1); in main()
193 printf("error: set debug module (%s) failed\n", optarg_s); in main()
Dsrtp_driver.c197 status = crypto_kernel_set_debug_module(optarg_s, 1); in main()
199 printf("error: set debug module (%s) failed\n", optarg_s); in main()
/external/srtp/include/
Dgetopt_s.h56 extern char *optarg_s; /* defined in getopt.c */