Searched defs:ans (Results 1 - 4 of 4) sorted by relevance

/systemd/src/test/
H A Dtest-tmpfiles.c38 _cleanup_free_ char *cmd, *cmd2, *ans, *ans2; local
48 assert_se(readlink_malloc(cmd + 6, &ans) >= 0);
49 log_debug("link1: %s", ans);
50 assert_se(endswith(ans, " (deleted)"));
/systemd/src/shared/
H A Ddropin.c227 _cleanup_strv_free_ char **strv = NULL, **ans = NULL; local
244 r = conf_files_list_strv(&ans, ".conf", NULL, (const char**) strv);
248 *paths = ans;
249 ans = NULL;
/systemd/src/analyze/
H A Danalyze-verify.c76 _cleanup_strv_free_ char **ans = NULL; local
86 r = strv_consume(&ans, t);
91 assert_se(strv_uniq(ans));
93 r = strv_extend(&ans, "");
97 *var = strv_join(ans, ":");
/systemd/src/basic/
H A Dfileio.c826 char *ans; local
837 ans = strstrip(line + 2);
838 len = strcspn(ans, " \t");
843 ans = strndup(ans, len);
844 if (!ans)
847 *interpreter = ans;

Completed in 24 milliseconds