Searched refs:wordlist (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dchill.exp199 static struct resword wordlist[] =
514 resword = &wordlist[0];
517 resword = &wordlist[1];
520 resword = &wordlist[2];
523 resword = &wordlist[3];
526 resword = &wordlist[4];
529 resword = &wordlist[5];
532 resword = &wordlist[6];
535 resword = &wordlist[7];
538 resword = &wordlist[
[all...]
H A Dtest-4.exp97 static struct resword wordlist[] =
214 register const char *s = wordlist[index].name;
217 return &wordlist[index];
222 register struct resword *wordptr = &wordlist[TOTAL_KEYWORDS + lookup[offset]];
H A Dpermut2.exp96 static const char * wordlist[] =
110 register const char *s = wordlist[key];
H A Dpermut3.exp96 static const char * wordlist[] =
110 register const char *s = wordlist[key];
H A Dc-parse.exp98 static struct resword wordlist[] =
217 register const char *s = wordlist[key].name;
220 return &wordlist[key];
H A Dgpc.exp106 static struct resword wordlist[] =
153 register const char *s = wordlist[key].name;
156 return &wordlist[key];
H A Dincomplete.exp96 static struct month wordlist[] =
121 register const char *s = wordlist[key].name;
124 return &wordlist[key];
H A Djava.exp133 static struct java_keyword wordlist[] =
201 register const char *s = wordlist[key].name;
204 return &wordlist[key];
H A Dobjc.exp109 static struct resword wordlist[] =
189 register const char *s = wordlist[key].name;
192 return &wordlist[key];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest068.tcl54 set wordlist {}
58 lappend wordlist $str
64 error_check_good enough_keys [llength $wordlist] $nkeys
91 foreach word $wordlist {
105 foreach word $wordlist {
125 # With an unsorted wordlist, we can't be sure that the
127 # wordlist, so we just make sure it got something back.
162 foreach word $wordlist {
173 foreach word $wordlist {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.h220 /* Copy each token in wordlist delimited by space into word */
221 #define foreach(word, wordlist, next) \
222 for (next = &wordlist[strspn(wordlist, " ")], \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c101 static struct wordlist *noauth_addrs;
104 static struct wordlist *extra_options;
126 struct wordlist **paddrs,
127 struct wordlist **popts)) = NULL;
186 struct wordlist **, struct wordlist **,
188 static void free_wordlist __P((struct wordlist *));
191 static void set_allowed_addrs __P((int, struct wordlist *, struct wordlist *));
192 static int some_ip_ok __P((struct wordlist *));
[all...]
H A Dpppd.h153 struct wordlist { struct
154 struct wordlist *next;
582 int options_from_list __P((struct wordlist *, int privileged));
583 /* Parse options from a wordlist */
608 struct wordlist **paddrs,
609 struct wordlist **popts));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c151 static struct wordlist *noauth_addrs;
157 static struct wordlist *permitted_numbers;
160 static struct wordlist *extra_options;
182 struct wordlist **paddrs,
183 struct wordlist **popts)) = NULL;
199 int (*null_auth_hook) __P((struct wordlist **paddrs,
200 struct wordlist **popts)) = NULL;
266 struct wordlist **, struct wordlist **,
268 static void free_wordlist __P((struct wordlist *));
[all...]
H A Dpppd.h180 struct wordlist { struct
181 struct wordlist *next;
689 int options_from_list __P((struct wordlist *, int privileged));
690 /* Parse options from a wordlist */
714 struct wordlist **paddrs,
715 struct wordlist **popts));
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosNvramConfig.h366 /* Copy each token in wordlist delimited by space into word */
367 #define foreach(word, wordlist, next) \
368 for (next = &wordlist[strspn(wordlist, " ")], \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DBtRecExample.java24 static final String wordlist = "../test/wordlist"; field in class:BtRecExample
169 FileReader freader = new FileReader(wordlist);
183 System.err.println(progname + ": open " + wordlist + ": " + ioe);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx746 static char **ArrayFromWordList(char *wordlist, int *len, bool onlyLineEnds = false) { argument
761 for (int j = 0; wordlist[j]; j++) {
762 int curr = static_cast<unsigned char>(wordlist[j]);
771 size_t slen = strlen(wordlist);
773 if (!wordSeparator[static_cast<unsigned char>(wordlist[k])]) {
775 keywords[words] = &wordlist[k];
779 wordlist[k] = '\0';
781 prev = wordlist[k];
783 keywords[words] = &wordlist[slen];
958 * Returns an element (complete) of the wordlist arra
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c96 struct wordlist **paddrs,
97 struct wordlist **popts);
488 struct wordlist **paddrs,
489 struct wordlist **popts)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h181 struct wordlist { struct
182 struct wordlist *next;
656 int options_from_list __P((struct wordlist *, int privileged));
657 /* Parse options from a wordlist */
681 struct wordlist **paddrs,
682 struct wordlist **popts));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c452 /* Copy each token in wordlist delimited by space into word */
453 #define foreach(word, wordlist, next) \
454 for (next = &wordlist[strspn(wordlist, " ")], \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dntpclient.c407 /* Copy each token in wordlist delimited by space into word */
408 #define foreach(word, wordlist, next) \
409 for (next = &wordlist[strspn(wordlist, " ")], \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h153 struct wordlist { struct
154 struct wordlist *next;
588 struct wordlist **paddrs,
589 struct wordlist **popts));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h238 const Kademlia::WordList& GetKadKeywords() const { return wordlist; }
347 Kademlia::WordList wordlist; member in class:CKnownFile
H A DSharedFileList.cpp218 const Kademlia::WordList& wordlist = pFile->GetKadKeywords(); local
221 for (it = wordlist.begin(); it != wordlist.end(); ++it) {
244 const Kademlia::WordList& wordlist = pFile->GetKadKeywords(); local
246 for (it = wordlist.begin(); it != wordlist.end(); ++it) {

Completed in 140 milliseconds

12