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

/freebsd-current/usr.bin/indent/
H A Dlexi.c182 if (++buf_ptr >= buf_end)
210 if (buf_ptr >= buf_end)
223 if (buf_ptr >= buf_end)
231 if (buf_ptr >= buf_end)
241 if (++buf_ptr >= buf_end)
321 while (tp < buf_end)
357 if (++buf_ptr >= buf_end)
383 if (buf_ptr >= buf_end)
391 if (buf_ptr >= buf_end)
514 if (++buf_ptr >= buf_end)
[all...]
H A Dpr_comment.c177 if (t_ptr >= buf_end)
216 if (++buf_ptr >= buf_end)
261 if (++buf_ptr >= buf_end)
264 if (++buf_ptr >= buf_end)
271 else if (++buf_ptr >= buf_end)
277 if (++buf_ptr >= buf_end) /* get to next char after * */
282 if (++buf_ptr >= buf_end)
306 if (buf_ptr >= buf_end)
H A Dindent.c60 char *buf_ptr, *buf_end; variable
156 buf_ptr = buf_end = in_buffer;
358 if (buf_ptr >= buf_end)
370 if (++buf_ptr >= buf_end) /* get past / in buffer */
388 if (++buf_ptr >= buf_end)
442 be_save = buf_end;
447 buf_end = sc_end;
483 if (buf_ptr >= buf_end) {
1091 if (buf_ptr >= buf_end)
1097 if (buf_ptr >= buf_end)
[all...]
H A Dio.c286 buf_end = be_save;
288 if (buf_ptr < buf_end)
314 buf_end = p;
H A Dindent_globs.h129 extern char *buf_end; /* ptr to first after last char in
140 extern char *be_save; /* similarly saved value of buf_end */
/freebsd-current/contrib/less/
H A Dpattern.c265 char *buf_end = buf + buf_len; local
267 for ( ; buf < buf_end; buf++)
277 if (pp == pattern_end || lp == buf_end)
/freebsd-current/contrib/wpa/hs20/client/
H A Dest.c548 char *pos, *end, *buf_end; local
560 buf_end = pos + ptr->length;
563 while (pos < buf_end && *pos != '\n')
565 if (pos == buf_end) {
572 while (end < buf_end && *end != '-')
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c333 char *buf, *buf_end; local
363 buf_end = shar->work.s + ensured;
378 if (buf >= buf_end) {
/freebsd-current/contrib/bmake/
H A Dparse.c151 char *buf_end; /* buf_end[-1] == '\n' */ member in struct:IncludedFile
2191 curFile->buf_end = curFile->buf.data + curFile->buf.len;
2315 curFile->buf_end = curFile->buf.data + curFile->buf.len;
2368 char *buf_end = curFile->buf_end; local
2380 if (p == buf_end) {
2397 if (p + 2 == buf_end) {
2406 assert(p <= buf_end);
/freebsd-current/sys/net/
H A Dnetmap_user.h282 * mem/buf_start/buf_end to tell if it is a buffer or
289 void * const buf_end; member in struct:nm_desc
1027 *(void **)(uintptr_t)&d->buf_end =
/freebsd-current/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c3305 char *buf_end = (char *)nvp + nvp->nvp_size; local
3314 if ((buf = NVP_NAME(nvp)) >= buf_end)
3316 buflen = buf_end - buf;
3343 if ((buf = NVP_VALUE(nvp)) >= buf_end)
3345 buflen = buf_end - buf;
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c7161 unsigned char *start, *end, *buf_end, *new_buf; local
7194 buf_end = start + sz;
7197 while (start < buf_end && !isprint(*start))
7199 if (start >= buf_end)
7202 while (end < buf_end && isprint(*end))
7211 if (end >= buf_end)
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_hw.c2642 u32 *buf_end = (u32 *)(buf + buf_size); local
2702 while (reg <= last_reg && bufp < buf_end) {

Completed in 289 milliseconds