Searched defs:parse_type (Results 1 - 4 of 4) sorted by relevance
/external/iptables/extensions/ |
H A D | libxt_addrtype.c | 72 parse_type(const char *name, size_t len, uint16_t *mask) function 91 if (comma == arg || !parse_type(arg, comma-arg, mask)) 97 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask))
|
/external/ltrace/ |
H A D | read_config_file.c | 74 static struct arg_type_info *parse_type(struct protolib *plib, 606 info = parse_type(plib, loc, str, NULL, 0, ownp, NULL); 983 parse_type(struct protolib *plib, struct locus *loc, char **str, function 1043 info = parse_type(plib, loc, str, extra_param, param_num,
|
/external/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 37 const char* parse_type(const char* first, const char* last, C& db); 607 const char* t = parse_type(first+2, last, db); 633 const char* t = parse_type(first+2, last, db); 659 const char* t = parse_type(first+2, last, db); 685 const char* t = parse_type(first+2, last, db); 726 const char* t = parse_type(first+2, last, db); 864 t = parse_type(first+2, last, db); 1397 const char* t1 = parse_type(t, last, db); 1482 const char* t = parse_type(first+2, last, db); 1586 const char* t1 = parse_type( 1884 parse_type(const char* first, const char* last, C& db) function in namespace:__cxxabiv1::__anon9484 [all...] |
/external/valgrind/perf/ |
H A D | tinycc.c | 12731 static void parse_type(CType *type) 12932 parse_type(&type1); 12934 parse_type(&type2); 12729 static void parse_type(CType *type) function
|
Completed in 231 milliseconds