Avoid use of deprecated str[n]icmp

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: 19
    • Component/s: hotspot
    • None
    • b22
    • windows

      Windows has the functions stricmp and strnicmp (which are the same as POSIX strcasecmp and strncasecmp, resp.) These functions are deprecated (as part of the general Windows deprecation of POSIX functions - see _CRT_NONSTDC_NO_DEPRECATE), with the suggested alternative being _stricmp and _strnicmp. We should try to avoid using deprecated functions.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: