Searched refs:c_str_len (Results 1 – 1 of 1) sorted by relevance
52 unsigned long c_str_len; in _dbus_string_ends_with_c_str() local57 c_str_len = strlen (c_str); in _dbus_string_ends_with_c_str()58 if (((unsigned long)real_a->len) < c_str_len) in _dbus_string_ends_with_c_str()61 ap = real_a->str + (real_a->len - c_str_len); in _dbus_string_ends_with_c_str()