OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optarg_s
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/include/
getopt_s.h
49
* getopt_s(),
optarg_s
, and optind_s are small, locally defined
56
extern char *
optarg_s
; /* defined in getopt.c */
/external/chromium_org/third_party/libsrtp/srtp/test/
getopt_s.c
49
char *
optarg_s
;
variable
97
optarg_s
= argv[optind_s];
dtls_srtp_driver.c
88
err = crypto_kernel_set_debug_module(
optarg_s
, 1);
90
printf("error: set debug module (%s) failed\n",
optarg_s
);
rtpw.c
196
input_key =
optarg_s
;
211
status = crypto_kernel_set_debug_module(
optarg_s
, 1);
213
printf("error: set debug module (%s) failed\n",
optarg_s
);
srtp_driver.c
203
status = crypto_kernel_set_debug_module(
optarg_s
, 1);
205
printf("error: set debug module (%s) failed\n",
optarg_s
);
[
all
...]
Completed in 293 milliseconds