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

/system/core/adb/
H A Dremount_service.c39 char *token = NULL; local
51 token = strtok(buf, delims);
53 while (token) {
59 res = sscanf(token, "%255s %255s %*s %*s %d %d\n",
66 token = strtok(NULL, delims);
/system/core/nexus/
H A DSupplicantStatus.cpp56 char *token = strsep(&line_next, "="); local
58 if (!strcmp(token, "bssid"))
60 else if (!strcmp(token, "ssid"))
62 else if (!strcmp(token, "id"))
64 else if (!strcmp(token, "wpa_state")) {
86 LOGD("Ignoring unsupported status token '%s'", token);
/system/core/init/
H A Dueventd_parser.c41 int token = next_token(&state); local
42 switch (token) {
/system/core/sh/
H A Dmktokens37 # token marks the end of a list. The third column is the name to print in
71 exec > token.h
H A DAndroid.mk45 p4 edit init.c nodes.c nodes.h token.h
H A Darith.y61 %token ARITH_NUM ARITH_LPAREN ARITH_RPAREN
H A Dparser.c73 #include "token.h"
93 int lasttoken; /* last token read */
94 MKINIT int tokpushback; /* last token pushed back */
100 int quoteflag; /* set if (part of) last token was quoted */
101 int startlinno; /* line # where last token started */
766 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
768 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
775 * Read the next input token.
776 * If the token is a word, we set backquotelist to the list of cmds in
779 * If the token i
1598 synexpect(int token) argument
[all...]

Completed in 106 milliseconds