Home
last modified time | relevance | path

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

/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc888 : str(str_), str_off(0), size(size_), fmt_start(fmt_), fmt_cur(fmt_), in Formatter()
894 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt, in format()
904 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0, in format()
907 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0, in format()
923 char *str_cur() { return str + str_off; } in str_cur()
930 size_t num_avail = str_off < size ? size - str_off : 0; in num_written_bytes()
946 size_t str_off; member
1073 *ptr = (int)formatter.str_off; in format_buffer()
1103 formatter.str_off += retval; in format_buffer()
1109 return formatter.str_off; in format_buffer()