Lines Matching defs:tmp
1768 char *tmp = NULL, *var = NULL;
1771 * of the private /tmp, which is
1773 * there's a /tmp that is sticky, and that's
1778 tmp = strjoina(runtime->tmp_dir, "/tmp");
1780 var = strjoina(runtime->var_tmp_dir, "/tmp");
1788 tmp,
2995 unit_serialize_item(u, f, "tmp-dir", rt->tmp_dir);
2998 unit_serialize_item(u, f, "var-tmp-dir", rt->var_tmp_dir);
3030 if (streq(key, "tmp-dir")) {
3044 } else if (streq(key, "var-tmp-dir")) {