Searched refs:_sopts (Results 1 – 3 of 3) sorted by relevance
/system/core/trusty/utils/trusty-ut-ctrl/ |
D | ut-ctrl.c | 33 static const char* _sopts = "hD:"; variable 65 c = getopt_long(argc, argv, _sopts, _lopts, &oidx); in parse_options()
|
/system/core/trusty/storage/proxy/ |
D | proxy.c | 58 static const char* _sopts = "hp:d:r:t:"; 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 | 43 static const char *_sopts = "hsvD:t:r:m:b:"; variable 110 c = getopt_long (argc, argv, _sopts, _lopts, &oidx); in parse_options()
|