OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optind_s
(Results
1 - 3
of
3
) sorted by null
/external/srtp/include/
getopt_s.h
49
* getopt_s(), optarg_s, and
optind_s
are small, locally defined
58
extern int
optind_s
; /* defined in getopt.c */
/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
];
rtpw.c
227
if (argc !=
optind_s
+ 2) {
233
address = argv[
optind_s
++];
236
port = atoi(argv[
optind_s
++]);
Completed in 60 milliseconds