Home
last modified time | relevance | path

Searched refs:libpath (Results 1 – 21 of 21) sorted by relevance

/external/e2fsprogs/lib/ss/
Dget_readline.c46 const char **t, *libpath = 0; in ss_get_readline() local
53 libpath = ss_safe_getenv("SS_READLINE_PATH"); in ss_get_readline()
54 if (!libpath) in ss_get_readline()
55 libpath = DEFAULT_LIBPATH; in ss_get_readline()
56 if (*libpath == 0 || !strcmp(libpath, "none")) in ss_get_readline()
59 tmp = malloc(strlen(libpath)+1); in ss_get_readline()
62 strcpy(tmp, libpath); in ss_get_readline()
/external/clearsilver/mod_ecs/
Dmod_ecs.c343 const char *libpath; member
348 const char *libpath; member
424 entry->libpath = ap_pstrdup(cls->deplibs->pool, arg); in set_dep_lib()
442 if (stat(entry->libpath, &s) == -1) in load_library()
444 err = ap_psprintf (p, "Failed to stat library file %s: %d", entry->libpath, errno); in load_library()
452 fprintf (stderr, "Warning: attempting to reload %s but it's already loaded\n", entry->libpath); in load_library()
457 if ((dlhandle = ap_os_dso_load(entry->libpath)) == NULL) { in load_library()
463 fprintf (stderr, "Warning: Reload of %s returned same handle\n", entry->libpath); in load_library()
488 fprintf (stderr, "%sLoaded library %s [%d]\n", prefix, entry->libpath, dlhandle); in load_library()
500 entry->libpath = ap_pstrdup(cls->handlers->pool, arg); in set_pre_lib()
[all …]
/external/icu4c/tools/genrb/
Dgendtjar.pl71 $libpath = $ENV{'LD_LIBRARY_PATH'}.":$icuLibDir";
72 $ENV{'LD_LIBRARY_PATH'} = $libpath;
82 $libpath = $ENV{'LIBPATH'}.":$icuLibDir";
83 $ENV{'LIBPATH'} = $libpath;
90 $libpath = $ENV{'DYLD_LIBRARY_PATH'}.":$icuLibDir";
91 $ENV{'DYLD_LIBRARY_PATH'} = $libpath;
/external/icu4c/test/testmap/
Dtestmap.dsp53 …uuc.lib /nologo /subsystem:console /machine:I386 /libpath:"../../../lib" /libpath:"../../data" /li…
77 …ystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../../lib" /libpath:"../../data" /li…
/external/icu4c/test/threadtest/
Dthreadtest.dsp55 …ib icuuc.lib icuin.lib icutu.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\lib\\"
79 … icutud.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\lib\\"
103 … icuuc.lib icuin.lib icutu.lib /nologo /subsystem:console /machine:IA64 /libpath:"..\..\..\lib\\" …
127 …cutud.lib /nologo /subsystem:console /debug /machine:IA64 /pdbtype:sept /libpath:"..\..\..\lib\\" …
/external/icu4c/test/perf/ubrkperf/
Dubrkperf.dsp57 … /subsystem:console /machine:I386 /out:"..\..\..\..\bin\ubrkperf24.exe" /libpath:"..\..\..\..\lib\…
90 …winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\lib\…
116 …pi32.lib shell32.lib winmm.lib /nologo /subsystem:console /machine:IX86 /libpath:"..\..\..\..\lib\…
141 …o /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\lib\…
Dubrkperfold.dsp57 …vapi32.lib shell32.lib winmm.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\lib\\"
90 …winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\lib\…
116 …pi32.lib shell32.lib winmm.lib /nologo /subsystem:console /machine:IX86 /libpath:"..\..\..\lib\\" …
141 …o /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\lib\\" …
Dubrkperf20.dsp57 … /subsystem:console /machine:I386 /out:"..\..\..\..\bin\ubrkperf20.exe" /libpath:"..\..\..\..\lib\…
/external/icu4c/tools/dumpce/
Ddumpce.dsp54 # ADD LINK32 icuuc.lib icuin.lib icutu.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..…
78 … icutud.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\lib\\"
/external/expat/examples/
Delements.dsp54 … uuid.lib odbc32.lib /nologo /subsystem:console /pdb:none /machine:I386 /libpath:"..\lib\Release_s…
78 …ib odbc32.lib /nologo /subsystem:console /pdb:none /debug /machine:I386 /libpath:"..\lib\Debug_sta…
/external/libpng/projects/visualc6/
Dlibpng.dsp66 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_Release\libpng13.dll" /libpath:".…
97 … /nologo /dll /debug /machine:I386 /out:"Win32_DLL_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\pr…
128 …ib /nologo /dll /machine:I386 /out:"Win32_DLL_ASM_Release\libpng13.dll" /libpath:"..\..\..\zlib\pr…
159 …logo /dll /debug /machine:I386 /out:"Win32_DLL_ASM_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\pr…
190 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_VB\libpng13vb.dll" /libpath:"..\.…
/external/libffi/testsuite/
DMakefile.am19 lib/target-libpath.exp lib/wrapper.exp libffi.call/call.exp \
DMakefile.in184 lib/target-libpath.exp lib/wrapper.exp libffi.call/call.exp \
/external/libffi/
DChangeLog.libffi343 * testsuite/lib/target-libpath.exp: Ditto.
Daclocal.m42985 # path is not listed in the libpath. Setting hardcode_minus_L
3019 # Determine the default libpath from the value encoded in an empty executable.
3030 # Determine the default libpath from the value encoded in an empty executable.
5881 # path is not listed in the libpath. Setting hardcode_minus_L
5915 # Determine the default libpath from the value encoded in an empty executable.
5925 # Determine the default libpath from the value encoded in an empty executable.
DChangeLog1334 * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
/external/expat/conftools/
Dlibtool.m42926 # path is not listed in the libpath. Setting hardcode_minus_L
2960 # Determine the default libpath from the value encoded in an empty executable.
2971 # Determine the default libpath from the value encoded in an empty executable.
5720 # path is not listed in the libpath. Setting hardcode_minus_L
5754 # Determine the default libpath from the value encoded in an empty executable.
5764 # Determine the default libpath from the value encoded in an empty executable.
/external/dbus/
Daclocal.m42945 # path is not listed in the libpath. Setting hardcode_minus_L
2979 # Determine the default libpath from the value encoded in an empty executable.
2990 # Determine the default libpath from the value encoded in an empty executable.
5734 # path is not listed in the libpath. Setting hardcode_minus_L
5768 # Determine the default libpath from the value encoded in an empty executable.
5778 # Determine the default libpath from the value encoded in an empty executable.
/external/bluez/utils/
Daclocal.m42988 # path is not listed in the libpath. Setting hardcode_minus_L
3022 # Determine the default libpath from the value encoded in an empty executable.
3033 # Determine the default libpath from the value encoded in an empty executable.
5884 # path is not listed in the libpath. Setting hardcode_minus_L
5918 # Determine the default libpath from the value encoded in an empty executable.
5928 # Determine the default libpath from the value encoded in an empty executable.
/external/bluez/libs/
Daclocal.m42988 # path is not listed in the libpath. Setting hardcode_minus_L
3022 # Determine the default libpath from the value encoded in an empty executable.
3033 # Determine the default libpath from the value encoded in an empty executable.
5884 # path is not listed in the libpath. Setting hardcode_minus_L
5918 # Determine the default libpath from the value encoded in an empty executable.
5928 # Determine the default libpath from the value encoded in an empty executable.
/external/libpng/
Daclocal.m44569 # path is not listed in the libpath. Setting hardcode_minus_L
4603 # Determine the default libpath from the value encoded in an
4614 # Determine the default libpath from the value encoded in an
5509 # path is not listed in the libpath. Setting hardcode_minus_L
5543 # Determine the default libpath from the value encoded in an empty
5555 # Determine the default libpath from the value encoded in an