Searched refs:token (Results 1 - 10 of 10) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
H A Dmaketab.c38 { int token; member in struct:xx
149 /* fprintf(stderr, "maketab funny token %d %s ignored\n", tok, buf); */
159 for (p=proc; p->token!=0; p++)
160 table[p->token-FIRSTTOKEN] = p->name;
173 printf(" sprintf(buf, \"token %%d\", n);\n");
H A Dawkgram.y48 %token <i> FIRSTTOKEN /* must be first */
49 %token <p> PROGRAM PASTAT PASTAT2 XBEGIN XEND
50 %token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']'
51 %token <i> ARRAY
52 %token <i> MATCH NOTMATCH MATCHOP
53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
57 %token <
[all...]
/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_proc_maps.cpp52 for (int token = 0; token < 7; ++token) {
53 char separator = (token == 0) ? '-' : ' ';
54 // skip leading token separators first.
58 // find start and end of current token, and compute start of
71 if (token == 6) {
72 // empty token can happen for index 6, when there is no path
82 switch (token) {
/ndk/sources/host-tools/ndk-stack/
H A Dndk-stack-parser.c109 /* Returns pointer to the next token (a character other than space, or a tab)
114 /* Gets next token from the string.
116 * str - String where to get the next token from. Note that if string begins
117 * with a separator, this routine will return first token after that
118 * separator. If string begins with a token, this routine will return next
119 * token after that.
120 * token - Upon success contains a copy of the next token in the string.
121 * size - Size of the 'token' buffer.
123 * Beginning of the returned token i
282 get_next_token(const char* str, char* token, size_t size) argument
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
H A Dargv_traverser.hpp52 // token based parsing
53 cstring token() const;
H A Dargument_factory.hpp58 if( interpret_argument_value( tr.token(), value, 0 ) )
/ndk/sources/host-tools/make-3.81/
H A Dhash.c48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);
52 ht->ht_size * sizeof(struct token *));
264 ht->ht_vec = (void **) CALLOC (struct token *, ht->ht_size);
H A Dmain.c734 find_and_set_default_shell (char *token)
742 if (!token)
745 search_token = token;
769 (token == NULL || !strcmp (search_token, default_shell))) {
773 /* search token path was found */
1546 jobserver pipe in job.c if we're waiting for a token.
1717 submakes it's the token they were given by their parent. For the
2991 char token = '+';
3009 EINTRLOOP (r, write (job_fds[1], &token, 1));
3026 while (read (job_fds[0], &token,
730 find_and_set_default_shell(char *token) argument
2984 char token = '+'; local
[all...]
H A Djob.c856 job, put a token back into the pipe for it. */
860 char token = '+';
863 /* Write a job token back to the pipe. */
865 EINTRLOOP (r, write (job_fds[1], &token, 1));
869 DB (DB_JOBS, (_("Released token for child %p (%s).\n"),
1634 /* If we are controlling multiple jobs make sure we have a token before
1640 obtaining a token until just before we need it, in start_job_command.
1642 token (since start_job_command is called for each line of the job, not
1649 char token;
1653 DB (DB_JOBS, ("Need a job token; w
855 char token = '+'; local
1643 char token; local
[all...]
H A Dmake.h372 extern int find_and_set_default_shell(char *token);

Completed in 293 milliseconds