Searched refs:tmp_str (Results 1 – 7 of 7) sorted by relevance
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_string.cpp | 385 chartype tmp_str[2]; in operator +=() local 386 tmp_str[0] = c; in operator +=() 387 tmp_str[1] = '\0'; in operator +=() 388 append_rep(&tmp_str[0]); in operator +=() 394 chartype tmp_str[2]; in operator +=() local 395 tmp_str[0] = c; in operator +=() 396 tmp_str[1] = '\0'; in operator +=() 397 append_rep(&tmp_str[0]); in operator +=()
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | pv_string.cpp | 121 char tmp_str[2]; in operator +=() local 122 tmp_str[0] = c; in operator +=() 123 tmp_str[1] = '\0'; in operator +=() 125 return ((*this) += tmp_str); in operator +=()
|
/external/opencore/oscl/unit_test/src/ |
D | unit_test_local_string.h | 360 char tmp_str[2]; variable 361 tmp_str[0] = c; 362 tmp_str[1] = (char)'\0'; 364 return ((*this) += tmp_str);
|
/external/openssl/crypto/engine/ |
D | eng_dyn.c | 389 char *tmp_str = BUF_strdup(p); in dynamic_ctrl() local 390 if(!tmp_str) in dynamic_ctrl() 396 sk_insert(ctx->dirs, tmp_str, -1); in dynamic_ctrl()
|
/external/dbus/bus/ |
D | signals.c | 794 DBusString tmp_str; in bus_match_rule_parse() local 799 _dbus_string_init_const (&tmp_str, value); in bus_match_rule_parse() 800 len = _dbus_string_get_length (&tmp_str); in bus_match_rule_parse() 837 if (!_dbus_validate_bus_name (&tmp_str, 0, len)) in bus_match_rule_parse() 859 if (!_dbus_validate_interface (&tmp_str, 0, len)) in bus_match_rule_parse() 881 if (!_dbus_validate_member (&tmp_str, 0, len)) in bus_match_rule_parse() 903 if (!_dbus_validate_path (&tmp_str, 0, len)) in bus_match_rule_parse() 925 if (!_dbus_validate_bus_name (&tmp_str, 0, len)) in bus_match_rule_parse() 940 if (!bus_match_rule_parse_arg_match (rule, key, &tmp_str, error)) in bus_match_rule_parse()
|
/external/qemu/ |
D | block-vmdk.c | 149 char *p_name, *tmp_str; in vmdk_write_cid() local 155 tmp_str = strstr(desc,"parentCID"); in vmdk_write_cid() 156 pstrcpy(tmp_desc, sizeof(tmp_desc), tmp_str); in vmdk_write_cid()
|
/external/dbus/test/ |
D | decode-gcov.c | 1424 DBusString tmp_str; in get_lines_from_bb_file() local 1426 _dbus_string_init_const (&tmp_str, fl->name); in get_lines_from_bb_file() 1428 if (_dbus_string_ends_with_c_str (&tmp_str, in get_lines_from_bb_file()
|