mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.7 KiB
HTML
22 lines
1.7 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_popen</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--util.h.html#L231'>mc_popen</a> 231 lib/util.h mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error);</span>
|
|
<span class='curline'><a href='../S/src--clipboard.c.html#L114'>mc_popen</a> 114 src/clipboard.c p = mc_popen (clipboard_paste_path, TRUE, TRUE, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L304'>mc_popen</a> 304 src/filemanager/panelize.c external = mc_popen (command, TRUE, TRUE, &error);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L561'>mc_popen</a> 561 src/vfs/extfs/extfs.c result = mc_popen (cmd, TRUE, TRUE, error);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L989'>mc_popen</a> 989 src/vfs/extfs/extfs.c pip = mc_popen (cmd, FALSE, TRUE, &error);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L224'>mc_popen</a> 224 src/vfs/sfs/sfs.c pip = mc_popen (pad, FALSE, TRUE, &error);</span>
|
|
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L390'>mc_popen</a> 390 src/viewer/datasource.c p = mc_popen (command, TRUE, TRUE, &error);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|