Searched refs:tokens (Results 1 - 25 of 55) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dts_fsm.c39 struct ts_fsm_token tokens[0]; member in struct:ts_fsm
164 strict = fsm->tokens[0].recur != TS_FSM_HEAD_IGNORE;
170 cur = &fsm->tokens[tok_idx];
173 next = &fsm->tokens[tok_idx + 1];
265 struct ts_fsm_token *tokens = (struct ts_fsm_token *) pattern; local
266 unsigned int ntokens = len / sizeof(*tokens);
273 struct ts_fsm_token *t = &tokens[i];
289 memcpy(fsm->tokens, pattern, len);
292 struct ts_fsm_token *t = &fsm->tokens[i];
305 return fsm->tokens;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-stringtable-121 /* more parameters, white space between tokens is ignored */
59 # more parameters, white space between tokens is ignored
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dbuild.c778 char *tokens[3] = {NULL, NULL, NULL}; local
805 tokens[i] = strsep(&pbuf, ",");
812 if (tokens[0] == '\0')
816 strcpy(&p->name[0], tokens[0]);
818 if (tokens[1])
819 p->vid_hdr_offs = bytes_str_to_int(tokens[1]);
820 if (tokens[2])
821 p->data_offs = bytes_str_to_int(tokens[2]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Doptions.c28 static match_table_t tokens = { variable
82 token = match_token(p, tokens, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Doptions.c28 static match_table_t tokens = { variable
82 token = match_token(p, tokens, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdlib.in.h106 NULL-terminated array of tokens:
110 - It returns the index of the "token" in the given array of tokens.
115 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdlib.in.h106 NULL-terminated array of tokens:
110 - It returns the index of the "token" in the given array of tokens.
115 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdlib.in.h106 NULL-terminated array of tokens:
110 - It returns the index of the "token" in the given array of tokens.
115 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java136 StringTokenizer tokens = new StringTokenizer(args, ",");
137 while (tokens.hasMoreTokens()) {
138 String token = tokens.nextToken();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_tbf.c128 long tokens; /* Current number of B tokens */ member in struct:tbf_sched_data
129 long ptokens; /* Current number of P tokens */
211 toks += q->tokens;
218 q->tokens = toks;
257 q->tokens = q->buffer;
345 q->tokens = q->buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c448 decide the index in dfa->tokens[]. */
1120 REALLOC_IF_NECESSARY(dfa->tokens, token, dfa->talloc, dfa->tindex);
1121 dfa->tokens[dfa->tindex++] = t;
1180 The parser builds a parse tree in postfix form in an array of tokens. */
1241 /* Return the number of tokens in the given subexpression. */
1247 switch (dfa->tokens[tindex - 1])
1270 addtok(dfa->tokens[tindex + i]);
1503 if (d->tokens[s->elems[j].index] < 0)
1512 d->states[i].first_end = d->tokens[s->elems[j].index];
1514 else if (d->tokens[
[all...]
H A Ddfa.h47 /* The regexp is parsed into an array of tokens in postfix form. Some tokens
192 the constraints corresponding to the special tokens previously defined. */
271 charclass *charclasses; /* Array of character sets for CSET tokens. */
276 token *tokens; /* Postfix parse array. */ member in struct:dfa
277 int tindex; /* Index for adding new tokens. */
278 int talloc; /* Number of tokens currently allocated. */
290 if tokens[i] < NOTCHAR
291 bit 1 : tokens[i] is a singlebyte character, or the last-byte of
293 bit 0 : tokens[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtruemotion2.c48 int *tokens[TM2_NUM_STREAMS]; member in struct:TM2Context
305 /* check if we have sane number of tokens */
307 av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of tokens: %i\n", toks);
311 ctx->tokens[stream_id] = av_realloc(ctx->tokens[stream_id], toks * sizeof(int));
317 ctx->tokens[stream_id][i] = tm2_get_token(&ctx->gb, &codes);
320 ctx->tokens[stream_id][i] = codes.recode[0];
333 return ctx->deltas[type][ctx->tokens[type][ctx->tok_ptrs[type]++]];
334 return ctx->tokens[type][ctx->tok_ptrs[type]++];
688 av_log(ctx->avctx,AV_LOG_ERROR,"Got %i tokens fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py366 self.tokens = []
397 self.tokens.insert(0, token);
401 print "Token queue: ", self.tokens
405 while self.tokens == []:
415 self.tokens = map((lambda x: ('preproc', x)),
506 self.tokens.append(('name', line[s:i]))
512 self.tokens.append(('sep', line[i]))
522 self.tokens.append(('name', '...'))
533 self.tokens.append(('op', line[i:j+1]))
536 self.tokens
1630 tokens = string.split(str) variable in class:docBuilder
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsmb.conf116 ;*passwd:*all*authentication*tokens*updated*successfully*
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/devpts/
H A Dinode.c42 static match_table_t tokens = { variable
67 token = match_token(p, tokens, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dmount.c47 static match_table_t tokens = { variable
100 /* Split the options into tokens with the "," character and
110 token = match_token(o, tokens, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf78 ; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf76 ; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf78 ; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dv9fs.c62 static match_table_t tokens = { variable
122 token = match_token(p, tokens, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsuper.c181 static match_table_t tokens = { variable
234 token = match_token(p, tokens, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfsroot.c131 static match_table_t __initdata tokens = { variable
190 token = match_token(p, tokens, args);
192 /* %u tokens only. Beware if you add new tokens! */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc.c3488 * Get a list of all user tokens we want to look at
3563 struct user_token **tokens)
3595 *tokens = SMB_REALLOC_ARRAY(*tokens, struct user_token, *num_tokens);
3596 if (*tokens == NULL) {
3597 DEBUG(0, ("Could not realloc tokens\n"));
3601 token = &((*tokens)[*num_tokens-1]);
3619 int num_tokens, struct user_token *tokens)
3661 if (!se_access_check(share_sd, &tokens[i].token,
3665 tokens[
3561 get_user_tokens_from_file(FILE *f, int *num_tokens, struct user_token **tokens) argument
3617 show_userlist(struct cli_state *cli, TALLOC_CTX *mem_ctx, const char *netname, int num_tokens, struct user_token *tokens) argument
3751 struct user_token *tokens = NULL; local
3844 struct user_token *tokens = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py207 tokens = self.name.split("-")
208 self.combineName = tokens[1]
213 tokens = self.groupName.split("-")
214 self.combineName = "%s-%s" % (tokens[0], tokens[1])

Completed in 227 milliseconds

123