ppath             147 libltdl/ltdl.c static	int	lt_dlpath_insertdir   (char **ppath, char *before,
ppath            2119 libltdl/ltdl.c lt_dlpath_insertdir (char **ppath, char *before, const char *dir)
ppath            2126 libltdl/ltdl.c   assert (ppath);
ppath            2138 libltdl/ltdl.c   if (*ppath == 0)
ppath            2143 libltdl/ltdl.c       *ppath = lt__strdup (dir);
ppath            2144 libltdl/ltdl.c       if (*ppath == 0)
ppath            2150 libltdl/ltdl.c   assert (ppath && *ppath);
ppath            2152 libltdl/ltdl.c   if (argzize_path (*ppath, &argz, &argz_len) != 0)
ppath            2165 libltdl/ltdl.c       assert (*ppath <= before);
ppath            2166 libltdl/ltdl.c       assert ((int) (before - *ppath) <= (int) strlen (*ppath));
ppath            2168 libltdl/ltdl.c       before = before - *ppath + argz;
ppath            2178 libltdl/ltdl.c   MEMREASSIGN(*ppath, argz);