/external/e2fsprogs/lib/ss/ |
D | get_readline.c | 46 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/ |
D | mod_ecs.c | 343 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/ |
D | gendtjar.pl | 71 $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/ |
D | testmap.dsp | 53 …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/webkit/WebKitTools/wx/browser/ |
D | wscript | 49 libpath = [output_dir],
|
/external/icu4c/test/threadtest/ |
D | threadtest.dsp | 55 …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/ |
D | ubrkperf.dsp | 57 … /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\…
|
D | ubrkperfold.dsp | 57 …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\\" …
|
D | ubrkperf20.dsp | 57 … /subsystem:console /machine:I386 /out:"..\..\..\..\bin\ubrkperf20.exe" /libpath:"..\..\..\..\lib\…
|
/external/webkit/WebKit/wx/bindings/python/ |
D | wscript | 87 libpath = [output_dir],
|
/external/webkit/WebKit/wx/ |
D | wscript | 64 libpath = [output_dir],
|
/external/icu4c/tools/dumpce/ |
D | dumpce.dsp | 54 # 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/ |
D | elements.dsp | 54 … 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/ |
D | libpng.dsp | 66 # 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/ |
D | Makefile.am | 19 lib/target-libpath.exp lib/wrapper.exp libffi.call/call.exp \
|
D | Makefile.in | 184 lib/target-libpath.exp lib/wrapper.exp libffi.call/call.exp \
|
/external/libffi/ |
D | ChangeLog.libffi | 343 * testsuite/lib/target-libpath.exp: Ditto.
|
D | aclocal.m4 | 2985 # 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.
|
D | ChangeLog | 1334 * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
|
/external/expat/conftools/ |
D | libtool.m4 | 2926 # 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/ |
D | aclocal.m4 | 2945 # 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/libpng/ |
D | aclocal.m4 | 4569 # 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
|