Lines Matching defs:str_off
2173 str_off(0),
2184 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt,
2194 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0,
2197 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0,
2213 char *str_cur() { return str + str_off; }
2220 size_t num_avail = str_off < size ? size - str_off : 0;
2236 size_t str_off;
2390 *ptr = (int)formatter.str_off;
2424 formatter.str_off += retval;
2432 return formatter.str_off;
2440 str_off(0),
2455 sscanf(str + str_off, tmp_fmt, &read_count);
2458 str_off += read_count;
2466 int retval = sscanf(str + str_off, tmp_fmt, &read_count);
2478 int retval = sscanf(str + str_off, tmp_fmt, arg, &read_count);
2499 char *str_cur() { return str + str_off; }
2506 size_t num_avail = str_off < size ? size - str_off : 0;
2522 size_t str_off;
2733 *ptr = (int)scanner.str_off;
2764 scanner.str_off += read_count;