libdir 305 global/global.c char *libdir = NULL, *nextp = NULL; libdir 309 global/global.c for (libdir = strbuf_value(sb); libdir; libdir = nextp) { libdir 310 global/global.c if ((nextp = locatestring(libdir, PATHSEP, MATCH_FIRST)) != NULL) libdir 312 global/global.c if (!gtagsexist(libdir, libdbpath, sizeof(libdbpath), 0)) libdir 881 global/global.c char *libdir, *nextp = NULL; libdir 887 global/global.c for (libdir = strbuf_value(sb); libdir; libdir = nextp) { libdir 888 global/global.c if ((nextp = locatestring(libdir, PATHSEP, MATCH_FIRST)) != NULL) libdir 890 global/global.c if (!gtagsexist(libdir, libdbpath, sizeof(libdbpath), 0)) libdir 899 global/global.c count = completion_tags(libdbpath, libdir, prefix, db); libdir 1812 global/global.c char *libdir, *nextp = NULL; libdir 1818 global/global.c for (libdir = strbuf_value(sb); libdir; libdir = nextp) { libdir 1819 global/global.c if ((nextp = locatestring(libdir, PATHSEP, MATCH_FIRST)) != NULL) libdir 1821 global/global.c if (!gtagsexist(libdir, libdbpath, sizeof(libdbpath), 0)) libdir 1830 global/global.c count = search(pattern, libdir, cwd, libdbpath, db); libdir 127 libltdl/ltdl.c const char *libdir, const char *dlname, libdir 535 libltdl/ltdl.c find_module (lt_dlhandle *handle, const char *dir, const char *libdir, libdir 552 libltdl/ltdl.c if (installed && libdir) libdir 555 libltdl/ltdl.c libdir, dlname, advise) == 0) libdir 1030 libltdl/ltdl.c parse_dotla_file(FILE *file, char **dlname, char **libdir, char **deplibs, libdir 1096 libltdl/ltdl.c errors += trim (libdir, &line[sizeof(STR_LIBDIR) - 1]); libdir 1099 libltdl/ltdl.c if (*libdir && (**libdir == '/' || **libdir == '\\')) libdir 1100 libltdl/ltdl.c **libdir = '\0'; libdir 1333 libltdl/ltdl.c char * libdir = 0; libdir 1389 libltdl/ltdl.c if (parse_dotla_file(file, &dlname, &libdir, &deplibs, libdir 1404 libltdl/ltdl.c FREE (libdir); libdir 1416 libltdl/ltdl.c if (find_module (&newhandle, dir, libdir, dlname, old_name, libdir 1430 libltdl/ltdl.c FREE (libdir);