Home | History | Annotate | Download | only in intl

Lines Matching refs:curr_prefix

95 static char *curr_prefix;
110 /* Optimization: if orig_prefix and curr_prefix are equal, the
128 curr_prefix = memory;
133 curr_prefix = NULL;
261 char *curr_prefix;
263 curr_prefix = (char *) xmalloc (curr_prefix_len + 1);
265 if (curr_prefix == NULL)
268 memcpy (curr_prefix, curr_installdir, curr_prefix_len);
269 curr_prefix[curr_prefix_len] = '\0';
271 return curr_prefix;
394 /* At this point, orig_prefix and curr_prefix likely have already been
400 to curr_prefix, 2. unlike the program, it has not moved away from
410 curr_prefix_better = curr_prefix;
422 if (orig_prefix != NULL && curr_prefix != NULL
427 return curr_prefix;
439 memcpy (result, curr_prefix, curr_prefix_len);