Home
last modified time | relevance | path

Searched refs:cp_free (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/stdio/
Dvfprintf.c176 char *cp_free = NULL; /* BIONIC: copy of cp to be freed after usage */ in __vfprintf() local
528 cp_free = cp; in __vfprintf()
811 if (cp_free) { in __vfprintf()
812 free(cp_free); in __vfprintf()
813 cp_free = NULL; in __vfprintf()
821 if (cp_free) { in __vfprintf()
822 free(cp_free); in __vfprintf()
823 cp_free = NULL; in __vfprintf()