Searched refs:libraries (Results 1 – 12 of 12) sorted by relevance
/systemd-251/docs/ |
D | TESTING_WITH_SANITIZERS.md | 17 gcc compiles in sanitizer libraries dynamically by default, so you need to get 18 the shared libraries first - on Fedora these are shipped as a separate packages 32 In case of clang things are somewhat different - the sanitizer libraries are 35 to use the dynamic versions of sanitizer libraries. 55 runtime libraries, usually shipped in the `compiler-rt` package. As these libraries 57 need to manually direct binaries to the respective runtime libraries. 87 statically linked sanitizer libraries.
|
D | ARCHITECTURE.md | 17 Directories in `src/` provide the implementation of all daemons, libraries and 125 libraries and daemons that are shipped by the project. They require privileges 153 Manpages for binaries and libraries, and the DBUS interfaces, can be found under 155 binaries and libraries.
|
D | PORTABLE_SERVICES.md | 269 portable services can share the same 'runtime' image (libraries, tools) without
|
D | CODING_STYLE.md | 601 - Public API calls (i.e. functions exported by our shared libraries)
|
/systemd-251/src/test/ |
D | test-execute.c | 564 _cleanup_strv_free_ char **libraries = NULL; in find_libraries() local 619 assert_se(strv_consume(&libraries, TAKE_PTR(word)) >= 0); in find_libraries() 639 assert_se(strv_consume(&libraries, TAKE_PTR(word)) >= 0); in find_libraries() 644 *ret = TAKE_PTR(libraries); in find_libraries() 650 _cleanup_strv_free_ char **libraries = NULL, **libraries_test = NULL; in test_exec_mount_apivfs() local 666 assert_se(find_libraries(fullpath_touch, &libraries) >= 0); in test_exec_mount_apivfs() 668 assert_se(strv_extend_strv(&libraries, libraries_test, true) >= 0); in test_exec_mount_apivfs() 676 STRV_FOREACH(p, libraries) in test_exec_mount_apivfs()
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 16 … Foundation software, and to any other libraries whose authors decide to use it. You can use it fo… 30 …libraries, is covered by the ordinary GNU General Public License, which was designed for utility p… 32 The reason we have a separate public license for some libraries is that they blur the distinction w… 34 …eral Public License for libraries did not effectively promote software sharing, because most devel… 36 …libraries themselves. This Library General Public License is intended to permit developers of non-… 110 …s requirement contradicts the license restrictions of other proprietary libraries that do not norm…
|
/systemd-251/ |
D | LICENSE.LGPL2.1 | 21 specially designated software packages--typically libraries--of the 66 Most GNU software, including some libraries, is covered by the 68 General Public License, applies to certain designated libraries, and 70 this license for certain libraries in order to permit linking those 71 libraries into non-free programs. 86 libraries. However, the Lesser license provides advantages in certain 93 library does the same job as widely used non-free libraries. In this 328 restrictions of other proprietary libraries that do not normally
|
D | README | 281 resources to support). In some cases backports of specific libraries or 362 binaries that link to libraries in /usr or binaries that refer to data
|
D | NEWS | 200 Changes in shared libraries: 211 thus allowing multiple installations of those shared libraries to be 213 programs that link to those libraries would fail to execute because 1618 of alternative client libraries. This documentation makes the support 2638 the binary ELF headers, these libraries are now loaded on demand 2639 only, if they are available. If the libraries cannot be found the 8328 * The compatibility libraries libsystemd-daemon.so, 8332 those libraries are provided by libsystemd.so. 11469 * The compatibility libraries for libsystemd-journal.so, 11475 transitional compatibility libraries, this should not matter [all …]
|
D | meson.build | 2076 # module is linked to all libraries that it uses.
|
/systemd-251/src/basic/ |
D | meson.build | 457 # linking to the compression libraries.
|
/systemd-251/test/ |
D | test-functions | 1231 dinfo "Install missing libraries"
|