VirtualBox

vbox的更動 13549 路徑 trunk/include


忽略:
時間撮記:
2008-10-24 上午11:31:40 (16 年 以前)
作者:
vboxsync
訊息:

Just RTSTR_MAX.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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.
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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