Home
last modified time | relevance | path

Searched refs:new_pathv (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dglob.c926 char **new_pathv; local
986 new_pathv = (char **) realloc (pglob->gl_pathv,
989 if (new_pathv != NULL)
990 pglob->gl_pathv = new_pathv;