OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getopt_s
(Results
1 - 6
of
6
) sorted by null
/external/srtp/include/
getopt_s.h
49
*
getopt_s
(), optarg_s, and optind_s are small, locally defined
54
getopt_s
(int argc, char * const argv[], const char *optstring);
/external/srtp/test/
getopt_s.c
75
getopt_s
(int argc,
function
dtls_srtp_driver.c
46
#include "
getopt_s
.h" /* for local getopt() */
80
q =
getopt_s
(argc, argv, "ld:");
rdbx_driver.c
47
#include "
getopt_s
.h" /* for local getopt() */
79
q =
getopt_s
(argc, argv, "tv");
rtpw.c
55
#include "
getopt_s
.h" /* for local getopt() */
170
c =
getopt_s
(argc, argv, "k:rsaeld:");
srtp_driver.c
50
#include "
getopt_s
.h" /* for local getopt() */
177
q =
getopt_s
(argc, argv, "trcvld:");
[
all
...]
Completed in 3746 milliseconds