Files
source/R/mc_mkstemps.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

23 lines
2.0 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>mc_mkstemps</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L212'>mc_mkstemps</a> 212 lib/vfs/utilvfs.c fd = mc_mkstemps (pname_vpath, prefix, suffix-&gt;str);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L340'>mc_mkstemps</a> 340 lib/vfs/vfs.h int mc_mkstemps (vfs_path_t **pname_vpath, const char *prefix, const char *suffix);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L176'>mc_mkstemps</a> 176 src/diffviewer/ydiff.c fd = mc_mkstemps (&amp;diff_file_name, "mcdiff", NULL);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2131'>mc_mkstemps</a> 2131 src/diffviewer/ydiff.c merge_file_fd = mc_mkstemps (&amp;merge_file_name_vpath, "mcmerge", NULL);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L223'>mc_mkstemps</a> 223 src/editor/editcmd.c fd = mc_mkstemps (&amp;savename_vpath, saveprefix, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L456'>mc_mkstemps</a> 456 src/filemanager/ext.c cmd_file_fd = mc_mkstemps (&amp;script_vpath, "mcext", SCRIPT_SUFFIX);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L464'>mc_mkstemps</a> 464 src/usermenu.c cmd_file_fd = mc_mkstemps (&amp;file_name_vpath, "mcusr", SCRIPT_SUFFIX);</span>
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L98'>mc_mkstemps</a> 98 tests/lib/vfs/tempdir.c fd = mc_mkstemps (&amp;pname_vpath, "mctest-", NULL);</span>
</pre>
</body>
</html>