Searched refs:buf_malloced (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1768 TCHAR_T *buf_malloced; local
1785 buf_malloced = NULL;
1796 buf_malloced = buf;
2002 if (buf_malloced != NULL)
2003 free (buf_malloced);
2027 if (buf_malloced != NULL)
2028 free (buf_malloced);
2083 if (buf_malloced != NULL)
2084 free (buf_malloced);
2130 if (buf_malloced !
[all...]

Completed in 27 milliseconds