Searched refs:Buf_Size (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dbuf.c62 Buf_Size(const Buffer *buf) function
87 size_t len = Buf_Size(bp);
140 *len = Buf_Size(bp);
239 Buf_AddBytes(bp, Buf_Size(buf), buf->buf);
H A Dbuf.h89 size_t Buf_Size(const Buffer *);
H A Dvar.c468 Buf_Size(pattern->lhs)) == 0)) {
474 (wordLen == Buf_Size(pattern->lhs))) {
480 if (Buf_Size(pattern->rhs) != 0) {
499 if ((Buf_Size(pattern->rhs) + wordLen -
500 Buf_Size(pattern->lhs)) != 0) {
508 Buf_Size(pattern->lhs),
509 (word + Buf_Size(pattern->lhs)));
526 cp = word + (wordLen - Buf_Size(pattern->lhs));
528 Buf_Size(pattern->lhs)) == 0)) {
536 if ((cp - word) + Buf_Size(patter
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dbuf.h109 #define Buf_Size(bp) ((bp)->count) macro
H A Dvar.c1588 origSize = Buf_Size(buf);
1622 return ((Buf_Size(buf) != origSize) || addSpace);
2256 *length = Buf_Size(&buf);
H A Dmain.c1577 cc = Buf_Size(&buf);

Completed in 116 milliseconds