ppath             147 libltdl/ltdl.c static	int	lt_dlpath_insertdir   (char **ppath, char *before,
ppath            2112 libltdl/ltdl.c lt_dlpath_insertdir (char **ppath, char *before, const char *dir)
ppath            2119 libltdl/ltdl.c   assert (ppath);
ppath            2131 libltdl/ltdl.c   if (*ppath == 0)
ppath            2136 libltdl/ltdl.c       *ppath = lt__strdup (dir);
ppath            2137 libltdl/ltdl.c       if (*ppath == 0)
ppath            2143 libltdl/ltdl.c   assert (ppath && *ppath);
ppath            2145 libltdl/ltdl.c   if (argzize_path (*ppath, &argz, &argz_len) != 0)
ppath            2158 libltdl/ltdl.c       assert (*ppath <= before);
ppath            2159 libltdl/ltdl.c       assert ((int) (before - *ppath) <= (int) strlen (*ppath));
ppath            2161 libltdl/ltdl.c       before = before - *ppath + argz;
ppath            2171 libltdl/ltdl.c   MEMREASSIGN(*ppath, argz);