Searched refs:fmt_start (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.c1353 char *fmt_start = format + i;
1370 arg_index = atoi(fmt_start + 1) - 1;
1379 fmt_len = format + i - fmt_start + 1;
1381 strncpy (fmt, fmt_start, fmt_len);
1351 char *fmt_start = format + i; local
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2131 : str(str_), str_off(0), size(size_), fmt_start(fmt_), fmt_cur(fmt_),
2158 size_t fmt_size = fmt_cur - fmt_start + 1;
2161 internal_memcpy(new_fmt, fmt_start, fmt_size);
2191 const char *fmt_start;
2216 formatter.fmt_start = formatter.fmt_cur;
2247 if (formatter.fmt_cur - formatter.fmt_start >= 2 &&

Completed in 102 milliseconds