Lines Matching refs:wordlist
148 static struct wordlist *noauth_addrs;
154 static struct wordlist *permitted_numbers;
157 static struct wordlist *extra_options;
172 struct wordlist **paddrs,
173 struct wordlist **popts) = NULL;
189 int (*null_auth_hook) (struct wordlist **paddrs,
190 struct wordlist **popts) = NULL;
255 struct wordlist **, struct wordlist **,
257 static void free_wordlist (struct wordlist *);
258 static void set_allowed_addrs (int, struct wordlist *, struct wordlist *);
259 static int some_ip_ok (struct wordlist *);
265 static int wordlist_count (struct wordlist *);
510 struct wordlist *wp;
512 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l);
532 struct wordlist *wp;
534 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l);
1570 struct wordlist *addrs = NULL, *opts = NULL;
1691 struct wordlist *addrs, *opts;
1780 struct wordlist *addrs;
1824 struct wordlist *addrs;
1872 struct wordlist *addrs;
1927 struct wordlist *addrs, *opts; in get_secret()
1929 struct wordlist *addrs; in get_secret()
1997 struct wordlist *addrs, *opts;
2038 struct wordlist *addrs;
2039 struct wordlist *opts;
2042 struct wordlist *ap, **plink;
2248 struct wordlist *addrs;
2266 struct wordlist *wp = permitted_numbers;
2325 struct wordlist **addrs;
2326 struct wordlist **opts;
2333 struct wordlist *ap, *addr_list, *alist, **app;
2432 ap = (struct wordlist *)
2433 malloc(sizeof(struct wordlist) + strlen(word) + 1);
2484 struct wordlist *wp;
2498 struct wordlist *wp;
2500 struct wordlist *next;