Searched defs:soft (Results 1 - 3 of 3) sorted by relevance

/systemd/src/test/
H A Dtest-rlimit-util.c27 static void test_rlimit_parse_format(int resource, const char *string, rlim_t soft, rlim_t hard, int ret, const char *formatted) { argument
41 assert_se(rl.rlim_cur == soft);
/systemd/src/basic/
H A Drlimit-util.c188 _cleanup_free_ char *hard = NULL, *soft = NULL; local
195 r = extract_first_word(&val, &soft, ":", EXTRACT_DONT_COALESCE_SEPARATORS);
201 r = rlimit_parse_one(resource, soft, &sl);
/systemd/src/core/
H A Ddbus-execute.c836 const char *soft = NULL; local
1498 soft = endswith(name, "Soft");
1499 if (soft) {
1502 n = strndupa(name, soft - name);
1534 if (soft)

Completed in 215 milliseconds