Searched refs:_lopts (Results 1 – 5 of 5) sorted by relevance
/system/core/trusty/utils/trusty-ut-ctrl/ |
D | ut-ctrl.c | 34 static const struct option _lopts[] = { variable 65 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|
/system/core/trusty/storage/proxy/ |
D | proxy.c | 59 static const struct option _lopts[] = {{"help", no_argument, NULL, 'h'}, variable 202 while ((opt = getopt_long(argc, argv, _sopts, _lopts, &oidx)) != -1) { in parse_args()
|
/system/core/trusty/apploader/ |
D | apploader.cpp | 47 static const struct option _lopts[] = { variable 71 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|
/system/core/trusty/keymaster/set_attestation_key/ |
D | set_attestation_key.cpp | 34 static const struct option _lopts[] = { variable 56 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 49 static const struct option _lopts[] = { variable 115 c = getopt_long (argc, argv, _sopts, _lopts, &oidx); in parse_options()
|