Searched refs:long_options (Results 1 - 10 of 10) sorted by relevance

/system/extras/tests/suspend_stress/
H A Dsuspend_stress.cpp57 const static struct option long_options[] = { local
62 int c = getopt_long(argc, argv, "ac:t:", long_options, NULL);
/system/core/bootstat/
H A Dbootstat.cpp292 static const struct option long_options[] = { local
304 while ((opt = getopt_long(argc, argv, "hlpr:", long_options, &option_index)) != -1) {
308 const std::string option_name = long_options[option_index].name;
/system/bt/tools/bdtool/
H A Dbdtool.c50 static struct option long_options[] = { variable in typeref:struct:option
279 int c = getopt_long_only(argc, argv, "", long_options, &option_index);
/system/core/logcat/
H A Dlogcat.cpp578 static const struct option long_options[] = { local
607 long_options, &option_index);
616 if (long_options[option_index].name == pid_str) {
620 long_options[option_index].name, optarg);
624 if (long_options[option_index].name == wrap_str) {
632 long_options[option_index].name, optarg);
637 long_options[option_index].name,
642 if (long_options[option_index].name == print_str) {
/system/extras/taskstats/
H A Dtaskstats.c261 const struct option long_options[] = { local
271 int option_char = getopt_long_only(argc, argv, "", long_options,
/system/sepolicy/tools/
H A Dsepolicy-check.c242 struct option long_options[] = { local
251 while ((ch = getopt_long(argc, argv, "s:t:c:p:P:", long_options, NULL)) != -1) {
/system/extras/verity/
H A Dbuild_verity_tree.cpp137 const static struct option long_options[] = { local
146 int c = getopt_long(argc, argv, "a:A:hSs:v", long_options, NULL);
/system/extras/verity/fec/
H A Dmain.cpp282 const static struct option long_options[] = { local
297 int c = getopt_long(argc, argv, "hedSr:ij:s:E:V:p:v", long_options, NULL);
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c170 struct option long_options[] = variable in typeref:struct:option
396 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp110 struct option long_options[] = { member in namespace:__anon1770
215 long_options,

Completed in 310 milliseconds