/external/autotest/client/deps/nvmap_compactor/src/ |
nvmap_carveout_compactor.c | 760 while ((i = getopt_long(argc, argv, "hvl:c:", long_options,
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
media_v4l2_test.cc | 623 int32_t c = getopt_long(argc, argv, short_options, long_options, &index); 627 case 0: // getopt_long() flag.
|
/external/autotest/client/tests/cyclictest/src/ |
cyclictest.c | 432 int c = getopt_long (argc, argv, "b:c:d:fi:l:np:qrst:v",
|
/external/blktrace/ |
blkiomon.c | 690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
|
/external/blktrace/btreplay/ |
btrecord.c | 395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
|
/external/f2fs-tools/fsck/ |
main.c | 171 while ((option = getopt_long(argc, argv, option_string,
|
/external/honggfuzz/ |
cmdline.c | 410 int c = getopt_long(
|
/external/iproute2/misc/ |
nstat.c | 566 while ((ch = getopt_long(argc, argv, "h?vVzrnasd:t:jp",
|
/external/iptables/iptables/ |
iptables-xml.c | 635 while ((c = getopt_long(argc, argv, "cvh", options, NULL)) != -1) {
|
/external/kmod/testsuite/ |
testsuite.c | 106 c = getopt_long(argc, argv, options_short, options, &idx); 122 ERR("unexpected getopt_long() value %c\n", c);
|
/external/libxcam/tests/ |
test-device-manager.cpp | 393 while ((opt = getopt_long(argc, argv, short_opts, long_opts, NULL)) != -1) {
|
test-image-stitching.cpp | 237 while ((opt = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { 329 XCAM_LOG_ERROR ("getopt_long return unknown value:%c", opt);
|
/external/ltp/testcases/realtime/lib/ |
librttest.c | 168 while ((c = getopt_long(argc, argv, all_options, longopts, NULL)) != -1) {
|
/external/nos/host/android/manual_tests/ |
test_citadel.c | 963 while ((i = getopt_long(argc, argv, short_opts, long_opts, &idx)) != -1) {
|
/external/selinux/policycoreutils/secon/ |
secon.c | 201 while ((optchar = getopt_long(argc, argv, SECON_OPTS_GO,
|
/external/selinux/policycoreutils/semodule/ |
semodule.c | 212 getopt_long(argc, argv, "s:b:hi:l::vr:u:RnNBDCPX:e:d:p:S:E:cH", opts,
|
/external/selinux/sandbox/ |
seunshare.c | 23 #include <getopt.h> /* for getopt_long() form of getopt() */ 668 clflag = getopt_long(argc, argv, "Ccvh:t:Z:", long_options, NULL);
|
/external/syslinux/gpxe/src/util/ |
elf2efi.c | 758 if ( ( c = getopt_long ( argc, argv, "s:h",
|
/external/vboot_reference/futility/ |
cmd_show.c | 625 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
|
/hardware/intel/common/libva/test/putsurface/ |
putsurface_common.c | 530 while ((c =getopt_long(argc,argv,"w:h:g:r:d:f:tcep?n:1:2:v", long_options, NULL)) != EOF) {
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
media_hidl_test_common.h | 393 int c = getopt_long(argc, argv, "C:R:P:", options, &index);
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 590 while ((c = getopt_long(argc, argv, "PVMD:R:C:F:B:T:", long_options, &option_index)) != -1) {
|
arec.c | 542 while ((c = getopt_long(argc, argv, "PVMD:R:C:T:F:B:", long_options, &option_index)) != -1) {
|
/system/core/trusty/libtrusty/tipc-test/ |
tipc_test.c | 110 c = getopt_long (argc, argv, _sopts, _lopts, &oidx);
|
/toolchain/binutils/binutils-2.27/binutils/ |
elfedit.c | 698 while ((c = getopt_long (argc, argv, "hv",
|