mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
2.8 KiB
HTML
29 lines
2.8 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>chmod</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.c.html#L1199'>chmod</a> 1199 lib/util.c chmod (backup_path, stat_buf.st_mode);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1201'>chmod</a> 1201 lib/util.c chmod (backup_path, S_IRUSR | S_IWUSR);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L252'>chmod</a> 252 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L175'>chmod</a> 175 lib/vfs/vfs.h int (*chmod) (const vfs_path_t *vpath, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L244'>chmod</a> 244 lib/widget/history.c if (chmod (profile, S_IRUSR | S_IWUSR) != -1 || errno == ENOENT)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1246'>chmod</a> 1246 src/editor/editcmd.c chmod (vfs_path_get_last_path_str (buffer_vpath), 0600);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L873'>chmod</a> 873 src/filemanager/cmd.c chmod (vfs_path_get_last_path_str (buffer_vpath), 0600);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2757'>chmod</a> 2757 src/vfs/ftpfs/ftpfs.c vfs_ftpfs_ops->chmod = ftpfs_chmod;</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L192'>chmod</a> 192 src/vfs/local/local.c return chmod (path, mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L507'>chmod</a> 507 src/vfs/local/local.c vfs_local_ops->chmod = local_chmod;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L336'>chmod</a> 336 src/vfs/sfs/sfs.c return chmod (sfs_redirect (vpath), mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L584'>chmod</a> 584 src/vfs/sfs/sfs.c vfs_sfs_ops->chmod = sfs_chmod;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L839'>chmod</a> 839 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->chmod = sftpfs_cb_chmod;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1711'>chmod</a> 1711 src/vfs/shell/shell.c vfs_shell_ops->chmod = shell_chmod;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|