curr_pathname 198 maint/gnulib/lib/relocatable.c const char *curr_pathname) curr_pathname 203 maint/gnulib/lib/relocatable.c if (curr_pathname == NULL) curr_pathname 217 maint/gnulib/lib/relocatable.c const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); curr_pathname 218 maint/gnulib/lib/relocatable.c const char *p = curr_pathname + strlen (curr_pathname); curr_pathname 228 maint/gnulib/lib/relocatable.c q = (char *) xmalloc (p - curr_pathname + 1); curr_pathname 233 maint/gnulib/lib/relocatable.c memcpy (q, curr_pathname, p - curr_pathname); curr_pathname 234 maint/gnulib/lib/relocatable.c q[p - curr_pathname] = '\0'; curr_pathname 88 maint/gnulib/lib/relocatable.h const char *curr_pathname)