Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Drelocatable.c95 static char *curr_prefix; variable
128 curr_prefix = memory; in set_this_relocation_prefix()
133 curr_prefix = NULL; in set_this_relocation_prefix()
261 char *curr_prefix; in compute_curr_prefix() local
263 curr_prefix = (char *) xmalloc (curr_prefix_len + 1); in compute_curr_prefix()
265 if (curr_prefix == NULL) in compute_curr_prefix()
268 memcpy (curr_prefix, curr_installdir, curr_prefix_len); in compute_curr_prefix()
269 curr_prefix[curr_prefix_len] = '\0'; in compute_curr_prefix()
271 return curr_prefix; in compute_curr_prefix()
410 curr_prefix_better = curr_prefix; in relocate()
[all …]
Drelocatable.h47 const char *curr_prefix);
Dlibgnuintl.h.in376 const char *curr_prefix);