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

21 lines
1.6 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>valid_suffixes</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#L563'>valid_suffixes</a> 563 lib/strutil.h const char *valid_suffixes);</span>
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L93'>valid_suffixes</a> 93 lib/strutil/xstrtol.c xstrtoumax (const char *nptr, char **endptr, int base, uintmax_t *val, const char *valid_suffixes)</span>
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L123'>valid_suffixes</a> 123 lib/strutil/xstrtol.c if (!(valid_suffixes != NULL &amp;&amp; *nptr != '\0' &amp;&amp; strchr (valid_suffixes, *nptr) != NULL))</span>
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L137'>valid_suffixes</a> 137 lib/strutil/xstrtol.c if (valid_suffixes == NULL)</span>
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L149'>valid_suffixes</a> 149 lib/strutil/xstrtol.c if (strchr (valid_suffixes, **p) == NULL)</span>
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L171'>valid_suffixes</a> 171 lib/strutil/xstrtol.c if (strchr (valid_suffixes, '0') != NULL)</span>
</pre>
</body>
</html>