HomeSort by relevance Sort by last modified time
    Searched defs:libpath (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ss/
get_readline.c 46 const char **t, *libpath = 0; local
53 libpath = ss_safe_getenv("SS_READLINE_PATH");
54 if (!libpath)
55 libpath = DEFAULT_LIBPATH;
56 if (*libpath == 0 || !strcmp(libpath, "none"))
59 tmp = malloc(strlen(libpath)+1);
62 strcpy(tmp, libpath);
  /external/clearsilver/mod_ecs/
mod_ecs.c 343 const char *libpath; member in struct:__anon1457
348 const char *libpath; member in struct:__anon1458
424 entry->libpath = ap_pstrdup(cls->deplibs->pool, arg);
442 if (stat(entry->libpath, &s) == -1)
444 err = ap_psprintf (p, "Failed to stat library file %s: %d", entry->libpath, errno);
452 fprintf (stderr, "Warning: attempting to reload %s but it's already loaded\n", entry->libpath);
457 if ((dlhandle = ap_os_dso_load(entry->libpath)) == NULL) {
463 fprintf (stderr, "Warning: Reload of %s returned same handle\n", entry->libpath);
488 fprintf (stderr, "%sLoaded library %s [%d]\n", prefix, entry->libpath, dlhandle);
500 entry->libpath = ap_pstrdup(cls->handlers->pool, arg)
    [all...]

Completed in 959 milliseconds