Files
source/Y/ssh_config_handler.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>ssh_config_handler</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/src--vfs--sftpfs--config_parser.c.html#L256'>ssh_config_handler</a> 256 src/vfs/sftpfs/config_parser.c sftpfs_fill_config_entity_from_config (FILE *ssh_config_handler,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L276'>ssh_config_handler</a> 276 src/vfs/sftpfs/config_parser.c if (fgets (buffer, sizeof (buffer), ssh_config_handler) == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L282'>ssh_config_handler</a> 282 src/vfs/sftpfs/config_parser.c if (!feof (ssh_config_handler))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L350'>ssh_config_handler</a> 350 src/vfs/sftpfs/config_parser.c FILE *ssh_config_handler;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L362'>ssh_config_handler</a> 362 src/vfs/sftpfs/config_parser.c ssh_config_handler = fopen (config_filename, "r");</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L365'>ssh_config_handler</a> 365 src/vfs/sftpfs/config_parser.c if (ssh_config_handler != NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L369'>ssh_config_handler</a> 369 src/vfs/sftpfs/config_parser.c ok = sftpfs_fill_config_entity_from_config (ssh_config_handler, config_entity,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L371'>ssh_config_handler</a> 371 src/vfs/sftpfs/config_parser.c fclose (ssh_config_handler);</span>
</pre>
</body>
</html>