Searched refs:wordlist (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | auth.c | 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 *); [all …]
|
/third_party/python/Tools/unicode/ |
D | makeunicodedata.py | 641 wordlist = list(words.items()) 647 wordlist.sort(key=word_key) 651 while escapes * 256 < len(wordlist): 664 n = n + len(wordlist[i][1]) 670 wordlist, wordtail = wordlist[:short], wordlist[short:] 672 wordlist.extend(wordtail) 682 for w, x in wordlist:
|
/third_party/toybox/kconfig/ |
D | zconf.hash.c_shipped | 174 static struct kconf_id wordlist[] = 227 register int o = wordlist[key].name; 233 return &wordlist[key];
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ |
D | lib.rules | 7 _LIBMK := $(lastword $(wordlist 1,$(shell expr $(words $(MAKEFILE_LIST)) - 1),$(MAKEFILE_LIST)))
|
/third_party/alsa-utils/alsamixer/ |
D | configparser.c | 155 static unsigned int parse_words(const char *name, const char* wordlist, unsigned int itemlen, unsig… in parse_words() argument 183 else if ((i = strlist_index(wordlist, itemlen, buf)) >= 0) in parse_words()
|
/third_party/mksh/ |
D | syn.c | 56 static char **wordlist(int); 446 t->vars = wordlist(sALIAS); in get_command() 749 wordlist(int sALIAS) in wordlist() function
|
/third_party/ffmpeg/tests/ |
D | Makefile | 67 $(call XYES, $(wordlist 2, $(words $(1)), $(1)))), \
|
/third_party/python/Lib/idlelib/ |
D | ChangeLog | 377 to unused self.text.wordlist." --GvR
|