/external/chromium_org/third_party/libsrtp/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/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/chromium_org/third_party/libsrtp/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() */ 190 c = getopt_s(argc, argv, "k:rsaeld:");
|
srtp_driver.c | 50 #include "getopt_s.h" /* for local getopt() */ 183 q = getopt_s(argc, argv, "trcvld:"); [all...] |
/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...] |
/external/chromium_org/third_party/libsrtp/srtp/ |
Makefile | 132 test/rtpw$(EXE): test/rtpw.c test/rtp.c test/getopt_s.c 135 test/srtp_driver$(EXE): test/srtp_driver.c test/getopt_s.c 138 test/rdbx_driver$(EXE): test/rdbx_driver.c test/getopt_s.c 141 test/dtls_srtp_driver$(EXE): test/dtls_srtp_driver.c test/getopt_s.c
|