Home
last modified time | relevance | path

Searched defs:stringWithFormat (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkdd/
H A DKCDBasicTypeDescription.m75 _name = [NSString stringWithFormat:@"%s", _subtype_desc.kcs_name]; category
89 _name = [NSString stringWithFormat:@"Type_0x%x", typeID]; category
103 case KC_ST_CHAR: obj = [NSString stringWithFormat:@"%c", *(char *)data]; break; category
139 retval[_name] = [NSString stringWithFormat:@"%.*s", (int)elem_count, s]; category
154 …return [NSString stringWithFormat:@"[%d,%d] %s %s[%d];", _subtype_desc.kcs_elem_offset, kcs_get_… category
156 …return [NSString stringWithFormat:@"[%d,%d] %s %s;", _subtype_desc.kcs_elem_offset, kcs_get_elem_… category
H A DKCDStructTypeDescription.m123 return [NSString stringWithFormat:@"type: %d => \"%@\" ", _typeID, _name]; category