Searched refs:old_fmt (Results 1 – 1 of 1) sorted by relevance
2887 const char *old_fmt = fmt.str; in vsnprintf() local2893 int read = fmt.str - old_fmt; in vsnprintf()2898 memcpy(str, old_fmt, copy); in vsnprintf()3319 const char *old_fmt = fmt.str; in bstr_printf() local3325 int read = fmt.str - old_fmt; in bstr_printf()3330 memcpy(str, old_fmt, copy); in bstr_printf()