HomeSort by relevance Sort by last modified time
    Searched refs:getopt (Results 276 - 300 of 362) sorted by null

<<1112131415

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 341 /* getopt - only used in main.c */
342 int getopt(int argc, char *const argv[], const char *optstring);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 15 /* Need to get getopt() */
93 c = getopt(qApp->argc(), qApp->argv(), "i:p:");
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 478 while ((opt = getopt(argc, argv, "fc:s:")) != -1) {
  /frameworks/base/cmds/stagefright/
stagefright.cpp 287 while ((res = getopt(argc, argv, "han:lm:b:ptso")) >= 0) {
  /system/core/toolbox/
getevent.c 330 c = getopt(argc, argv, "tns:Sv::pqc:rh");
powerd.c 205 c = getopt(argc, argv, "e:ni:vql:k:");
  /external/bison/lib/
getopt.c 0 /* Getopt for GNU.
2 NOTE: getopt is now part of the C library, so if you don't know what
28 #include "getopt.h"
54 /* Unlike standard Unix `getopt', functions like `getopt_long'
61 Using `getopt' or setting the environment variable POSIXLY_CORRECT
70 /* For communication from `getopt' to the caller.
71 When `getopt' finds an option that takes an argument,
80 and for communication between successive calls to `getopt'.
82 On entry to `getopt', zero means this is the first call; initialize.
84 When `getopt' returns -1, this is the index of the first of th
1116 getopt (int argc, char *const *argv, const char *optstring) function
    [all...]
  /external/bluetooth/bluez/test/
l2test.c 36 #include <getopt.h>
1055 while ((opt=getopt(argc,argv,"rdscuwmnxyzpb:i:P:I:O:B:N:L:F:C:D:X:RGAESMT")) != EOF) {
  /external/e2fsprogs/misc/
badblocks.c 37 #include <getopt.h>
865 while ((c = getopt (argc, argv, "b:fi:o:svwnc:p:h:t:X")) != EOF) {
tune2fs.c 33 #include <getopt.h>
556 while ((c = getopt(argc, argv, "c:e:fg:i:jlm:o:r:s:u:C:E:J:L:M:O:T:U:")) != EOF)
  /external/bison/build-aux/
Makefile 48 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettext_gl.m4 \
  /external/bison/data/
Makefile 48 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettext_gl.m4 \
  /external/bison/src/
Makefile 50 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettext_gl.m4 \
  /external/bison/tests/
Makefile 47 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettext_gl.m4 \
  /external/blktrace/
blkiomon.c 31 #include <getopt.h>
  /external/blktrace/btreplay/
btrecord.c 38 #include <getopt.h>
  /external/bluetooth/bluez/compat/
hidd.c 37 #include <getopt.h>
pand.c 38 #include <getopt.h>
  /external/bluetooth/bluez/rfcomm/
main.c 35 #include <getopt.h>
  /external/bluetooth/bluez/tools/
avinfo.c 36 #include <getopt.h>
dfutool.c 35 #include <getopt.h>
  /external/iproute2/misc/
ifstat.c 29 #include <getopt.h>
nstat.c 454 while ((ch = getopt(argc, argv, "h?vVzrnasd:t:")) != EOF) {
  /external/iproute2/tc/
m_ipt.c 26 #include <getopt.h>
  /external/iptables/
iptables-xml.c 11 #include <getopt.h>

Completed in 2153 milliseconds

<<1112131415