HomeSort by relevance Sort by last modified time
    Searched refs:retcount (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
vasnprintf.c 591 int retcount; local
595 retcount = 0;
602 retcount = SNPRINTF (result + length, maxlen, buf, \
606 retcount = SNPRINTF (result + length, maxlen, buf, \
610 retcount = SNPRINTF (result + length, maxlen, buf, \
764 if (retcount > count)
765 count = retcount;
781 if (retcount < 0)
794 count = retcount;
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 732 int retcount; local
736 retcount = 0;
743 retcount = snprintf (result + length, maxlen, buf, \
747 retcount = snprintf (result + length, maxlen, buf, \
751 retcount = snprintf (result + length, maxlen, buf, \
993 if (retcount > count)
994 count = retcount;
1007 count = retcount;

Completed in 1553 milliseconds