HomeSort by relevance Sort by last modified time
    Searched refs:getopt_long (Results 51 - 75 of 305) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/
main.cpp 77 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) {
  /external/selinux/libsemanage/tests/
libsemanage-tests.c 91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {
  /external/selinux/libsepol/tests/
libsepol-tests.c 94 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {
  /external/syslinux/utils/
gethostip.c 26 #define _GNU_SOURCE /* For getopt_long */
59 while ((opt = getopt_long(argc, argv, "dxfnh", options, NULL)) != -1) {
  /external/vboot_reference/futility/
cmd_dump_kernel_config.c 41 while (((i = getopt_long(argc, argv, ":", long_opts, NULL)) != -1) &&
  /system/libvintf/
assemble_vintf_main.cpp 77 while ((res = getopt_long(argc, argv, "hi:o:mc:nl", longopts, &optind)) >= 0) {
  /test/vts/drivers/hal/server/
VtsHalDriverServerMain.cpp 76 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
104 cerr << "getopt_long returned unexpected value " << opt << endl;
  /external/dtc/
util.h 232 * Call getopt_long() with standard options
236 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \
  /external/kmod/tools/
remove.c 94 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
103 ERR("Unexpected getopt_long() value '%c'.\n", c);
  /external/libnl/src/
nf-ct-add.c 97 c = getopt_long(argc, argv, "46q:hv:p:F:", long_opts, &optidx);
nf-ct-list.c 99 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
nf-exp-list.c 101 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
nl-addr-add.c 88 c = getopt_long(argc, argv, "qhva:d:", long_opts, &optidx);
nl-addr-delete.c 112 c = getopt_long(argc, argv, "iqhva:d:", long_opts, &optidx);
nl-cls-list.c 103 c = getopt_long(argc, argv, "hvd:p:i:k:", long_opts, &optidx);
nl-link-set.c 107 c = getopt_long(argc, argv, "qhvn:i:", long_opts, &optidx);
nl-qdisc-add.c 93 c = getopt_long(argc, argv, "+qhvd:p:i:",
nl-qdisc-delete.c 101 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
nl-route-add.c 100 c = getopt_long(argc, argv, "qhvd:n:t:", long_opts, &optidx);
nl-route-list.c 99 c = getopt_long(argc, argv, "cf:hvd:n:t:", long_opts, &optidx);
  /external/libxcam/tests/
test-binary-kernel.cpp 68 while ((opt = getopt_long (argc, argv, "", long_opts, NULL)) != -1) {
  /external/syslinux/com32/lib/
getopt_long.c 4 * getopt_long(), or at least a common subset thereof:
38 int getopt_long(int argc, char *const *argv, const char *optstring, function
  /external/syslinux/gpxe/src/hci/commands/
ifmgmt_cmd.c 113 while ( ( c = getopt_long ( argc, argv, "h", ifcommon_longopts,
  /external/syslinux/libinstaller/getopt/
getopt_long.c 4 * getopt_long(), or at least a common subset thereof:
38 int getopt_long(int argc, char *const *argv, const char *optstring, function
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_hidl_test_utils.h 76 while ((c = getopt_long(argc, argv, "N", options, NULL)) >= 0) {

Completed in 1180 milliseconds

1 23 4 5 6 7 8 91011>>