Home
last modified time | relevance | path

Searched refs:make_tempfile (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/os-Linux/
H A Dmem.c118 static int __init make_tempfile(const char *template) in make_tempfile() function
175 fd = make_tempfile(TEMPNAME_TEMPLATE); in create_tmp_file()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch61 - tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0);
62 + tmpfd = make_tempfile (&TMPEDNAME, 'e', NULL, O_RDWR | O_BINARY, 0);
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch54 + tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0);