Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 12 of 12) sorted by relevance

/systemd-251/docs/
DTESTING_WITH_SANITIZERS.md17 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.
DARCHITECTURE.md17 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.
DPORTABLE_SERVICES.md269 portable services can share the same 'runtime' image (libraries, tools) without
DCODING_STYLE.md601 - Public API calls (i.e. functions exported by our shared libraries)
/systemd-251/src/test/
Dtest-execute.c564 _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/
DLGPL-2.0-or-later.txt16 … Foundation software, and to any other libraries whose authors decide to use it. You can use it fo…
30libraries, 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…
36libraries 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/
DLICENSE.LGPL2.121 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
DREADME281 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
DNEWS200 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 …]
Dmeson.build2076 # module is linked to all libraries that it uses.
/systemd-251/src/basic/
Dmeson.build457 # linking to the compression libraries.
/systemd-251/test/
Dtest-functions1231 dinfo "Install missing libraries"