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

/freebsd-9.3-release/usr.bin/make/
H A Dbuf.h86 Buffer *Buf_Init(size_t);
H A Dfor.c116 buf = Buf_Init(0);
164 forBuf = Buf_Init(0);
H A Dbuf.c175 Buf_Init(size_t size) function
H A Dvar.c212 v->val = Buf_Init(0);
1180 buf = Buf_Init(0);
1208 buf = Buf_Init(0);
1238 buf = Buf_Init(0);
1280 buf = Buf_Init(0);
1678 buf = Buf_Init(MAKE_BSIZE);
1795 buf = Buf_Init(MAKE_BSIZE);
1821 buf = Buf_Init(MAKE_BSIZE);
2081 buf = Buf_Init(MAKE_BSIZE);
2348 buf = Buf_Init(
[all...]
H A Dcond.c225 buf = Buf_Init(16);
504 buf = Buf_Init(0);
580 buf = Buf_Init(0);
H A Dparse.c1759 buf = Buf_Init(MAKE_BSIZE);
1877 buf = Buf_Init(MAKE_BSIZE);
H A Djob.c2681 buf = Buf_Init(0);
/freebsd-9.3-release/contrib/bmake/
H A Dbuf.h115 void Buf_Init(Buffer *, int);
H A Dbuf.c189 * Buf_Init --
206 Buf_Init(Buffer *bp, int size) function
H A Dfor.c274 Buf_Init(&new_for->buf, 0);
428 Buf_Init(&cmds, len + 256);
H A Dvar.c439 Buf_Init(&v->val, len + 1);
522 Buf_Init(&v->val, len+1);
1874 Buf_Init(&buf, 0);
1991 Buf_Init(&buf, 0);
2048 Buf_Init(&buf, 0);
2116 Buf_Init(&buf, 0);
2171 Buf_Init(&buf, 0);
2290 Buf_Init(&buf, 0);
2372 Buf_Init(&buf, 0);
2721 Buf_Init(
[all...]
H A Dcond.c264 Buf_Init(&buf, 16);
536 Buf_Init(&buf, 0);
H A Dmain.c1555 Buf_Init(&buf, 0);

Completed in 113 milliseconds