Searched refs:old_fmt (Results 1 – 1 of 1) sorted by relevance
2793 const char *old_fmt = fmt.str; in vsnprintf() local2799 int read = fmt.str - old_fmt; in vsnprintf()2804 memcpy(str, old_fmt, copy); in vsnprintf()3224 const char *old_fmt = fmt.str; in bstr_printf() local3230 int read = fmt.str - old_fmt; in bstr_printf()3235 memcpy(str, old_fmt, copy); in bstr_printf()