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

12 3 4

  /external/bluetooth/bluez/tools/
avctrl.c 197 while ((opt = getopt_long(argc, argv, "+qh", main_options, NULL)) != -1) {
dfubabel.c 165 while ((opt = getopt_long(argc, argv, "+qh", main_options, NULL)) != -1) {
hid2hci.c 312 while ((opt = getopt_long(argc, argv, "+r:v:p:m:qh", main_options, NULL)) != -1) {
bccmd.c 223 while ((opt=getopt_long(argc, argv, "+h", help_options, NULL)) != EOF) {
619 while ((opt=getopt_long(argc, argv, "+s:rh", pskey_options, NULL)) != EOF) {
1149 while ((opt=getopt_long(argc, argv, "+t:d:i:h", main_options, NULL)) != EOF) {
  /external/bluetooth/hcidump/src/
csrsniff.c 166 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
  /device/samsung/crespo/alsa-lib/test/
seq.c 170 if ((c = getopt_long(argc, argv, "hdvV", long_option, NULL)) < 0)
  /external/blktrace/btt/
args.c 288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
  /external/bluetooth/bluez/sbc/
sbcdec.c 250 while ((opt = getopt_long(argc, argv, "+hvd:f:",
sbcenc.c 244 while ((opt = getopt_long(argc, argv, "+hvs:b:jdSB:",
  /external/iptables/
ip6tables-restore.c 127 while ((c = getopt_long(argc, argv, "bcvthnM:", options, NULL)) != -1) {
ip6tables-save.c 333 while ((c = getopt_long(argc, argv, "bcdt:", options, NULL)) != -1) {
iptables-restore.c 130 while ((c = getopt_long(argc, argv, "bcvthnM:", options, NULL)) != -1) {
iptables-save.c 350 while ((c = getopt_long(argc, argv, "bcdt:", options, NULL)) != -1) {
  /frameworks/base/tools/obbtool/
Main.cpp 194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
  /bionic/libc/unistd/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.20 2005/10/25 15:49:37 jmc Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
514 * getopt_long --
518 getopt_long(int nargc, char * const *nargv, const char *options, function
  /device/samsung/crespo/alsa-utils/seq/aconnect/
aconnect.c 287 while ((c = getopt_long(argc, argv, "dior:t:elx", long_option, NULL)) != -1) {
  /device/samsung/crespo/alsa-utils/seq/aseqdump/
aseqdump.c 370 while ((c = getopt_long(argc, argv, short_options,
  /external/iproute2/misc/
lnstat.c 251 while ((c = getopt_long(argc, argv,"Vc:df:h?i:k:s:w:",
  /external/iproute2/tc/
m_xt.c 147 c = getopt_long(argc, argv, "j:", tcipt_globals.opts, NULL);
m_xt_old.c 237 c = getopt_long(argc, argv, "j:", opts, NULL);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 207 // getopt_long stores the option index here.
210 c = getopt_long (argc, argv,
  /device/samsung/crespo/alsa-utils/amidi/
amidi.c 487 while ((c = getopt_long(argc, argv, short_options,
  /device/samsung/crespo/alsa-utils/seq/aseqnet/
aseqnet.c 107 while ((c = getopt_long(argc, argv, "p:s:d:vi", long_option, NULL)) != -1) {
  /external/bluetooth/bluez/compat/
dund.c 442 while ((opt=getopt_long(argc, argv, main_sopts, main_lopts, NULL)) != -1) {
  /external/bluetooth/bluez/test/
agent.c 593 while ((opt = getopt_long(argc, argv, "+a:p:c:d:rh", main_options, NULL)) != EOF) {

Completed in 355 milliseconds

12 3 4