Lines Matching defs:str_off
2170 str_off(0),
2181 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt,
2191 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0,
2194 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0,
2210 char *str_cur() { return str + str_off; }
2217 size_t num_avail = str_off < size ? size - str_off : 0;
2233 size_t str_off;
2387 *ptr = (int)formatter.str_off;
2421 formatter.str_off += retval;
2429 return formatter.str_off;
2437 str_off(0),
2452 sscanf(str + str_off, tmp_fmt, &read_count);
2455 str_off += read_count;
2463 int retval = sscanf(str + str_off, tmp_fmt, &read_count);
2475 int retval = sscanf(str + str_off, tmp_fmt, arg, &read_count);
2496 char *str_cur() { return str + str_off; }
2503 size_t num_avail = str_off < size ? size - str_off : 0;
2519 size_t str_off;
2730 *ptr = (int)scanner.str_off;
2761 scanner.str_off += read_count;