Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/indent/
H A Dlexi.c188 if (++buf_ptr >= buf_end) in lexi()
216 if (buf_ptr >= buf_end) in lexi()
229 if (buf_ptr >= buf_end) in lexi()
237 if (buf_ptr >= buf_end) in lexi()
247 if (++buf_ptr >= buf_end) in lexi()
327 while (tp < buf_end) in lexi()
363 if (++buf_ptr >= buf_end) in lexi()
389 if (buf_ptr >= buf_end) in lexi()
397 if (buf_ptr >= buf_end) in lexi()
520 if (++buf_ptr >= buf_end) in lexi()
[all …]
H A Dpr_comment.c182 if (t_ptr >= buf_end) in pr_comment()
221 if (++buf_ptr >= buf_end) in pr_comment()
266 if (++buf_ptr >= buf_end) in pr_comment()
269 if (++buf_ptr >= buf_end) in pr_comment()
276 else if (++buf_ptr >= buf_end) in pr_comment()
282 if (++buf_ptr >= buf_end) /* get to next char after * */ in pr_comment()
287 if (++buf_ptr >= buf_end) in pr_comment()
311 if (buf_ptr >= buf_end) in pr_comment()
H A Dindent.c67 char *buf_ptr, *buf_end; variable
365 if (buf_ptr >= buf_end) in main()
395 if (++buf_ptr >= buf_end) in main()
449 be_save = buf_end; in main()
454 buf_end = sc_end; in main()
490 if (buf_ptr >= buf_end) { in main()
1098 if (buf_ptr >= buf_end) in main()
1104 if (buf_ptr >= buf_end) in main()
1110 if (buf_ptr >= buf_end) in main()
1162 be_save = buf_end; in main()
[all …]
H A Dio.c292 buf_end = be_save; in fill_buffer()
294 if (buf_ptr < buf_end) in fill_buffer()
320 buf_end = p; in fill_buffer()
H A Dindent_globs.h131 extern char *buf_end; /* ptr to first after last char in
/freebsd-14.2/contrib/wpa/hs20/client/
H A Dest.c521 char *pos, *end, *buf_end; in generate_csr() local
533 buf_end = pos + ptr->length; in generate_csr()
536 while (pos < buf_end && *pos != '\n') in generate_csr()
538 if (pos == buf_end) { in generate_csr()
545 while (end < buf_end && *end != '-') in generate_csr()
/freebsd-14.2/contrib/less/
H A Dpattern.c265 char *buf_end = buf + buf_len; in match() local
267 for ( ; buf < buf_end; buf++) in match()
277 if (pp == pattern_end || lp == buf_end) in match()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c341 char *buf, *buf_end; in archive_write_shar_data_sed() local
371 buf_end = shar->work.s + ensured; in archive_write_shar_data_sed()
386 if (buf >= buf_end) { in archive_write_shar_data_sed()
/freebsd-14.2/contrib/bmake/
H A Dparse.c153 char *buf_end; /* buf_end[-1] == '\n' */ member
2235 curFile->buf_end = curFile->buf.data + curFile->buf.len; in Parse_PushInput()
2364 curFile->buf_end = curFile->buf.data + curFile->buf.len; in ParseEOF()
2417 char *buf_end = curFile->buf_end; in ParseRawLine() local
2429 if (p == buf_end) { in ParseRawLine()
2446 if (p + 2 == buf_end) { in ParseRawLine()
2455 assert(p <= buf_end); in ParseRawLine()
/freebsd-14.2/sys/net/
H A Dnetmap_user.h289 void * const buf_end; member
1027 *(void **)(uintptr_t)&d->buf_end = in nm_mmap()
/freebsd-14.2/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c3305 char *buf_end = (char *)nvp + nvp->nvp_size; in nvs_xdr_nvp_op() local
3314 if ((buf = NVP_NAME(nvp)) >= buf_end) in nvs_xdr_nvp_op()
3316 buflen = buf_end - buf; in nvs_xdr_nvp_op()
3343 if ((buf = NVP_VALUE(nvp)) >= buf_end) in nvs_xdr_nvp_op()
3345 buflen = buf_end - buf; in nvs_xdr_nvp_op()
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c7161 unsigned char *start, *end, *buf_end, *new_buf; in str_dump() local
7194 buf_end = start + sz; in str_dump()
7197 while (start < buf_end && !isprint(*start)) in str_dump()
7199 if (start >= buf_end) in str_dump()
7202 while (end < buf_end && isprint(*end)) in str_dump()
7211 if (end >= buf_end) in str_dump()
/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_hw.c2642 u32 *buf_end = (u32 *)(buf + buf_size); in t4_get_regs() local
2702 while (reg <= last_reg && bufp < buf_end) { in t4_get_regs()