Searched defs:curr_prefix_arg (Results 1 - 1 of 1) sorted by relevance

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

Completed in 299 milliseconds