Searched defs:retcount (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c4908 int retcount = 0; local
4919 retcount = SNPRINTF ((TCHAR_T *) (result + length), \
4924 retcount = SNPRINTF ((TCHAR_T *) (result + length), \
4929 retcount = SNPRINTF ((TCHAR_T *) (result + length), \
5084 if (retcount > count)
5085 count = retcount;
5101 if (retcount < 0)
5143 count = retcount;

Completed in 29 milliseconds