Searched refs:wordlist (Results 1 - 6 of 6) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
H A 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 *); [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | map_html_anchors.py | 22 def contains_any_of(words, wordlist): 25 - words - iterable of words to check against wordlist 26 - wordlist - iterable of words""" 29 if word in wordlist:
|
/third_party/python/Tools/unicode/ |
H A 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/alsa-utils/alsamixer/ |
H A D | configparser.c | 155 static unsigned int parse_words(const char *name, const char* wordlist, unsigned int itemlen, unsigned int *number) { in parse_words() argument 183 else if ((i = strlist_index(wordlist, itemlen, buf)) >= 0) in parse_words()
|
/third_party/mksh/ |
H A 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/ |
H A D | Makefile | 79 $(call XYES, $(wordlist 2, $(words $(1)), $(1)))), \
|
Completed in 7 milliseconds