Home
last modified time | relevance | path

Searched refs:lib0 (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/R/R-4.1.2/src/library/utils/R/
H A Dlinkhtml.R92 lib0 <- "../../library" functionVar
98 lib0 <- if(substr(lib, 2L, 2L) != ":")
100 lib0 <- paste0("file:///", URLencode(lib0))
104 lib0 <- paste0("file:///", URLencode(lib))
125 '<td width="25%"><a href="', lib0, '/', i,
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A Dlinkhtml.R92 lib0 <- "../../library" functionVar
98 lib0 <- if(substr(lib, 2L, 2L) != ":")
100 lib0 <- paste0("file:///", URLencode(lib0))
104 lib0 <- paste0("file:///", URLencode(lib))
125 '<td width="25%"><a href="', lib0, '/', i,
/dports/devel/jna/jna-5.7.0/test/com/sun/jna/
H A DNativeLibraryTest.java197 File lib0 = File.createTempFile("lib", ".so.0"); in testMatchUnversionedToVersioned() local
198 File dir = lib0.getParentFile(); in testMatchUnversionedToVersioned()
199 String name = lib0.getName(); in testMatchUnversionedToVersioned()
201 lib0.deleteOnExit(); in testMatchUnversionedToVersioned()
214 File lib0 = File.createTempFile("lib", ".so.1"); in testAvoidFalseMatch() local
215 File dir = lib0.getParentFile(); in testAvoidFalseMatch()
216 lib0.deleteOnExit(); in testAvoidFalseMatch()
217 String name = lib0.getName(); in testAvoidFalseMatch()
223 lib0.getCanonicalPath(), in testAvoidFalseMatch()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/74 file object/
H A Dmeson.build4 lib0 = files('lib.c') variable
5 test('fobj', executable('fobj', prog0, lib0))
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/77 file object/
H A Dmeson.build4 lib0 = files('lib.c') variable
5 test('fobj', executable('fobj', prog0, lib0))
/dports/devel/meson/meson-0.60.3/test cases/common/74 file object/
H A Dmeson.build4 lib0 = files('lib.c') variable
5 test('fobj', executable('fobj', prog0, lib0))
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/77 file object/
H A Dmeson.build4 lib0 = files('lib.c') variable
5 test('fobj', executable('fobj', prog0, lib0))
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/74 file object/
H A Dmeson.build4 lib0 = files('lib.c') variable
5 test('fobj', executable('fobj', prog0, lib0))
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/tsan/
H A Dignore_lib2.cc20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dignore_lib2.cpp20 std::string lib0 = std::string(dirname(argv[0])) + "/libignore_lib2_0.so"; in main() local
22 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/dports/devel/automake/automake-1.16.5/t/
H A Dlibtool3.sh35 lib_LTLIBRARIES = lib0.la liba/liba.la
41 1_LDADD = lib0.la liba/liba.la
/dports/comms/linrad/linrad-04.02/
H A Dloadusb.c418 int select_libusb_version(char* name, char* lib0, char* lib1) in select_libusb_version() argument
446 sprintf(s,"0 = %s for libusb-win32 driver.",lib0); in select_libusb_version()
452 sprintf(s,"0 = %s",lib0); in select_libusb_version()
477 sprintf(s,"Will use %s for for libusb-win32 driver.",lib0); in select_libusb_version()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/74 file object/subdir1/
H A Dmeson.build5 test('subdir1', executable('subdir1', prog1, lib0), should_fail : true)
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/77 file object/subdir1/
H A Dmeson.build5 test('subdir1', executable('subdir1', prog1, lib0), should_fail : true)
/dports/devel/meson/meson-0.60.3/test cases/common/74 file object/subdir1/
H A Dmeson.build5 test('subdir1', executable('subdir1', prog1, lib0), should_fail : true)

123