Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 34) sorted by relevance

12

/systemd-251/src/libsystemd/sd-journal/
Dcatalog.c51 char language[32]; /* One byte is used for termination, so the maximum allowed member
58 siphash24_compress_string(i->language, state); in catalog_hash_func()
71 return strcmp(a->language, b->language); in catalog_compare_func()
144 const char *language, in finish_item() argument
159 if (language) { in finish_item()
160 assert(strlen(language) > 1 && strlen(language) < 32); in finish_item()
161 strcpy(i->language, language); in finish_item()
482 isempty(i->language) ? "C" : i->language); in catalog_update()
558 if (len > sizeof(key.language) - 1) in find_id()
561 strncpy(key.language, loc, len); in find_id()
[all …]
/systemd-251/.github/workflows/
Dcodeql-analysis.yml30 group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
39 language: [ 'cpp', 'python' ]
48 languages: ${{ matrix.language }}
/systemd-251/src/locale/
Dmeson.build24 language_fallback_map = meson.current_source_dir() / 'language-fallback-map'
28 'language-fallback-map',
Dlocaled.c389 _cleanup_free_ char *language = NULL; in method_set_locale() local
391 (void) find_language_fallback(new_locale[VARIABLE_LANG], &language); in method_set_locale()
392 if (language) { in method_set_locale()
393 … log_debug("Converted LANG=%s to LANGUAGE=%s", new_locale[VARIABLE_LANG], language); in method_set_locale()
394 free_and_replace(new_locale[VARIABLE_LANGUAGE], language); in method_set_locale()
Dkeymap-util.h32 int find_language_fallback(const char *lang, char **language);
Dkeymap-util.c661 int find_language_fallback(const char *lang, char **language) { in find_language_fallback() argument
667 assert(language); in find_language_fallback()
685 *language = TAKE_PTR(a[1]); in find_language_fallback()
/systemd-251/docs/
DTRANSLATORS.md26 To create a translation to a language not yet available, start by creating the
36 `${lang_code}` is the two-letter code for a language
DCODE_OF_CONDUCT.md13 - Participants must ensure that their language and actions are free of personal attacks and dispara…
DJOURNAL_NATIVE_PROTOCOL.md25 you work in a programming language other than C or otherwise want to avoid the
DBOOT_LOADER_SPECIFICATION.md305 non-trivial language for denoting device paths. If kernels/initrds are to be
307 configuration, using its own specific device path language, and this is out of
DUSER_GROUP_API.md70 Unlike with glibc NSS there's no order or programmatic expression language
/systemd-251/src/home/
Dhomed-gperf.gperf12 %language=ANSI-C
/systemd-251/src/resolve/
Dresolved-dnssd-gperf.gperf10 %language=ANSI-C
Dresolved-gperf.gperf13 %language=ANSI-C
/systemd-251/src/timesync/
Dtimesyncd-gperf.gperf12 %language=ANSI-C
/systemd-251/src/network/
Dnetworkd-gperf.gperf15 %language=ANSI-C
/systemd-251/src/login/
Dlogind-gperf.gperf12 %language=ANSI-C
/systemd-251/src/journal/
Djournald-gperf.gperf13 %language=ANSI-C
/systemd-251/src/nspawn/
Dnspawn-gperf.gperf13 %language=ANSI-C
/systemd-251/src/basic/
Dfilesystems-gperf.gperf15 %language=ANSI-C
/systemd-251/test/
DREADME.testsuite229 $ CCACHE_DISABLE=1 codeql database create codeqldb --language=cpp -vvv
235 - Confirm that there is some source code for the specified language in the project.
/systemd-251/shell-completion/bash/
Dhomectl61 --language
/systemd-251/src/udev/net/
Dlink-config-gperf.gperf16 %language=ANSI-C
/systemd-251/
Dmeson.build261 conf.set_quoted('SYSTEMD_LANGUAGE_FALLBACK_MAP', pkgdatadir / 'language-fallback-map')
322 … add_project_arguments('-fsanitize-coverage=trace-pc-guard,trace-cmp', language : 'c')
324 add_project_arguments('-fsanitize=fuzzer-no-link', language : 'c')
437 add_project_arguments(cc.get_supported_arguments(basic_disabled_warnings), language : 'c')
438 add_project_arguments(cc.get_supported_arguments(possible_cc_flags), language : 'c')
439 add_project_link_arguments(cc.get_supported_link_arguments(possible_link_flags), language : 'c')
454 add_project_arguments('-Werror=shadow', language : 'c')
458 … add_project_arguments(cxx.get_supported_arguments(basic_disabled_warnings), language : 'cpp')
1842 add_project_arguments('-include', 'src/basic/coverage.h', language : 'c')
1851 add_project_arguments('-include', 'config.h', language : 'c')
/systemd-251/src/network/netdev/
Dnetdev-gperf.gperf35 %language=ANSI-C

12