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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 38 bool longflags; /* long options may be flags */ member in struct:miniopt
60 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
miniopt.c 41 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags)
51 t->longflags = longflags;
95 if (eq == NULL && !t->longflags) {

Completed in 73 milliseconds