Home
last modified time | relevance | path

Searched refs:_lopts (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/utils/trusty-ut-ctrl/
Dut-ctrl.c34 static const struct option _lopts[] = { variable
65 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
/system/core/trusty/storage/proxy/
Dproxy.c59 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/libtrusty/tipc-test/
Dtipc_test.c44 static const struct option _lopts[] = { variable
110 c = getopt_long (argc, argv, _sopts, _lopts, &oidx); in parse_options()