Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dlexi.c182 if (++buf_ptr >= buf_end) in lexi()
210 if (buf_ptr >= buf_end) in lexi()
223 if (buf_ptr >= buf_end) in lexi()
231 if (buf_ptr >= buf_end) in lexi()
241 if (++buf_ptr >= buf_end) in lexi()
321 while (tp < buf_end) in lexi()
357 if (++buf_ptr >= buf_end) in lexi()
383 if (buf_ptr >= buf_end) in lexi()
391 if (buf_ptr >= buf_end) in lexi()
514 if (++buf_ptr >= buf_end) in lexi()
[all …]
H A Dpr_comment.c176 if (t_ptr >= buf_end) in pr_comment()
215 if (++buf_ptr >= buf_end) in pr_comment()
260 if (++buf_ptr >= buf_end) in pr_comment()
263 if (++buf_ptr >= buf_end) in pr_comment()
270 else if (++buf_ptr >= buf_end) in pr_comment()
276 if (++buf_ptr >= buf_end) /* get to next char after * */ in pr_comment()
281 if (++buf_ptr >= buf_end) in pr_comment()
305 if (buf_ptr >= buf_end) in pr_comment()
H A Dindent.c60 char *buf_ptr, *buf_end; variable
358 if (buf_ptr >= buf_end) in main()
388 if (++buf_ptr >= buf_end) in main()
442 be_save = buf_end; in main()
447 buf_end = sc_end; in main()
483 if (buf_ptr >= buf_end) { in main()
1091 if (buf_ptr >= buf_end) in main()
1097 if (buf_ptr >= buf_end) in main()
1103 if (buf_ptr >= buf_end) in main()
1155 be_save = buf_end; in main()
[all …]
H A Dio.c286 buf_end = be_save; in fill_buffer()
288 if (buf_ptr < buf_end) in fill_buffer()
314 buf_end = p; in fill_buffer()
H A Dindent_globs.h129 extern char *buf_end; /* ptr to first after last char in
/freebsd/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/contrib/wpa/hs20/client/
H A Dest.c548 char *pos, *end, *buf_end; in generate_csr() local
560 buf_end = pos + ptr->length; in generate_csr()
563 while (pos < buf_end && *pos != '\n') in generate_csr()
565 if (pos == buf_end) { in generate_csr()
572 while (end < buf_end && *end != '-') in generate_csr()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c333 char *buf, *buf_end; in archive_write_shar_data_sed() local
363 buf_end = shar->work.s + ensured; in archive_write_shar_data_sed()
378 if (buf >= buf_end) { in archive_write_shar_data_sed()
/freebsd/contrib/bmake/
H A Dparse.c151 char *buf_end; /* buf_end[-1] == '\n' */ member
2191 curFile->buf_end = curFile->buf.data + curFile->buf.len; in Parse_PushInput()
2315 curFile->buf_end = curFile->buf.data + curFile->buf.len; in ParseEOF()
2368 char *buf_end = curFile->buf_end; in ParseRawLine() local
2380 if (p == buf_end) { in ParseRawLine()
2397 if (p + 2 == buf_end) { in ParseRawLine()
2406 assert(p <= buf_end); in ParseRawLine()
/freebsd/sys/net/
H A Dnetmap_user.h289 void * const buf_end; member
1027 *(void **)(uintptr_t)&d->buf_end = in nm_mmap()
/freebsd/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/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/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()