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

26 lines
2.3 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>strtol</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--xstrtol.c.html#L117'>strtol</a> 117 lib/strutil/xstrtol.c tmp = strtol (nptr, p, base);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1033'>strtol</a> 1033 lib/util.c *line = strtol (pos_tokens[0], NULL, 10);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1041'>strtol</a> 1041 lib/util.c *column = strtol (pos_tokens[1], NULL, 10);</span>
<span class='curline'><a href='../S/src--args.c.html#L505'>strtol</a> 505 src/args.c lineno = strtol (tmp + 1, &amp;error, 10);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L665'>strtol</a> 665 src/diffviewer/ydiff.c *n = strtol (p, &amp;q, 10);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1717'>strtol</a> 1717 src/editor/editcmd.c l = strtol (f, &amp;error, 0);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L273'>strtol</a> 273 src/editor/editmacros.c m_act.ch = strtol (macro_pair[1], NULL, 0);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L346'>strtol</a> 346 src/editor/editmacros.c count_repeat = strtol (f, &amp;error, 0);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L873'>strtol</a> 873 src/filemanager/boxes.c cols = strtol (panel_brief_cols_out, &amp;error, 10);</span>
<span class='curline'><a href='../S/src--main.c.html#L205'>strtol</a> 205 src/main.c old_sid = (pid_t) strtol (sid_str, NULL, 0);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1106'>strtol</a> 1106 src/vfs/shell/shell.c shell-&gt;total = (off_t) strtol (reply_str, NULL, 10);</span>
</pre>
</body>
</html>