Searched refs:word (Results 1 - 25 of 543) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dservices.c56 char word[32], *next; local
84 foreach(word, dhcp_ifnames, next) {
86 if (strstr(word, "br0"))
120 fprintf(fp, "interface %s\n", word);
H A Dnetwork.c65 char word[80], *next; local
69 foreach(word, nvram_safe_get(strcat_r(prefix, var, tmp)), next) {
70 dprintf("add %s\n", word);
72 netmask = word;
96 char word[80], *next; local
100 foreach(word, nvram_safe_get(strcat_r(prefix, var, tmp)), next) {
101 dprintf("add %s\n", word);
103 netmask = word;
276 char word[256], *next; local
280 foreach(word, nvram_safe_ge
300 char word[256], *next; local
323 char word[256], *next; local
346 char word[256], *next; local
958 char word[100], *next; local
1013 char word[100], *next; local
1751 char word[100], *next; local
1794 char word[100], *next; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/acos/include/
H A DacosNvramConfig.h361 /* Copy each token in wordlist delimited by space into word */
362 #define foreach(word, wordlist, next) \
364 strncpy(word, next, sizeof(word)), \
365 word[strcspn(word, " ")] = '\0', \
366 word[sizeof(word) - 1] = '\0', \
368 strlen(word); \
370 strncpy(word, nex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dconfig-dos.h188 #undef word macro
H A Dconfig-win32.h447 #undef word macro
H A Ddict.c139 char *word; local
163 word = strchr(path, ':');
164 if(word) {
165 word++;
166 database = strchr(word, ':');
180 if((word == NULL) || (*word == (char)0)) {
181 infof(data, "lookup word is missing");
182 word=(char *)"default";
191 eword = unescape_word(data, word);
[all...]
H A Dsetup.h412 # ifdef word
413 # undef word
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/TPF/
H A Dcurl.mak33 include $(word 1,$(wildcard $(foreach d,$(TPF_ROOT),$d/opensource/curl/lib/Makefile.inc)) Makefile.inc_not_found)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dsetup.h223 #ifdef word
224 #undef word macro
H A Dtool_getparam.c307 char *word = ('-' == flag[0]) ? flag+2 : flag; local
308 size_t fnam = strlen(word);
311 if(!strncmp(word, "no-", 3)) {
313 word += 3;
318 if(curlx_strnequal(aliases[j].lname, word, fnam)) {
321 if(curlx_raw_equal(aliases[j].lname, word)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl2841 # the first word, the command, does not contain a slash so
4298 [keyword] like "IPv6" to select only tests containing the key word
4299 [!keyword] like "!cookies" to disable any tests containing the key word
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c2065 lookup_word (parser_control const *pc, char *word)
2075 for (p = word; *p; p++)
2080 if (strcmp (word, tp->name) == 0)
2084 wordlen = strlen (word);
2085 abbrev = wordlen == 3 || (wordlen == 4 && word[3] == '.');
2088 if ((abbrev ? strncmp (word, tp->name, 3) : strcmp (word, tp->name)) == 0)
2091 if ((tp = lookup_zone (pc, word)))
2094 if (strcmp (word, dst_table[0].name) == 0)
2098 if (strcmp (word, t
2060 lookup_word(parser_control const *pc, char *word) argument
[all...]
H A Dgetdate.y718 lookup_word (parser_control const *pc, char *word)
728 for (p = word; *p; p++)
733 if (strcmp (word, tp->name) == 0)
737 wordlen = strlen (word);
738 abbrev = wordlen == 3 || (wordlen == 4 && word[3] == '.');
741 if ((abbrev ? strncmp (word, tp->name, 3) : strcmp (word, tp->name)) == 0)
744 if ((tp = lookup_zone (pc, word)))
747 if (strcmp (word, dst_table[0].name) == 0)
751 if (strcmp (word, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Dutil.c284 * input: char *word, a pointer to the word
285 * output: int; a number corresponding to the code of the word
290 wordToOption(word)
291 char *word;
293 if (EQUAL(word, ""))
295 if (EQUAL(word, "igmpversion"))
297 if (EQUAL(word, "is_querier"))
299 if (EQUAL(word,"upstream"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex463 associated with the device. The first word (\verb|ether|, \verb|sit|)
985 The first word of each line is the protocol address of the neighbour.
1108 word ``first'' depends on the order of route additions and it is practically
1604 The second line, starting with the word \verb|cache|, shows
2194 protocol identifier. The word \verb|link| denotes a link layer
2313 If the word \verb|unresolved| is there instead of the interface name,
H A Dip-tunnels.tex389 address. Such tunnel becomes {\bf broadcast} tunnel (though word
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Ddnet_ntop.c11 u_int16_t word; member in union:__anon278
14 u.word = addr;
H A Ddnet_pton.c11 u_int16_t word; member in union:__anon279
14 u.word = addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dadd_cr.pl99 * The word 'cryptographic' can be left out if the rouines from the library
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3449 } word; /* 16-bit, 8 bytes for 32-bit machines) */ member in struct:inflate_huft_s
3884 t = h->word.what.Bits;
4114 #define exop word.what.Exop
4115 #define bits word.what.Bits
4609 #define exop word.what.Exop
4610 #define bits word.what.Bits
4959 #define exop word.what.Exop
4960 #define bits word.what.Bits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c132 #define ISWILD(word) (word[0] == '*' && word[1] == 0)
509 wp->word = (char *) (wp + 1);
511 BCOPY(addr, wp->word, l);
531 wp->word = (char *) (wp + 1);
533 BCOPY(number, wp->word, l);
2098 ptr_word = ap->word;
2166 warn("unknown host %s in auth. address list", ap->word);
2273 if (addrs->word[
2357 char word[MAXWORDLEN]; local
[all...]
H A Doptions.c553 opt = find_option(w->word);
556 w->word);
566 w0->word);
569 argv[i] = w->word;
571 if (!process_option(opt, w0->word, argv))
1120 * Read a word from a file.
1126 getword(f, word, newlinep, filename)
1128 char *word;
1171 * If this character is escaped, we have a word start.
1193 * A non-whitespace character is the start of a word
[all...]
H A Dpppcrypt.c42 unsigned int word; local
44 word = (unsigned)input[startBit / 8] << 8;
45 word |= (unsigned)input[startBit / 8 + 1];
47 word >>= 15 - (startBit % 8 + 7);
49 return word & 0xFE;
H A Dpppd.h79 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */
182 char *word; member in struct:wordlist
691 int getword __P((FILE *f, char *word, int *newlinep, char *filename));
692 /* Read a word from a file */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2662 } word; /* 16-bit, 8 bytes for 32-bit machines) */ member in struct:inflate_huft_s
3412 t = h->word.what.Bits;
3609 #define exop word.what.Exop
3610 #define bits word.what.Bits
3834 q->word.Nalloc = z + 1;
4064 ZFREE(z, p, p->word.Nalloc * sizeof(inflate_huft));
4079 #define exop word.what.Exop
4080 #define bits word.what.Bits
4397 #define exop word.what.Exop
4398 #define bits word
[all...]

Completed in 224 milliseconds

1234567891011>>