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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 18 * $Id: miniopt.h 241182 2011-02-17 21:50:03Z $
33 typedef struct miniopt { struct
41 /* These are per-call to miniopt() */
44 * the most recent call to miniopt()
61 int miniopt(miniopt_t *t, char **argv);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
Android.mk 26 miniopt.c
miniopt.c 18 * $Id: miniopt.c 310902 2012-01-26 19:45:33Z $
27 #include <miniopt.h>
57 miniopt(miniopt_t *t, char **argv) function
dhdu.c 46 #include "miniopt.h"
620 while ((opt_err = miniopt(&opts, argv)) != -1) {
964 while ((opt_err = miniopt(&opts, argv)) != -1) {
    [all...]

Completed in 1810 milliseconds