Searched refs:_lopts (Results 1 – 3 of 3) 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/libtrusty/tipc-test/ |
D | tipc_test.c | 44 static const struct option _lopts[] = { variable 110 c = getopt_long (argc, argv, _sopts, _lopts, &oidx); in parse_options()
|