Searched refs:make_tempfile (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/um/os-Linux/ |
H A D | mem.c | 118 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 D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 61 - 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 D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 54 + tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0);
|