/external/rmi4utils/rmi4update/ |
main.cpp | 122 while ((opt = getopt_long(argc, argv, RMI4UPDATE_GETOPTS, long_options, &index)) != -1) {
|
/external/selinux/secilc/ |
secil2conf.c | 85 opt_char = getopt_long(argc, argv, "o:hvM:P", long_opts, &opt_index);
|
/external/syslinux/libinstaller/ |
syslxopt.c | 140 while ((o = getopt_long(argc, argv, short_options,
|
/external/syslinux/win32/ |
Makefile | 57 ../libinstaller/getopt/getopt_long.c \
|
/external/vboot_reference/futility/ |
cmd_load_fmap.c | 103 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
|
cmd_vbutil_key.c | 176 while ((i = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {
|
/external/vboot_reference/utility/ |
bmpblk_font.c | 134 while ((i = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {
|
/hardware/google/av/codec2/1.0/mts/common/ |
media_c2_hidl_test_common.h | 138 int c = getopt_long(argc, argv, "I:C:P:", options, &index);
|
/system/core/adb/daemon/ |
main.cpp | 248 int c = getopt_long(argc, argv, "", opts, &option_index);
|
/system/core/trusty/storage/proxy/ |
proxy.c | 195 while ((opt = getopt_long(argc, argv, _sopts, _lopts, &oidx)) != -1) {
|
/system/extras/libperfmgr/tools/ |
ConfigVerifier.cc | 137 int c = getopt_long(argc, argv, "c:ehv", opts, &option_index);
|
/system/extras/tests/suspend_stress/ |
suspend_stress.cpp | 62 int c = getopt_long(argc, argv, "ac:t:", long_options, NULL);
|
/system/libufdt/tests/src/ |
ufdt_gen_test_dts.c | 160 int c = getopt_long(argc, argv, short_options, long_options, &option_index);
|
/system/nvram/hal/ |
fake_nvram.cpp | 76 int c = getopt_long(argc, argv, "", options, &option_index);
|
/system/sepolicy/tools/ |
version_policy.c | 106 opt_char = getopt_long(argc, argv, "b:mn:o:t:h", long_opts, &opt_index);
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
fiptool.c | 665 c = getopt_long(argc, argv, "b:", opts, &opt_index); 764 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); 875 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); 1013 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); 1180 c = getopt_long(argc, argv, "+v", opts, &opt_index);
|
/external/adhd/cras/src/tests/ |
cras_monitor.c | 225 option_character = getopt_long(argc, argv, "sl:",
|
cras_router.c | 237 c = getopt_long(argc, argv, "hr:",
|
/external/autotest/client/tests/monotonic_time/src/ |
time_test.c | 333 while ((c = getopt_long(argc, argv, optstring, options, NULL)) != EOF) {
|
/external/autotest/client/tests/tsc/src/ |
checktsc.c | 337 while ((c = getopt_long(argc, argv, "c:hst:v", options, NULL)) != EOF) {
|
/external/blktrace/btt/ |
args.c | 288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
|
/external/fec/ |
vtest615.c | 60 while((d = getopt_long(argc,argv,"l:n:te:g:vapmst",Options,NULL)) != EOF){
|
/external/kmod/tools/ |
static-nodes.c | 168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
|
/external/libdrm/tests/kms/ |
kms-universal-planes.c | 147 while ((opt = getopt_long(argc, argv, opts, options, &idx)) != -1) {
|
/external/libxcam/tests/ |
test-video-stabilization.cpp | 103 while ((opt = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { 132 printf ("getopt_long return unknown value:%c\n", opt);
|