HomeSort by relevance Sort by last modified time
    Searched defs:opt_end (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/lib/
getopt_long.c 70 const char *opt_end = NULL; local
81 if ((opt_end = option_matches(carg+2, lo->name)))
84 if (!opt_end)
90 if (*opt_end == '=') {
92 optarg = (char *)opt_end+1;
  /external/syslinux/libinstaller/getopt/
getopt_long.c 70 const char *opt_end = NULL; local
81 if ((opt_end = option_matches(carg+2, lo->name)))
84 if (!opt_end)
90 if (*opt_end == '=') {
92 optarg = (char *)opt_end+1;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 39 bool opt_end; /* at end of options (passed a "--") */ member in struct:miniopt
  /external/fio/oslib/
getopt_long.c 76 const char *opt_end = NULL; local
87 opt_end = option_matches(carg+2, lo->name, 0);
88 if (opt_end)
97 if (!opt_end) {
106 if (!opt_end) {
107 opt_end = ret;
110 opt_end = NULL;
114 if (!opt_end)
122 if (*opt_end == '=') {
124 optarg = (char *)opt_end+1
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ecofflink.c 368 struct shuffle *opt_end;
487 ainfo->opt_end = NULL;
942 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end,
993 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out,
366 struct shuffle *opt_end; member in struct:accumulate
    [all...]

Completed in 102 milliseconds