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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 58 } miniopt_t; typedef in typeref:struct:miniopt
60 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags);
61 int miniopt(miniopt_t *t, char **argv);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
miniopt.c 41 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags)
45 memset(t, 0, sizeof(miniopt_t));
57 miniopt(miniopt_t *t, char **argv)
dhdu.c 614 miniopt_t opts;
955 miniopt_t opts;
    [all...]

Completed in 328 milliseconds