Searched defs:buf_end (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/less/ |
H A D | pattern.c | 266 constant char *buf_end = buf + buf_len; in match() local
|
/freebsd/usr.bin/indent/ |
H A D | indent.c | 60 char *buf_ptr, *buf_end; variable
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_shar.c | 341 char *buf, *buf_end; in archive_write_shar_data_sed() local
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | est.c | 521 char *pos, *end, *buf_end; in generate_csr() local
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | nvpair.c | 3304 char *buf_end = (char *)nvp + nvp->nvp_size; in nvs_xdr_nvp_op() local 3684 #define NVP(buf, size, len, buf_end, elem, type, vtype, ptype, format) { \ argument 3698 #define NVPA(buf, size, len, buf_end, elem, type, vtype, ptype, format) \ argument 3735 char *buf_end = &buf[size]; in nvlist_snprintf() local
|
/freebsd/contrib/bmake/ |
H A D | parse.c | 140 char *buf_end; /* buf_end[-1] == '\n' */ member 2423 char *buf_end = curFile->buf_end; in ParseRawLine() local
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 289 void * const buf_end; member
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 7161 unsigned char *start, *end, *buf_end, *new_buf; in str_dump() local
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 2642 u32 *buf_end = (u32 *)(buf + buf_size); in t4_get_regs() local
|