HomeSort by relevance Sort by last modified time
    Searched defs:curr_prefix (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
relocatable.c 95 static char *curr_prefix; variable
110 /* Optimization: if orig_prefix and curr_prefix are equal, the
128 curr_prefix = memory;
133 curr_prefix = NULL;
261 char *curr_prefix; local
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;
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
relocatable.c 90 static char *curr_prefix; variable
105 /* Optimization: if orig_prefix and curr_prefix are equal, the
123 curr_prefix = memory;
128 curr_prefix = NULL;
254 char *curr_prefix; local
256 curr_prefix = (char *) xmalloc (curr_prefix_len + 1);
258 if (curr_prefix == NULL)
261 memcpy (curr_prefix, curr_installdir, curr_prefix_len);
262 curr_prefix[curr_prefix_len] = '\0';
264 return curr_prefix;
    [all...]

Completed in 504 milliseconds