Searched defs:libpath (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dget_readline.c46 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);

Completed in 103 milliseconds