/test/vts/agents/hal/ |
VtsAgentMain.cpp | 74 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); 109 printf("getopt_long returned unexpected value: %d\n", opt);
|
/test/vts/drivers/hal/replayer/ |
VtsHidlHalReplayerMain.cpp | 85 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); 108 cerr << "getopt_long returned unexpected value " << opt << endl;
|
/bionic/tools/relocation_packer/src/ |
main.cc | 62 int c = getopt_long(argc, argv, "uvph", options, NULL);
|
/external/gptfdisk/ |
android_popt.cc | 96 int res = getopt_long(con->argc, (char *const *) con->argv, "", 99 fprintf(stderr, "getopt_long()=%c\n", res);
|
/external/iproute2/rdma/ |
rdma.c | 101 while ((opt = getopt_long(argc, argv, "Vhdpj",
|
/external/iptables/iptables/ |
ip6tables-save.c | 140 while ((c = getopt_long(argc, argv, "bcdt:M:", options, NULL)) != -1) {
|
iptables-save.c | 139 while ((c = getopt_long(argc, argv, "bcdt:M:", options, NULL)) != -1) {
|
xtables-save.c | 107 while ((c = getopt_long(argc, argv, "bcdt:M:46", options, NULL)) != -1) {
|
/external/kmod/tools/ |
insmod.c | 78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); 100 ERR("unexpected getopt_long() value '%c'.\n",
|
kmod.c | 107 c = getopt_long(argc, argv, options_s, options, NULL); 122 fprintf(stderr, "Error: unexpected getopt_long() value '%c'.\n", c);
|
rmmod.c | 113 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); 136 ERR("unexpected getopt_long() value '%c'.\n", c);
|
/external/libmtp/examples/ |
connect.c | 107 int c = getopt_long (argc, argv, "d:f:g:n:t:", long_options, &option_index);
|
/external/libnl/src/ |
nf-exp-delete.c | 119 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
|
nl-class-add.c | 100 c = getopt_long(argc, argv, "+qhvd:p:i:",
|
nl-cls-add.c | 104 c = getopt_long(argc, argv, "+qhvd:p:i:",
|
nl-cls-delete.c | 124 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
|
nl-pktloc-lookup.c | 126 c = getopt_long(argc, argv, "hvl", long_opts, &optidx);
|
nl-route-delete.c | 131 c = getopt_long(argc, argv, "iqhvd:n:t:", long_opts, &optidx);
|
/external/libxcam/plugins/smart/dvs/libdvs/ |
test-image-stabilization.cpp | 67 while ((opt = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { 91 printf ("getopt_long return unknown value:%c \n", opt);
|
/external/linux-kselftest/tools/testing/selftests/watchdog/ |
watchdog-test.c | 96 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) {
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
glcpp.c | 145 while ((c = getopt_long(argc, argv, "d", long_options, NULL)) != -1) {
|
/external/rmi4utils/f54test/ |
main.cpp | 120 while ((opt = getopt_long(argc, argv, F54TEST_GETOPTS, long_options, &index)) != -1) {
|
/external/selinux/policycoreutils/hll/pp/ |
pp.c | 84 while ((opt = getopt_long(argc, argv, "h", long_opts, NULL)) != -1) {
|
/external/syslinux/gpxe/src/core/ |
getopt.c | 221 * before each set of calls to getopt_long(). In Etherboot, this is 224 int getopt_long ( int argc, char * const argv[], const char *optstring, function
|
/external/syslinux/win64/ |
Makefile | 47 ../libinstaller/getopt/getopt_long.c \
|