Searched refs:tempfn_random (Results 1 - 13 of 13) sorted by relevance

/systemd/src/basic/
H A Dfileio.h78 int tempfn_random(const char *p, const char *extra, char **ret);
H A Dfs-util.c406 r = tempfn_random(to, NULL, &t);
427 r = tempfn_random(path, NULL, &t);
448 r = tempfn_random(path, NULL, &t);
H A Dcopy.c442 r = tempfn_random(to, NULL, &t);
/systemd/src/import/
H A Dpull-raw.c235 r = tempfn_random(i->final_path, NULL, &t);
307 r = tempfn_random(p, NULL, &tp);
501 r = tempfn_random(i->final_path, NULL, &i->temp_path);
534 r = tempfn_random(i->settings_path, NULL, &i->settings_temp_path);
H A Dimport-raw.c190 r = tempfn_random(i->final_path, NULL, &t);
276 r = tempfn_random(i->final_path, NULL, &i->temp_path);
H A Dpull-tar.c406 r = tempfn_random(i->final_path, NULL, &i->temp_path);
444 r = tempfn_random(i->settings_path, NULL, &i->settings_temp_path);
H A Dexport-raw.c275 r = tempfn_random(path, NULL, &t);
H A Dexport-tar.c293 r = tempfn_random(path, NULL, &e->temp_path);
H A Dimport-tar.c231 r = tempfn_random(i->final_path, NULL, &i->temp_path);
/systemd/src/coredump/
H A Dcoredump.c338 r = tempfn_random(fn, NULL, &tmp);
384 r = tempfn_random(fn_compressed, NULL, &tmp_compressed);
/systemd/src/test/
H A Dtest-util.c1564 assert_se(tempfn_random("/foo/bar/waldo", NULL, &ret) >= 0);
1570 assert_se(tempfn_random("/foo/bar/waldo", "[wuff]", &ret) >= 0);
/systemd/src/nspawn/
H A Dnspawn.c287 r = tempfn_random(m->source, NULL, &m->work_dir);
3159 r = tempfn_random(arg_directory, "machine.", &np);
/systemd/src/systemctl/
H A Dsystemctl.c5823 r = tempfn_random(new_path, NULL, &t);

Completed in 3316 milliseconds