HomeSort by relevance Sort by last modified time
    Searched refs:longopts (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
getopt.py 51 def getopt(args, shortopts, longopts = []):
60 specified, longopts is a list of strings with the names of the
79 if type(longopts) == type(""):
80 longopts = [longopts]
82 longopts = list(longopts)
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
111 if isinstance(longopts, str):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
getopt.py 51 def getopt(args, shortopts, longopts = []):
60 specified, longopts is a list of strings with the names of the
79 if type(longopts) == type(""):
80 longopts = [longopts]
82 longopts = list(longopts)
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
111 if isinstance(longopts, str):
    [all...]
  /external/python/cpython2/Lib/
getopt.py 51 def getopt(args, shortopts, longopts = []):
60 specified, longopts is a list of strings with the names of the
79 if type(longopts) == type(""):
80 longopts = [longopts]
82 longopts = list(longopts)
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
111 if isinstance(longopts, str)
    [all...]
  /external/python/cpython3/Lib/
getopt.py 56 def getopt(args, shortopts, longopts = []):
65 specified, longopts is a list of strings with the names of the
84 if type(longopts) == type(""):
85 longopts = [longopts]
87 longopts = list(longopts)
93 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
99 def gnu_getopt(args, shortopts, longopts = []):
116 if isinstance(longopts, str)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
60 specified, longopts is a list of strings with the names of the
79 if type(longopts) == type(""):
80 longopts = [longopts]
82 longopts = list(longopts)
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
111 if isinstance(longopts, str)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
60 specified, longopts is a list of strings with the names of the
79 if type(longopts) == type(""):
80 longopts = [longopts]
82 longopts = list(longopts)
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
111 if isinstance(longopts, str)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
60 specified, longopts is a list of strings with the names of the
79 if type(longopts) == type(""):
80 longopts = [longopts]
82 longopts = list(longopts)
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
111 if isinstance(longopts, str)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 51 def getopt(args, shortopts, longopts = []):
60 specified, longopts is a list of strings with the names of the
79 if type(longopts) == type(""):
80 longopts = [longopts]
82 longopts = list(longopts)
88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
94 def gnu_getopt(args, shortopts, longopts = []):
111 if isinstance(longopts, str)
    [all...]
  /external/flac/include/share/
getopt.h 156 const struct share__option *longopts, int *longind);
159 const struct share__option *longopts, int *longind);
164 const struct share__option *longopts, int *longind,
  /toolchain/binutils/binutils-2.27/include/
getopt.h 121 const struct option *longopts, int *longind);
124 const struct option *longopts, int *longind);
129 const struct option *longopts, int *longind,
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 157 const struct option *const longopts,
164 while (longopts[loptn].name != 0) {
165 if (optmatch(optname, longopts[loptn].name) == 0) {
167 result = longopts[loptn].val;
170 switch (longopts[loptn].has_arg) {
188 if (longopts[loptn].flag != 0) {
189 *longopts[loptn].flag = result;
215 const struct option *longopts,
230 longopts,
253 const struct option *longopts,
    [all...]
win_posix.h 172 const struct option *longopts,
184 const struct option *longopts,
  /external/e2fsprogs/include/nonunix/
getopt.h 113 const struct option *longopts, int *longind);
116 const struct option *longopts, int *longind);
121 const struct option *longopts, int *longind,
  /external/syslinux/gpxe/src/hci/commands/
route_cmd.c 53 static struct option longopts[] = { local
61 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
gdbstub_cmd.c 53 static struct option longopts[] = { local
62 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
sanboot_cmd.c 30 static struct option longopts[] = { local
39 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
dhcp_cmd.c 62 static struct option longopts[] = { local
72 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
128 static struct option longopts[] = { local
141 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
image_cmd.c 108 static struct option longopts[] = { local
122 longopts, NULL ) ) >= 0 ) {
263 static struct option longopts[] = { local
273 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
326 static struct option longopts[] = { local
336 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
389 static struct option longopts[] = { local
399 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
463 static struct option longopts[] = { local
471 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 )
516 static struct option longopts[] = { local
    [all...]
  /external/syslinux/com32/lib/
getopt_long.c 39 const struct option *longopts, int *longindex)
80 for (lo = longopts; lo->name; lo++) {
88 *longindex = lo-longopts;
  /external/syslinux/libinstaller/getopt/
getopt_long.c 39 const struct option *longopts, int *longindex)
80 for (lo = longopts; lo->name; lo++) {
88 *longindex = lo-longopts;
  /external/fio/oslib/
getopt_long.c 43 const struct option *longopts, int *longindex)
86 for (lo = longopts; lo->name; lo++) {
100 for (lo = longopts; lo->name; lo++) {
120 *longindex = lo-longopts;
  /external/syslinux/gpxe/src/include/
getopt.h 58 const struct option *longopts, int *longindex );
  /system/libvintf/
assemble_vintf_main.cpp 68 const struct option longopts[] = {{"kernel", required_argument, NULL, 'k'}, local
77 while ((res = getopt_long(argc, argv, "hi:o:mc:nl", longopts, &optind)) >= 0) {
  /external/toybox/lib/
args.c 113 struct longopts { struct
114 struct longopts *next;
126 struct longopts *longopts; member in struct:getoptflagstate
188 struct longopts *lo;
192 for (lo = gof->longopts; lo->opt != opt; lo = lo->next);
270 // longopts only come at the start of the string.)
273 struct longopts *lo;
279 // init a new struct longopts
280 lo = xmalloc(sizeof(struct longopts));
    [all...]
  /external/syslinux/gpxe/src/core/
getopt.c 216 * @v longopts Long option specification table
225 const struct option *longopts, int *longindex ) {
242 for ( longopt = longopts ; longopt->name ; longopt++ ) {
247 *longindex = ( longopt - longopts );

Completed in 1045 milliseconds

1 2 3