OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_argv
(Results
1 - 4
of
4
) sorted by null
/cts/suite/audio_quality/test_description/conf/
detect_usb_audio.py
29
current_argv
= 1
31
while
current_argv
< len(argv):
32
product_list.append(argv[
current_argv
])
33
current_argv
=
current_argv
+ 1
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c
195
char *
current_argv
, *has_equal;
local
202
current_argv
= place;
225
if ((has_equal = strchr(
current_argv
, '=')) != NULL) {
227
current_argv_len = has_equal -
current_argv
;
230
current_argv_len = strlen(
current_argv
);
234
if (strncmp(
current_argv
, long_options[i].name,
268
current_argv
);
281
current_argv
);
318
current_argv
);
339
current_argv
);
[
all
...]
/external/mesa3d/src/getopt/
getopt_long.c
162
char *
current_argv
, *has_equal;
local
166
current_argv
= place;
171
if ((has_equal = strchr(
current_argv
, '=')) != NULL) {
173
current_argv_len = has_equal -
current_argv
;
176
current_argv_len = strlen(
current_argv
);
180
if (strncmp(
current_argv
, long_options[i].name,
202
current_argv
);
212
current_argv
);
242
current_argv
);
259
fprintf(stderr, illoptstring,
current_argv
);
[
all
...]
/external/tcpdump/missing/
getopt_long.c
192
const char *
current_argv
, *has_equal;
local
199
current_argv
= place;
222
if ((has_equal = strchr(
current_argv
, '=')) != NULL) {
224
current_argv_len = has_equal -
current_argv
;
227
current_argv_len = strlen(
current_argv
);
231
if (strncmp(
current_argv
, long_options[i].name,
265
current_argv
);
278
current_argv
);
315
current_argv
);
336
current_argv
);
[
all
...]
Completed in 610 milliseconds