HomeSort by: relevance | last modified time | path
    Searched defs:new_rpath (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
canonicalize.c 196 char *new_rpath; local
211 new_rpath = (char *) realloc (rpath, new_size);
212 if (new_rpath == NULL)
214 rpath = new_rpath;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
canonicalize.c 196 char *new_rpath; local
211 new_rpath = (char *) realloc (rpath, new_size);
212 if (new_rpath == NULL)
214 rpath = new_rpath;
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
canonicalize.c 196 char *new_rpath; local
211 new_rpath = (char *) realloc (rpath, new_size);
212 if (new_rpath == NULL)
214 rpath = new_rpath;

Completed in 32 milliseconds