Files
source/S/lib--strutil--strverscmp.c.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

195 lines
26 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>lib/strutil/strverscmp.c</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>
<!-- beginning of fixed guide -->
<div id='guide'><ul>
<li><a href='#L83'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
<li class='standout'><span><a href='../files/lib.html'>lib</a>/<a href='../files/lib--strutil.html'>strutil</a>/strverscmp.c</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/lib.html'>lib</a>/<a href='../files/lib--strutil.html'>strutil</a>/strverscmp.c</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L83'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 lib/strutil/strverscmp.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L83' title='Defined at 83.'>str_verscmp</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> Compare strings while treating digits characters numerically.</em>
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 1997-2025</em>
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
<a id='L7' name='L7'></a> 7 <em class='comment'> This file is part of the GNU C Library.</em>
<a id='L8' name='L8'></a> 8 <em class='comment'> Contributed by Jean-François Bignolles &lt;bignolle@ecoledoc.ibp.fr&gt;, 1997.</em>
<a id='L9' name='L9'></a> 9 <em class='comment'></em>
<a id='L10' name='L10'></a> 10 <em class='comment'> The GNU C Library is free software; you can redistribute it and/or</em>
<a id='L11' name='L11'></a> 11 <em class='comment'> modify it under the terms of the GNU Lesser General Public</em>
<a id='L12' name='L12'></a> 12 <em class='comment'> License as published by the Free Software Foundation; either</em>
<a id='L13' name='L13'></a> 13 <em class='comment'> version 2.1 of the License, or (at your option) any later version.</em>
<a id='L14' name='L14'></a> 14 <em class='comment'></em>
<a id='L15' name='L15'></a> 15 <em class='comment'> The GNU C Library is distributed in the hope that it will be useful,</em>
<a id='L16' name='L16'></a> 16 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L17' name='L17'></a> 17 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</em>
<a id='L18' name='L18'></a> 18 <em class='comment'> Lesser General Public License for more details.</em>
<a id='L19' name='L19'></a> 19 <em class='comment'></em>
<a id='L20' name='L20'></a> 20 <em class='comment'> You should have received a copy of the GNU Lesser General Public</em>
<a id='L21' name='L21'></a> 21 <em class='comment'> License along with the GNU C Library; if not, see</em>
<a id='L22' name='L22'></a> 22 <em class='comment'> &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L23' name='L23'></a> 23 <em class='comment'></em>
<a id='L24' name='L24'></a> 24 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L25' name='L25'></a> 25 <em class='comment'></em>
<a id='L26' name='L26'></a> 26 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L27' name='L27'></a> 27 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L28' name='L28'></a> 28 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L29' name='L29'></a> 29 <em class='comment'> or (at your option) any later version.</em>
<a id='L30' name='L30'></a> 30 <em class='comment'></em>
<a id='L31' name='L31'></a> 31 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L32' name='L32'></a> 32 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L33' name='L33'></a> 33 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L34' name='L34'></a> 34 <em class='comment'> GNU General Public License for more details.</em>
<a id='L35' name='L35'></a> 35 <em class='comment'></em>
<a id='L36' name='L36'></a> 36 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L37' name='L37'></a> 37 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L38' name='L38'></a> 38 <em class='comment'> */</em>
<a id='L39' name='L39'></a> 39
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L41' name='L41'></a> 41
<a id='L42' name='L42'></a> 42 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_STRVERSCMP.html' title='Multiple used in 3 places.'>HAVE_STRVERSCMP</a>
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> &lt;string.h&gt;
<a id='L44' name='L44'></a> 44 <em class='sharp'>#endif</em>
<a id='L45' name='L45'></a> 45
<a id='L46' name='L46'></a> 46 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>"
<a id='L47' name='L47'></a> 47
<a id='L48' name='L48'></a> 48 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L49' name='L49'></a> 49
<a id='L50' name='L50'></a> 50 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L51' name='L51'></a> 51
<a id='L52' name='L52'></a> 52 <em class='sharp'>#ifndef</em> <a href='../Y/HAVE_STRVERSCMP.html' title='Multiple used in 3 places.'>HAVE_STRVERSCMP</a>
<a id='L53' name='L53'></a> 53
<a id='L54' name='L54'></a> 54 <em class='comment'>/* states: S_N: normal, S_I: comparing integral part, S_F: comparing</em>
<a id='L55' name='L55'></a> 55 <em class='comment'> fractional parts, S_Z: idem but with leading Zeroes only */</em>
<a id='L56' name='L56'></a> 56 <em class='sharp'>#define</em> <a href='../R/S_N.html' title='Multiple referred from 5 places.'>S_N</a> 0x0
<a id='L57' name='L57'></a> 57 <em class='sharp'>#define</em> <a href='../R/S_I.html' title='Multiple referred from 2 places.'>S_I</a> 0x3
<a id='L58' name='L58'></a> 58 <em class='sharp'>#define</em> <a href='../R/S_F.html' title='Multiple referred from 2 places.'>S_F</a> 0x6
<a id='L59' name='L59'></a> 59 <em class='sharp'>#define</em> <a href='../R/S_Z.html' title='Multiple referred from 2 places.'>S_Z</a> 0x9
<a id='L60' name='L60'></a> 60
<a id='L61' name='L61'></a> 61 <em class='comment'>/* result_type: CMP: return diff; LEN: compare using len_diff/diff */</em>
<a id='L62' name='L62'></a> 62 <em class='sharp'>#define</em> <a href='../R/CMP.html' title='Multiple referred from 5 places.'>CMP</a> 2
<a id='L63' name='L63'></a> 63 <em class='sharp'>#define</em> <a href='../R/LEN.html' title='Multiple referred from 3 places.'>LEN</a> 3
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='sharp'>#endif</em>
<a id='L66' name='L66'></a> 66
<a id='L67' name='L67'></a> 67 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L68' name='L68'></a> 68
<a id='L69' name='L69'></a> 69 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L70' name='L70'></a> 70
<a id='L71' name='L71'></a> 71 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L72' name='L72'></a> 72 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L73' name='L73'></a> 73 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L74' name='L74'></a> 74
<a id='L75' name='L75'></a> 75 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L76' name='L76'></a> 76 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L77' name='L77'></a> 77 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L78' name='L78'></a> 78 <em class='comment'>/* Compare S1 and S2 as strings holding indices/version numbers,</em>
<a id='L79' name='L79'></a> 79 <em class='comment'> returning less than, equal to or greater than zero if S1 is less than,</em>
<a id='L80' name='L80'></a> 80 <em class='comment'> equal to or greater than S2 (for more info, see the texinfo doc).</em>
<a id='L81' name='L81'></a> 81 <em class='comment'> */</em>
<a id='L82' name='L82'></a> 82 <strong class='reserved'>int</strong>
<a id='L83' name='L83'></a> 83 <a href='../R/str_verscmp.html' title='Multiple referred from 4 places.'>str_verscmp</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+83 lib/strutil/strverscmp.c' /> */</em>
<a id='L84' name='L84'></a> 84 <em class='brace'>{</em>
<a id='L85' name='L85'></a> 85 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_STRVERSCMP.html' title='Multiple used in 3 places.'>HAVE_STRVERSCMP</a>
<a id='L86' name='L86'></a> 86 <strong class='reserved'>return</strong> strverscmp (<a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>, <a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>);
<a id='L87' name='L87'></a> 87
<a id='L88' name='L88'></a> 88 <em class='sharp'>#else</em> <em class='comment'>// HAVE_STRVERSCMP</em>
<a id='L89' name='L89'></a> 89 <strong class='reserved'>const</strong> <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/p1.html' title='Multiple used in 29 places.'>p1</a> = (<strong class='reserved'>const</strong> <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *) <a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>;
<a id='L90' name='L90'></a> 90 <strong class='reserved'>const</strong> <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/p2.html' title='Multiple used in 36 places.'>p2</a> = (<strong class='reserved'>const</strong> <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *) <a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>;
<a id='L91' name='L91'></a> 91 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L92' name='L92'></a> 92 <strong class='reserved'>int</strong> <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>;
<a id='L93' name='L93'></a> 93 <strong class='reserved'>int</strong> <a href='../Y/diff.html' title='Multiple used in 8 places.'>diff</a>;
<a id='L94' name='L94'></a> 94
<a id='L95' name='L95'></a> 95 <em class='comment'>/* Symbol(s) 0 [1-9] others</em>
<a id='L96' name='L96'></a> 96 <em class='comment'> Transition (10) 0 (01) d (00) x */</em>
<a id='L97' name='L97'></a> 97 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/next_state.html' title='Multiple used in 2 places.'>next_state</a>[] = <em class='brace'>{</em>
<a id='L98' name='L98'></a> 98 <em class='comment'>// state x d 0</em>
<a id='L99' name='L99'></a> 99 <em class='comment'>/* S_N */</em> <a href='../S/lib--strutil--strverscmp.c.html#L56' title='Defined at 56 in lib/strutil/strverscmp.c.'>S_N</a>, <a href='../S/lib--strutil--strverscmp.c.html#L57' title='Defined at 57 in lib/strutil/strverscmp.c.'>S_I</a>, <a href='../S/lib--strutil--strverscmp.c.html#L59' title='Defined at 59 in lib/strutil/strverscmp.c.'>S_Z</a>,
<a id='L100' name='L100'></a> 100 <em class='comment'>/* S_I */</em> <a href='../S/lib--strutil--strverscmp.c.html#L56' title='Defined at 56 in lib/strutil/strverscmp.c.'>S_N</a>, <a href='../S/lib--strutil--strverscmp.c.html#L57' title='Defined at 57 in lib/strutil/strverscmp.c.'>S_I</a>, <a href='../S/lib--strutil--strverscmp.c.html#L57' title='Defined at 57 in lib/strutil/strverscmp.c.'>S_I</a>,
<a id='L101' name='L101'></a> 101 <em class='comment'>/* S_F */</em> <a href='../S/lib--strutil--strverscmp.c.html#L56' title='Defined at 56 in lib/strutil/strverscmp.c.'>S_N</a>, <a href='../S/lib--strutil--strverscmp.c.html#L58' title='Defined at 58 in lib/strutil/strverscmp.c.'>S_F</a>, <a href='../S/lib--strutil--strverscmp.c.html#L58' title='Defined at 58 in lib/strutil/strverscmp.c.'>S_F</a>,
<a id='L102' name='L102'></a> 102 <em class='comment'>/* S_Z */</em> <a href='../S/lib--strutil--strverscmp.c.html#L56' title='Defined at 56 in lib/strutil/strverscmp.c.'>S_N</a>, <a href='../S/lib--strutil--strverscmp.c.html#L58' title='Defined at 58 in lib/strutil/strverscmp.c.'>S_F</a>, <a href='../S/lib--strutil--strverscmp.c.html#L59' title='Defined at 59 in lib/strutil/strverscmp.c.'>S_Z</a>,
<a id='L103' name='L103'></a> 103 <em class='brace'>}</em>;
<a id='L104' name='L104'></a> 104
<a id='L105' name='L105'></a> 105 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>signed</strong> <strong class='reserved'>char</strong> <a href='../Y/result_type.html' title='Multiple used in 2 places.'>result_type</a>[] = <em class='brace'>{</em>
<a id='L106' name='L106'></a> 106 <em class='comment'>/* state x/x x/d x/0 d/x d/d d/0 0/x 0/d 0/0 */</em>
<a id='L107' name='L107'></a> 107
<a id='L108' name='L108'></a> 108 <em class='comment'>/* S_N */</em> <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L63' title='Defined at 63 in lib/strutil/strverscmp.c.'>LEN</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>,
<a id='L109' name='L109'></a> 109 <em class='comment'>/* S_I */</em> <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, -1, -1, +1, <a href='../S/lib--strutil--strverscmp.c.html#L63' title='Defined at 63 in lib/strutil/strverscmp.c.'>LEN</a>, <a href='../S/lib--strutil--strverscmp.c.html#L63' title='Defined at 63 in lib/strutil/strverscmp.c.'>LEN</a>, +1, <a href='../S/lib--strutil--strverscmp.c.html#L63' title='Defined at 63 in lib/strutil/strverscmp.c.'>LEN</a>, <a href='../S/lib--strutil--strverscmp.c.html#L63' title='Defined at 63 in lib/strutil/strverscmp.c.'>LEN</a>,
<a id='L110' name='L110'></a> 110 <em class='comment'>/* S_F */</em> <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>,
<a id='L111' name='L111'></a> 111 <em class='comment'>/* S_Z */</em> <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, +1, +1, -1, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, -1, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>, <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>
<a id='L112' name='L112'></a> 112 <em class='brace'>}</em>;
<a id='L113' name='L113'></a> 113
<a id='L114' name='L114'></a> 114 <strong class='reserved'>if</strong> (<a href='../Y/p1.html' title='Multiple used in 29 places.'>p1</a> == <a href='../Y/p2.html' title='Multiple used in 36 places.'>p2</a>)
<a id='L115' name='L115'></a> 115 <strong class='reserved'>return</strong> 0;
<a id='L116' name='L116'></a> 116
<a id='L117' name='L117'></a> 117 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = *<a href='../Y/p1.html' title='Multiple used in 29 places.'>p1</a>++;
<a id='L118' name='L118'></a> 118 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = *<a href='../Y/p2.html' title='Multiple used in 36 places.'>p2</a>++;
<a id='L119' name='L119'></a> 119 <em class='comment'>// Hint: '0' is a digit too.</em>
<a id='L120' name='L120'></a> 120 <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> = <a href='../S/lib--strutil--strverscmp.c.html#L56' title='Defined at 56 in lib/strutil/strverscmp.c.'>S_N</a> + ((<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '0') + (<a href='../Y/g_ascii_isdigit.html' title='Multiple used in 25 places.'>g_ascii_isdigit</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) ? 1 : 0));
<a id='L121' name='L121'></a> 121
<a id='L122' name='L122'></a> 122 <strong class='reserved'>while</strong> ((<a href='../Y/diff.html' title='Multiple used in 8 places.'>diff</a> = <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> - <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>) == 0)
<a id='L123' name='L123'></a> 123 <em class='brace'>{</em>
<a id='L124' name='L124'></a> 124 <strong class='reserved'>if</strong> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\0')
<a id='L125' name='L125'></a> 125 <strong class='reserved'>return</strong> <a href='../Y/diff.html' title='Multiple used in 8 places.'>diff</a>;
<a id='L126' name='L126'></a> 126
<a id='L127' name='L127'></a> 127 <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> = <a href='../Y/next_state.html' title='Multiple used in 2 places.'>next_state</a>[<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>];
<a id='L128' name='L128'></a> 128 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = *<a href='../Y/p1.html' title='Multiple used in 29 places.'>p1</a>++;
<a id='L129' name='L129'></a> 129 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = *<a href='../Y/p2.html' title='Multiple used in 36 places.'>p2</a>++;
<a id='L130' name='L130'></a> 130 <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> += (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '0') + (<a href='../Y/g_ascii_isdigit.html' title='Multiple used in 25 places.'>g_ascii_isdigit</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) ? 1 : 0);
<a id='L131' name='L131'></a> 131 <em class='brace'>}</em>
<a id='L132' name='L132'></a> 132
<a id='L133' name='L133'></a> 133 <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> = <a href='../Y/result_type.html' title='Multiple used in 2 places.'>result_type</a>[<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> * 3 + (((<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> == '0') + (<a href='../Y/g_ascii_isdigit.html' title='Multiple used in 25 places.'>g_ascii_isdigit</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>) ? 1 : 0)))];
<a id='L134' name='L134'></a> 134
<a id='L135' name='L135'></a> 135 <strong class='reserved'>switch</strong> (<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>)
<a id='L136' name='L136'></a> 136 <em class='brace'>{</em>
<a id='L137' name='L137'></a> 137 <strong class='reserved'>case</strong> <a href='../S/lib--strutil--strverscmp.c.html#L62' title='Defined at 62 in lib/strutil/strverscmp.c.'>CMP</a>:
<a id='L138' name='L138'></a> 138 <strong class='reserved'>return</strong> <a href='../Y/diff.html' title='Multiple used in 8 places.'>diff</a>;
<a id='L139' name='L139'></a> 139
<a id='L140' name='L140'></a> 140 <strong class='reserved'>case</strong> <a href='../S/lib--strutil--strverscmp.c.html#L63' title='Defined at 63 in lib/strutil/strverscmp.c.'>LEN</a>:
<a id='L141' name='L141'></a> 141 <strong class='reserved'>while</strong> (<a href='../Y/g_ascii_isdigit.html' title='Multiple used in 25 places.'>g_ascii_isdigit</a> (*<a href='../Y/p1.html' title='Multiple used in 29 places.'>p1</a>++))
<a id='L142' name='L142'></a> 142 <strong class='reserved'>if</strong> (!<a href='../Y/g_ascii_isdigit.html' title='Multiple used in 25 places.'>g_ascii_isdigit</a> (*<a href='../Y/p2.html' title='Multiple used in 36 places.'>p2</a>++))
<a id='L143' name='L143'></a> 143 <strong class='reserved'>return</strong> 1;
<a id='L144' name='L144'></a> 144
<a id='L145' name='L145'></a> 145 <strong class='reserved'>return</strong> <a href='../Y/g_ascii_isdigit.html' title='Multiple used in 25 places.'>g_ascii_isdigit</a> (*<a href='../Y/p2.html' title='Multiple used in 36 places.'>p2</a>) ? -1 : <a href='../Y/diff.html' title='Multiple used in 8 places.'>diff</a>;
<a id='L146' name='L146'></a> 146
<a id='L147' name='L147'></a> 147 <strong class='reserved'>default</strong>:
<a id='L148' name='L148'></a> 148 <strong class='reserved'>return</strong> <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>;
<a id='L149' name='L149'></a> 149 <em class='brace'>}</em>
<a id='L150' name='L150'></a> 150 <em class='sharp'>#endif</em>
<a id='L151' name='L151'></a> 151 <em class='brace'>}</em>
<a id='L152' name='L152'></a> 152
<a id='L153' name='L153'></a> 153 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L83'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+153 lib/strutil/strverscmp.c' /> */</em>
</body>
</html>