Searched refs:parse_token (Results 1 – 4 of 4) sorted by relevance
/external/skia/forth/ |
D | Forth.cpp | 305 static const char* parse_token(const char** text, size_t* len) { in parse_token() function 403 const char* token = parse_token(&text, &len); in parse() 419 token = parse_token(&text, &len); in parse()
|
/external/e2fsprogs/lib/blkid/ |
D | read.c | 240 static int parse_token(char **name, char **value, char **cp) in parse_token() function 313 if ((ret = parse_token(&name, &value, cp)) <= 0 /* && in parse_tag()
|
/external/openssh/ |
D | readconf.c | 660 parse_token(const char *cp, const char *filename, int linenum, in parse_token() function 784 opcode = parse_token(keyword, filename, linenum, in process_config_line()
|
D | servconf.c | 560 parse_token(const char *cp, const char *filename, in parse_token() function 915 opcode = parse_token(arg, filename, linenum, &flags); in process_server_config_line()
|