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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/wireless/
H A Dwext.c157 .max_tokens = sizeof(struct iw_range),
166 .max_tokens = 16,
175 .max_tokens = sizeof(struct iw_statistics),
181 .max_tokens = IW_MAX_SPY,
187 .max_tokens = IW_MAX_SPY,
193 .max_tokens = 1,
199 .max_tokens = 1,
212 .max_tokens = sizeof(struct iw_mlme),
218 .max_tokens = IW_MAX_AP,
225 .max_tokens
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.in.h239 * g_strsplit(), g_strsplit_set() split up string into max_tokens tokens
249 gint max_tokens) G_GNUC_MALLOC;
252 gint max_tokens) G_GNUC_MALLOC;
H A Dgstrfuncs.c2242 * @max_tokens is reached.
2243 * @max_tokens: the maximum number of pieces to split @string into. If this is
2246 * Splits a string into a maximum of @max_tokens pieces, using the given
2247 * @delimiter. If @max_tokens is reached, the remainder of @string is appended
2263 gint max_tokens)
2274 if (max_tokens < 1)
2275 max_tokens = G_MAXINT;
2283 while (--max_tokens && s)
2320 * @max_tokens: The maximum number of tokens to split @string into.
2325 * contain any of the characters in @delimiters. If @max_tokens i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.in.h239 * g_strsplit(), g_strsplit_set() split up string into max_tokens tokens
249 gint max_tokens) G_GNUC_MALLOC;
252 gint max_tokens) G_GNUC_MALLOC;
H A Dgstrfuncs.c2242 * @max_tokens is reached.
2243 * @max_tokens: the maximum number of pieces to split @string into. If this is
2246 * Splits a string into a maximum of @max_tokens pieces, using the given
2247 * @delimiter. If @max_tokens is reached, the remainder of @string is appended
2263 gint max_tokens)
2274 if (max_tokens < 1)
2275 max_tokens = G_MAXINT;
2283 while (--max_tokens && s)
2320 * @max_tokens: The maximum number of tokens to split @string into.
2325 * contain any of the characters in @delimiters. If @max_tokens i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Diw_handler.h379 __u16 max_tokens; /* Max acceptable token number */ member in struct:iw_ioctl_description

Completed in 162 milliseconds