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

1 2 34

  /external/blktrace/btreplay/
btreplay.c     [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 1003 while ((opt=getopt_long(argc, argv, "i:l:p:m:w:r:s:n:d:taxXRC:H:O:P:D:A:BVYZN46h", main_options, NULL)) != -1) {
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 827 while ((option = getopt_long(argc, (char* const*)argv, "", options, NULL)) != -1)
  /bionic/libc/
Android.mk 24 unistd/getopt_long.c \
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 559 while ((option = getopt_long(argc, (char * const *)argv, "", options, NULL)) != -1) {
578 // This assumes you've already called getopt_long
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 1204 while ((opt=getopt_long(argc, argv, "d:b:s:nh", main_options, NULL)) != EOF) {
  /external/bluetooth/bluez/tools/
hciconfig.c     [all...]
sdptool.c 54 #define for_each_opt(opt, long, short) while ((opt=getopt_long(argc, argv, short ? short:"+", long, 0)) != -1)
    [all...]
  /external/qemu/
savevm.c 78 #define getopt_long_only getopt_long
    [all...]
net-android.c 111 #define getopt_long_only getopt_long
    [all...]
net.c 109 #define getopt_long_only getopt_long
    [all...]
vl-android.c 146 #define getopt_long_only getopt_long
    [all...]
vl.c 111 #define getopt_long_only getopt_long
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 429 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) {
    [all...]
  /external/blktrace/
blkparse.c     [all...]
blktrace.c     [all...]
  /external/dnsmasq/src/
option.c     [all...]
  /external/genext2fs/
genext2fs.c     [all...]
configure     [all...]
  /external/iproute2/misc/
ss.c     [all...]
  /external/iptables/
ip6tables.c     [all...]
iptables.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]

Completed in 1103 milliseconds

1 2 34