VirtualBox

Changeset 13549 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 24, 2008 11:31:40 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38412
Message:

Just RTSTR_MAX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r13546 r13549  
    815815 *                      asterisk matches zero or more characters and question
    816816 *                      mark matches exactly one character.
    817  * @param  cchPattern   The pattern length. Pass RTSTR_MAX (~(size_t)0) if you
    818  *                      don't know the length and wish to stop at the string
    819  *                      terminator.
     817 * @param  cchPattern   The pattern length. Pass RTSTR_MAX if you don't know the
     818 *                      length and wish to stop at the string terminator.
    820819 * @param  pszString    The string to match against the pattern.
    821  * @param  cchString    The string length. Pass RTSTR_MAX (~(size_t)0) if you
    822  *                      don't know the length and wish to match up to the string
    823  *                      terminator.
     820 * @param  cchString    The string length. Pass RTSTR_MAX if you don't know the
     821 *                      length and wish to match up to the string terminator.
    824822 */
    825823RTDECL(bool) RTStrSimplePatternNMatch(const char *pszPattern, size_t cchPattern,
     
    834832 *
    835833 * @param   pszPatterns The patterns.
    836  * @param   cchPatterns The lengths of the patterns to use. Pass RTSTR_MAX
    837  *                      (~(size_t)0) to stop at the terminator.
     834 * @param   cchPatterns The lengths of the patterns to use. Pass RTSTR_MAX to
     835 *                      stop at the terminator.
    838836 * @param   pszString   The string to match against the pattern.
    839  * @param   cchString   The string length. Pass RTSTR_MAX (~(size_t)0) stop
    840  *                      stop at the terminator.
     837 * @param   cchString   The string length. Pass RTSTR_MAX stop stop at the
     838 *                      terminator.
    841839 * @param   poffPattern Offset into the patterns string of the patttern that
    842840 *                      matched. If no match, this will be set to RTSTR_MAX.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette