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

21 lines
1.5 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>skip_count</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--strutil.h.html#L556'>skip_count</a> 556 lib/strutil.h char *strrstr_skip_count (const char *haystack, const char *needle, size_t skip_count);</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L972'>skip_count</a> 972 lib/strutil/strutil.c strrstr_skip_count (const char *haystack, const char *needle, size_t skip_count)</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L986'>skip_count</a> 986 lib/strutil/strutil.c while (skip_count-- != 0);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L88'>skip_count</a> 88 lib/vfs/path.c size_t skip_count)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L97'>skip_count</a> 97 lib/vfs/path.c semi = strrstr_skip_count (path, "#", skip_count);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L128'>skip_count</a> 128 lib/vfs/path.c ret = _vfs_split_with_semi_skip_count (path, inpath, op, skip_count + 1);</span>
</pre>
</body>
</html>