Searched refs:old_fmt (Results 1 – 1 of 1) sorted by relevance
2867 const char *old_fmt = fmt.str; in vsnprintf() local2873 int read = fmt.str - old_fmt; in vsnprintf()2878 memcpy(str, old_fmt, copy); in vsnprintf()3298 const char *old_fmt = fmt.str; in bstr_printf() local3304 int read = fmt.str - old_fmt; in bstr_printf()3309 memcpy(str, old_fmt, copy); in bstr_printf()