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

/external/e2fsprogs/intl/
H A Drelocatable.c173 const char *curr_pathname)
178 if (curr_pathname == NULL)
192 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname);
193 const char *p = curr_pathname + strlen (curr_pathname);
203 q = (char *) xmalloc (p - curr_pathname + 1);
208 memcpy (q, curr_pathname, p - curr_pathname);
209 q[p - curr_pathname]
171 compute_curr_prefix(const char *orig_installprefix, const char *orig_installdir, const char *curr_pathname) argument
[all...]

Completed in 28 milliseconds