Home | History | Annotate | Download | only in intl

Lines Matching defs:curr_prefix

97 static char *curr_prefix;
112 /* Optimization: if orig_prefix and curr_prefix are equal, the
130 curr_prefix = memory;
135 curr_prefix = NULL;
263 char *curr_prefix;
265 curr_prefix = (char *) xmalloc (curr_prefix_len + 1);
267 if (curr_prefix == NULL)
270 memcpy (curr_prefix, curr_installdir, curr_prefix_len);
271 curr_prefix[curr_prefix_len] = '\0';
273 return curr_prefix;
396 /* At this point, orig_prefix and curr_prefix likely have already been
402 to curr_prefix, 2. unlike the program, it has not moved away from
412 curr_prefix_better = curr_prefix;
424 if (orig_prefix != NULL && curr_prefix != NULL
429 return curr_prefix;
441 memcpy (result, curr_prefix, curr_prefix_len);