Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
HDstrfmon.c106 char *asciivalue; /* formatted double pointer */ in vstrfmon_l() local
131 asciivalue = NULL; in vstrfmon_l()
263 if (asciivalue != NULL) in vstrfmon_l()
264 free(asciivalue); in vstrfmon_l()
265 asciivalue = __format_grouped_double(value, &flags, in vstrfmon_l()
267 if (asciivalue == NULL) in vstrfmon_l()
336 PRINTS(asciivalue); in vstrfmon_l()
386 free(asciivalue); in vstrfmon_l()
399 if (asciivalue != NULL) in vstrfmon_l()
400 free(asciivalue); in vstrfmon_l()