/external/dhcpcd-6.8.2/ |
dhcpcd.c | [all...] |
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
namespace.h | 303 #define getopt_long _getopt_long
|
/external/autotest/client/profilers/powertop/src/ |
powertop.c | 800 c = getopt_long(argc, argv, "dt:hv", opts, &index2);
|
/external/blktrace/btreplay/ |
btreplay.c | [all...] |
/external/fio/ |
Makefile | 111 SOURCE += oslib/getopt_long.c
|
/external/iproute2/misc/ |
ifstat.c | 828 while ((ch = getopt_long(argc, argv, "hjpvVzrnasd:t:ex:",
|
/external/iptables/iptables/ |
xtables-eb.c | 778 while ((c = getopt_long(argc, argv, [all...] |
xtables-arp.c | 970 while ((c = getopt_long(argc, argv, [all...] |
/external/libmicrohttpd/src/spdy2http/ |
proxy.c | [all...] |
/external/libxcam/tests/ |
test-soft-image.cpp | 583 while ((opt = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { 645 XCAM_LOG_ERROR ("getopt_long return unknown value:%c", opt);
|
/external/mesa3d/src/intel/tools/ |
aubinator.c | [all...] |
/external/nos/host/generic/citadel/updater/ |
updater.cpp | 879 while ((i = getopt_long(argc, argv,
|
/external/selinux/checkpolicy/ |
checkpolicy.c | 422 while ((ch = getopt_long(argc, argv, "o:t:dbU:MCFVc:h", long_options, NULL)) != -1) {
|
/external/selinux/policycoreutils/newrole/ |
newrole.c | 64 #include <getopt.h> /* for getopt_long() form of getopt() */ 844 clflag = getopt_long(argc, argv, "r:t:l:pV", long_options, [all...] |
/external/vboot_reference/futility/ |
cmd_sign.c | 716 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | [all...] |
/frameworks/native/cmds/atrace/ |
atrace.cpp | [all...] |
/frameworks/native/cmds/lshal/ |
ListCommand.cpp | 712 // key: value returned by getopt_long 796 // Create 'longopts' argument to getopt_long. Caller is responsible for maintaining 811 // getopt_long last option has all zeros 820 // Create 'optstring' argument to getopt_long. 847 c = getopt_long(arg.argc, arg.argv, [all...] |
/frameworks/native/libs/vr/libpdx_default_transport/ |
pdx_benchmarks.cpp | [all...] |
/system/core/bootstat/ |
bootstat.cpp | [all...] |
/toolchain/binutils/binutils-2.27/binutils/ |
windmc.c | 968 while ((c = getopt_long (argc, argv, "C:F:O:h:e:m:r:x:aAbcdHunoUvV", long_options,
|
windres.c | 836 while ((c = getopt_long (argc, argv, "c:f:i:l:o:I:J:O:F:D:U:rhHvV", long_options,
|
/toolchain/binutils/binutils-2.27/opcodes/ |
aarch64-gen.c | 1206 while ((c = getopt_long (argc, argv, "vVdhacs", long_options, 0)) != EOF) [all...] |
i386-gen.c | [all...] |
/bootable/recovery/ |
recovery.cpp | [all...] |