Searched refs:MAXTOK (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Disc.c20 #define MAXTOK 50 macro
63 char token[MAXTOK], *dot;
95 while ((next_token(token, MAXTOK, fp)))
101 if (next_token(token, MAXTOK, fp) &&
104 if (next_token(token, MAXTOK, fp) && *token == '{')
106 while (next_token(token, MAXTOK, fp) && *token != '}')
123 if (next_token(token, MAXTOK, fp) && /* skip weekday */
124 next_token(token, MAXTOK, fp) && /* Get date from lease file */
129 next_token(token, MAXTOK, fp) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddhcp.c29 char token[MAXTOK], *dot;
45 while ((next_token(token, MAXTOK, fp)))
52 if (next_token(token, MAXTOK, fp) &&
55 if (next_token(token, MAXTOK, fp) && *token == '{')
57 while (next_token(token, MAXTOK, fp) && *token != '}')
70 if (next_token(token, MAXTOK, fp) && /* skip weekday */
71 next_token(token, MAXTOK, fp) && /* Get date from lease file */
76 next_token(token, MAXTOK, fp) &&
H A Dconfig.h19 #define MAXTOK 50 /* token in DHCP leases */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Disc.c60 char token[MAXTOK], *dot;
98 while ((next_token(token, MAXTOK, fp)))
104 if (next_token(token, MAXTOK, fp) &&
107 if (next_token(token, MAXTOK, fp) && *token == '{')
109 while (next_token(token, MAXTOK, fp) && *token != '}')
128 if (next_token(token, MAXTOK, fp) && /* skip weekday */
129 next_token(token, MAXTOK, fp) && /* Get date from lease file */
134 next_token(token, MAXTOK, fp) &&
H A Dconfig.h28 #define MAXTOK 50 /* token in DHCP leases */ macro
39 #define MAXTOK 50 /* token in DHCP leases */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dlpq_parse.c103 #define MAXTOK 128 macro
111 #define MAXTOK 128
114 char *tok[MAXTOK];
133 while (((tok[count] = strtok(NULL," \t")) != NULL) && (count < MAXTOK)) {

Completed in 55 milliseconds