Home
last modified time | relevance | path

Searched refs:orig_str1 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/elfutils/elfutils-0.179/tests/
H A Delfstrtab.c46 static char *orig_str1; variable
70 if (str == NULL || strcmp (orig_str1, str) != 0) in check_orig_strings()
215 orig_str1 = "elfutils"; in check_elf()
216 orig_str1_off = add_string (scn, orig_str1); in check_elf()
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dstr_utils.c35 const gchar *orig_str1 = str1; in common_prefix_length() local
65 return str1 - orig_str1; in common_prefix_length()