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

  /external/fio/lib/
getopt_long.c 76 const char *opt_end = NULL; local
87 if ((opt_end = option_matches(carg+2, lo->name)))
90 if (!opt_end)
96 if (*opt_end == '=') {
98 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

Completed in 61 milliseconds