Searched refs:wordlist (Results 1 – 8 of 8) sorted by relevance
/external/ppp/pppd/ |
D | auth.c | 140 static struct wordlist *noauth_addrs; 146 static struct wordlist *permitted_numbers; 149 static struct wordlist *extra_options; 171 struct wordlist **paddrs, 172 struct wordlist **popts)) = NULL; 188 int (*null_auth_hook) __P((struct wordlist **paddrs, 189 struct wordlist **popts)) = NULL; 259 struct wordlist **, struct wordlist **, 261 static void free_wordlist __P((struct wordlist *)); 264 static void set_allowed_addrs __P((int, struct wordlist *, struct wordlist *)); [all …]
|
D | pppd.h | 180 struct wordlist { struct 181 struct wordlist *next; argument 706 int options_from_list __P((struct wordlist *, int privileged)); 731 struct wordlist **paddrs, 732 struct wordlist **popts));
|
D | options.c | 548 struct wordlist *w; in options_from_list() 554 struct wordlist *w0;
|
/external/ppp/pppd/plugins/ |
D | winbind.c | 96 struct wordlist **paddrs, 97 struct wordlist **popts); 488 struct wordlist **paddrs, in winbind_pap_auth() 489 struct wordlist **popts) in winbind_pap_auth()
|
/external/toybox/kconfig/ |
D | zconf.hash.c_shipped | 177 static struct kconf_id wordlist[] = 230 register int o = wordlist[key].name; 236 return &wordlist[key];
|
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 75 struct wordlist **paddrs, 76 struct wordlist **popts); 247 struct wordlist **paddrs, in radius_pap_auth() 248 struct wordlist **popts) in radius_pap_auth()
|
/external/mksh/src/ |
D | syn.c | 55 static char **wordlist(void); 430 t->vars = wordlist(); in get_command() 728 wordlist(void) in wordlist() function
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 232 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
|