Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Drelocatable.c107 const char *curr_prefix_arg) in set_this_relocation_prefix() argument
109 if (orig_prefix_arg != NULL && curr_prefix_arg != NULL in set_this_relocation_prefix()
112 && strcmp (orig_prefix_arg, curr_prefix_arg) != 0) in set_this_relocation_prefix()
118 curr_prefix_len = strlen (curr_prefix_arg); in set_this_relocation_prefix()
127 memcpy (memory, curr_prefix_arg, curr_prefix_len + 1); in set_this_relocation_prefix()
144 set_relocation_prefix (const char *orig_prefix_arg, const char *curr_prefix_arg) in set_relocation_prefix() argument
146 set_this_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()
150 libcharset_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()
153 libiconv_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()
156 libintl_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in set_relocation_prefix()