Searched refs:cur_str (Results 1 – 2 of 2) sorted by relevance
/third_party/libabigail/src/ |
D | abg-tools-utils.cc | 1100 string cur_str; in sorted_strings_common_prefix() local 1105 dir_name(*i, cur_str, /*keep_separator_at_end=*/true); in sorted_strings_common_prefix() 1108 prefix_candidate = cur_str; in sorted_strings_common_prefix() 1113 if (common_prefix(prefix_candidate, cur_str, s)) in sorted_strings_common_prefix()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 4204 gchar *cur_str, *endptr; in gst_value_gflags_str_to_flags() local 4233 cur_str = g_strndup (pos, next - pos); in gst_value_gflags_str_to_flags() 4235 if ((fl = g_flags_get_value_by_name (klass, cur_str))) in gst_value_gflags_str_to_flags() 4237 else if ((fl = g_flags_get_value_by_nick (klass, cur_str))) in gst_value_gflags_str_to_flags() 4240 val = strtoul (cur_str, &endptr, 0); in gst_value_gflags_str_to_flags() 4243 g_free (cur_str); in gst_value_gflags_str_to_flags() 4247 g_free (cur_str); in gst_value_gflags_str_to_flags()
|