Home | History | Annotate | Download | only in gnulib-lib

Lines Matching defs:curr_prefix

93 static char *curr_prefix;
108 /* Optimization: if orig_prefix and curr_prefix are equal, the
126 curr_prefix = memory;
131 curr_prefix = NULL;
262 char *curr_prefix;
264 curr_prefix = (char *) xmalloc (curr_prefix_len + 1);
266 if (curr_prefix == NULL)
269 memcpy (curr_prefix, curr_installdir, curr_prefix_len);
270 curr_prefix[curr_prefix_len] = '\0';
272 return curr_prefix;
413 /* At this point, orig_prefix and curr_prefix likely have already been
419 to curr_prefix, 2. unlike the program, it has not moved away from
429 curr_prefix_better = curr_prefix;
441 if (orig_prefix != NULL && curr_prefix != NULL
446 return curr_prefix;
458 memcpy (result, curr_prefix, curr_prefix_len);