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

  /system/media/opensles/tools/hashgen/
frag3.c 9 const char *x = wordlist[i];
  /external/webkit/WebKit/chromium/src/
WebEntities.cpp 94 wordlist,
95 sizeof(wordlist) / sizeof(Entity),
  /external/ppp/pppd/
auth.c 143 /* Wordlist giving addresses which the peer may use
145 static struct wordlist *noauth_addrs;
150 /* Wordlist giving remote telephone numbers which may connect. */
151 static struct wordlist *permitted_numbers;
154 static struct wordlist *extra_options;
176 struct wordlist **paddrs,
177 struct wordlist **popts)) = NULL;
193 int (*null_auth_hook) __P((struct wordlist **paddrs,
194 struct wordlist **popts)) = NULL;
260 struct wordlist **, struct wordlist **
    [all...]
pppd.h 180 struct wordlist { struct
181 struct wordlist *next;
679 int options_from_list __P((struct wordlist *, int privileged));
680 /* Parse options from a wordlist */
704 struct wordlist **paddrs,
705 struct wordlist **popts));
    [all...]
options.c 518 * options_from_list - process a string of options in a wordlist.
522 struct wordlist *w;
528 struct wordlist *w0;
    [all...]
  /build/core/
node_fns.mk 104 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
206 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
definitions.mk     [all...]
dex_preopt.mk 74 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
base_rules.mk 322 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
329 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
  /external/ppp/pppd/plugins/
winbind.c 96 struct wordlist **paddrs,
97 struct wordlist **popts);
494 struct wordlist **paddrs,
495 struct wordlist **popts)
  /external/ppp/pppd/plugins/radius/
radius.c 73 struct wordlist **paddrs,
74 struct wordlist **popts);
245 struct wordlist **paddrs,
246 struct wordlist **popts)
    [all...]
  /external/libvpx/build/make/
Makefile 164 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\

Completed in 190 milliseconds