Searched refs:token (Results 1 – 10 of 10) sorted by relevance
/system/core/adb/ |
D | remount_service.c | 39 char *token = NULL; in find_mount() local 51 token = strtok(buf, delims); in find_mount() 53 while (token) { in find_mount() 59 res = sscanf(token, "%255s %255s %*s %*s %d %d\n", in find_mount() 66 token = strtok(NULL, delims); in find_mount()
|
D | protocol.txt | 160 sends a SYNC(1, token) and continues to discard messages 161 * when the io pump receives a matching SYNC(1, token), it once again
|
/system/core/nexus/ |
D | SupplicantStatus.cpp | 56 char *token = strsep(&line_next, "="); in createStatus() local 58 if (!strcmp(token, "bssid")) in createStatus() 60 else if (!strcmp(token, "ssid")) in createStatus() 62 else if (!strcmp(token, "id")) in createStatus() 64 else if (!strcmp(token, "wpa_state")) { in createStatus() 86 LOGD("Ignoring unsupported status token '%s'", token); in createStatus()
|
/system/core/init/ |
D | ueventd_parser.c | 41 int token = next_token(&state); in parse_config() local 42 switch (token) { in parse_config()
|
D | readme.txt | 10 whitespace into a token. Double quotes may also be used to prevent
|
/system/core/sh/ |
D | mktokens | 71 exec > token.h
|
D | Android.mk | 45 p4 edit init.c nodes.c nodes.h token.h
|
D | arith.y | 61 %token ARITH_NUM ARITH_LPAREN ARITH_RPAREN
|
D | parser.c | 792 #define RETURN(token) return lasttoken = token argument 1598 synexpect(int token) in synexpect() argument 1602 if (token >= 0) { in synexpect() 1604 tokname[lasttoken], tokname[token]); in synexpect()
|
D | TOUR | 32 mktokens - token.h
|