Home | History | Annotate | Download | only in lib

Lines Matching refs:retcount

4947                     int retcount = 0;
4958 retcount = SNPRINTF ((TCHAR_T *) (result + length), \
4963 retcount = SNPRINTF ((TCHAR_T *) (result + length), \
4968 retcount = SNPRINTF ((TCHAR_T *) (result + length), \
5123 if (retcount > count)
5124 count = retcount;
5140 if (retcount < 0)
5182 count = retcount;