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

30 lines
2.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>PATH_MAX</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--fs.h.html#L83'>PATH_MAX</a> 83 lib/fs.h #ifndef PATH_MAX</span>
<span class='curline'><a href='../S/lib--shell.c.html#L50'>PATH_MAX</a> 50 lib/shell.c static char rp_shell[PATH_MAX];</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1081'>PATH_MAX</a> 1081 lib/utilunix.c char copy_path[PATH_MAX];</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1082'>PATH_MAX</a> 1082 lib/utilunix.c char got_path[PATH_MAX];</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1086'>PATH_MAX</a> 1086 lib/utilunix.c char link_path[PATH_MAX];</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1092'>PATH_MAX</a> 1092 lib/utilunix.c if (strlen (path) &gt;= PATH_MAX - 2)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1100'>PATH_MAX</a> 1100 lib/utilunix.c max_path = copy_path + PATH_MAX - 2;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1174'>PATH_MAX</a> 1174 lib/utilunix.c n = readlink (got_path, link_path, PATH_MAX - 1);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1198'>PATH_MAX</a> 1198 lib/utilunix.c if (strlen (path) + n &gt;= PATH_MAX - 2)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L757'>PATH_MAX</a> 757 lib/vfs/interface.c static char buffer[PATH_MAX];</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L117'>PATH_MAX</a> 117 src/filemanager/info.c char rp_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1069'>PATH_MAX</a> 1069 src/filemanager/panel.c char rpath[PATH_MAX];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1637'>PATH_MAX</a> 1637 src/subshell/common.c char rp_subshell_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1638'>PATH_MAX</a> 1638 src/subshell/common.c char rp_current_panel_cwd[PATH_MAX];</span>
<span class='curline'><a href='../S/tests--lib--mc_realpath.c.html#L38'>PATH_MAX</a> 38 tests/lib/mc_realpath.c static char resolved_path[PATH_MAX];</span>
</pre>
</body>
</html>