OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optptr
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
options.h
43
char *
optptr
; /* used by getopts */
member in struct:shparam
121
extern char *
optptr
; /* used by nextopt */
options.c
71
char *
optptr
; /* used by nextopt */
variable
372
* to be processed. Shellparam.
optptr
points to the next character to
391
shellparam.
optptr
= NULL;
396
&shellparam.
optptr
);
507
if ((p =
optptr
) == NULL || *p == '\0') {
528
optptr
= p;
eval.c
1013
optptr
= NULL;
/external/iputils/
ping.c
1134
unsigned char *
optptr
;
local
1139
optptr
= cp;
1142
if (*
optptr
== IPOPT_EOL)
1144
if (*
optptr
== IPOPT_NOP) {
1146
optptr
++;
1150
cp =
optptr
;
1151
optlen =
optptr
[1];
1274
optptr
+= optlen;
[
all
...]
Completed in 241 milliseconds