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

1 23 4

  /external/bluetooth/bluez/test/
bdaddr.c 326 while ((opt=getopt_long(argc, argv, "+i:rth", main_options, NULL)) != -1) {
avtest.c 785 while ((opt = getopt_long(argc, argv, "+i:r:s:f:hcFCw:",
  /external/bluetooth/bluez/tools/
ciptool.c 455 while ((opt = getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
avinfo.c 640 while ((opt = getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
dfutool.c 756 while ((opt = getopt_long(argc, argv, "+d:h", main_options, NULL)) != -1) {
main.c 753 while ((opt = getopt_long(argc, argv, "+i:f:rahAESML:", main_options, NULL)) != -1) {
hcitool.c 49 #define for_each_opt(opt, long, short) while ((opt=getopt_long(argc, argv, short ? short:"+", long, NULL)) != -1)
    [all...]
  /external/bluetooth/hcidump/src/
bpasniff.c 370 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
  /external/oprofile/opcontrol/
opcontrol.cpp 559 int c = getopt_long(argc, argv, "c:e:v:r:dhVt", long_options, &option_index);
  /external/dhcpcd/
dhcpcd.c 691 while ((opt = getopt_long(argc, argv, OPTS EXTRA_OPTS,
792 while ((opt = getopt_long(argc, argv, OPTS EXTRA_OPTS,
  /bootable/recovery/
recovery.c 717 while ((arg = getopt_long(argc, argv, "", OPTIONS, NULL)) != -1) {
  /device/samsung/crespo/alsa-lib/test/
latency.c 493 if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:s:bpen", long_option, NULL)) < 0)
pcm.c 780 if ((c = getopt_long(argc, argv, "hD:r:c:f:b:p:m:o:vne", long_option, NULL)) < 0)
  /device/samsung/crespo/alsa-utils/seq/aplaymidi/
aplaymidi.c 874 while ((c = getopt_long(argc, argv, short_options,
arecordmidi.c 733 while ((c = getopt_long(argc, argv, short_options,
  /external/blktrace/
blkiomon.c 690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
  /external/blktrace/btreplay/
btrecord.c 395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
  /external/bluetooth/bluez/compat/
hidd.c 706 while ((opt = getopt_long(argc, argv, "+i:nt:b:MEDZBHldsc:k:Ku:h", main_options, NULL)) != -1) {
pand.c 633 while ((opt=getopt_long(argc, argv, main_sopts, main_lopts, NULL)) != -1) {
  /external/iproute2/misc/
ifstat.c 596 while ((ch = getopt_long(argc, argv, "hvVzrnasd:t:eK",
  /external/iproute2/tc/
m_ipt.c 422 c = getopt_long(argc, argv, "j:", opts, NULL);
  /external/iptables/
iptables-xml.c 623 while ((c = getopt_long(argc, argv, "cvh", options, NULL)) != -1) {
  /external/qemu/
qemu-io.c 1073 while ((c = getopt_long(argc, argv, sopt, lopt, &opt_index)) != -1) {
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 1022 while ((c = getopt_long(argc, argv, "h", long_options, 0)) != -1) {
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 839 if ((c = getopt_long(argc, argv, "hD:r:c:f:F:b:p:P:t:l:s:w:W:", long_option, NULL)) < 0)

Completed in 488 milliseconds

1 23 4