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

12 3 4 5 6 7 8 91011>>

  /external/perfetto/src/traced/probes/
probes.cc 38 while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) {
  /external/syslinux/gpxe/src/hci/commands/
gdbstub_cmd.c 62 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
sanboot_cmd.c 39 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
dhcp_cmd.c 72 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
141 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
image_cmd.c 121 while ( ( c = getopt_long ( argc, argv, "hn:",
273 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
336 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
399 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
471 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
526 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
175 extern int getopt_long (int ___argc, char *const *___argv,
  /test/vts/drivers/shell/
ShellDriverMain.cpp 60 int ic = getopt_long(argc, argv, "", longOptions, &optionIndex);
74 fprintf(stderr, "getopt_long returned unexpected value 0x%x\n", ic);
  /external/libnl/lib/cli/qdisc/
htb.c 48 c = getopt_long(argc, argv, "hv", long_opts, &optidx);
113 c = getopt_long(argc, argv, "h", long_opts, &optidx);
fq_codel.c 59 c = getopt_long(argc, argv, "h", long_opts, &optidx);
  /external/syslinux/dos/
Makefile 34 ../libinstaller/getopt/getopt_long.c \
41 malloc.o free.o getopt_long.o getsetsl.o strchr.o strtoul.o \
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 165 * getopt_long gets the next option argument from the argument list
169 int getopt_long(int argc,
178 * or long as for getopt_long, but the long names may have a single '-'
  /external/adhd/cras/src/server/
cras.c 46 c = getopt_long(argc, argv, "", long_options, &option_index);
  /external/fec/
dtest.c 32 while((d = getopt_long(argc,argv,"apmstn:",Options,NULL)) != EOF){
sumsq_test.c 40 while((d = getopt_long(argc,argv,"vapmstl:n:T",Options,NULL)) != EOF){
  /external/kmod/tools/
insert.c 68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
76 ERR("Unexpected getopt_long() value '%c'.\n", c);
  /external/libnl/lib/cli/cls/
basic.c 53 c = getopt_long(argc, argv, "ht:e:", long_opts, &optidx);
  /external/libnl/src/
idiag-socket-details.c 61 c = getopt_long(argc, argv, "hv", long_opts, &optidx);
nl-class-delete.c 99 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
nl-class-list.c 95 c = getopt_long(argc, argv, "hvd:p:i:k:", long_opts, &optidx);
nl-fib-lookup.c 51 c = getopt_long(argc, argv, "t:f:s:T:h", long_opts, &idx);
nl-link-list.c 74 c = getopt_long(argc, argv, "hvn:i:", long_opts, &optidx);
nl-link-stats.c 101 c = getopt_long(argc, argv, "lhvn:i:", long_opts, &optidx);
nl-neigh-add.c 80 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
nl-neigh-delete.c 98 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
nl-neigh-list.c 70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx);

Completed in 583 milliseconds

12 3 4 5 6 7 8 91011>>