<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: String comparision in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597333#M7176</link>
    <description>I use these definition to keep compatibility with other platform:&lt;BR /&gt;#define stricmp  STRCASECMP&lt;BR /&gt;#define strnicmp STRNCASECMP&lt;BR /&gt; &lt;BR /&gt;Warning: strcasecmp and strncasecomp are avaiable only from V7.0 of VMS. If you want to compile with V6 compatibility you can't use these function.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Aug 2005 09:51:18 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2005-08-05T09:51:18Z</dc:date>
    <item>
      <title>String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597326#M7169</link>
      <description>Any string ‘case-insensitive’ comparison function available on Alpha?</description>
      <pubDate>Fri, 05 Aug 2005 05:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597326#M7169</guid>
      <dc:creator>ram_47</dc:creator>
      <dc:date>2005-08-05T05:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597327#M7170</link>
      <description>Ram,&lt;BR /&gt;&lt;BR /&gt;there is strncasecmp ( see $ HELP CRTL ) and there is also STR$CASE_BLIND_COMPARE ( see $ HELP LIB STR$ )&lt;BR /&gt;&lt;BR /&gt;The CRTL routines may depend on your version of OpenVMS, the STR$ routines are always available.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 05 Aug 2005 05:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597327#M7170</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-08-05T05:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597328#M7171</link>
      <description>ram,&lt;BR /&gt;&lt;BR /&gt;this heavily depends on your VMS version. More recent versions of the C runtime library (that comes with the OS!) know the str(n)casecmp function.&lt;BR /&gt;&lt;BR /&gt;And then there's the VMS String manipulation library with its STR$CASE_BLIND_COMPARE , see &lt;A href="http://h71000.www7.hp.com/doc/73final/5936/5936pro_003.html#5936case_blind_compare_4" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/5936/5936pro_003.html#5936case_blind_compare_4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Fri, 05 Aug 2005 05:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597328#M7171</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-08-05T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597329#M7172</link>
      <description>ram,&lt;BR /&gt;&lt;BR /&gt;if this question is about functions within a compiled language, see Volker &amp;amp; Martin.&lt;BR /&gt;&lt;BR /&gt;It it is about DCL, then the default comparison is case-sensitive.&lt;BR /&gt;For case-blind, use:&lt;BR /&gt;$ f$edit(string_a,"upcase") .eqs. f$edit(string_b,"upcase")&lt;BR /&gt;&lt;BR /&gt;of course, instead of .eqs. (EQualString) you can also use .nes. (NotEqualString), .gts. (GreaterThenString), .ges. (Greater or Equal String), .lts. or .les.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 05 Aug 2005 06:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597329#M7172</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-08-05T06:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597330#M7173</link>
      <description>what header do we need to include for these routines?</description>
      <pubDate>Fri, 05 Aug 2005 07:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597330#M7173</guid>
      <dc:creator>ram_47</dc:creator>
      <dc:date>2005-08-05T07:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597331#M7174</link>
      <description>$ HELP CC RUN-TIME strncasecmp&lt;BR /&gt;&lt;BR /&gt;says it's &lt;STRINGS.H&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;/STRINGS.H&gt;</description>
      <pubDate>Fri, 05 Aug 2005 07:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597331#M7174</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-08-05T07:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597332#M7175</link>
      <description>Hi Ram,&lt;BR /&gt;the best practise to use case insensitive function in c language is use of strcasecmp and strncasecmp.&lt;BR /&gt;Type&lt;BR /&gt;$ HELP CC RUN STRCASECMP&lt;BR /&gt;$ HELP CC RUN STRNCASECMP&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 09:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597332#M7175</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-05T09:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: String comparision</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597333#M7176</link>
      <description>I use these definition to keep compatibility with other platform:&lt;BR /&gt;#define stricmp  STRCASECMP&lt;BR /&gt;#define strnicmp STRNCASECMP&lt;BR /&gt; &lt;BR /&gt;Warning: strcasecmp and strncasecomp are avaiable only from V7.0 of VMS. If you want to compile with V6 compatibility you can't use these function.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 09:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/string-comparision/m-p/3597333#M7176</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-05T09:51:18Z</dc:date>
    </item>
  </channel>
</rss>

