Searched refs:Buf_GetAll (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dbuf.h85 Byte *Buf_GetAll(Buffer *, size_t *);
H A Dbuf.c136 Buf_GetAll(Buffer *bp, size_t *len) function
H A Dfor.c118 forVar = Buf_GetAll(buf, &varlen);
H A Dcond.c254 *argPtr = (char *)Buf_GetAll(buf, &argLen);
517 lhs = (char *)Buf_GetAll(buf, &varSpecLen);
H A Dvar.c1877 vname = Buf_GetAll(buf, &vlen);
1983 vname = Buf_GetAll(buf, &vlen);
/freebsd-9.3-release/contrib/bmake/
H A Dbuf.h113 Byte *Buf_GetAll(Buffer *, int *);
H A Dbuf.c145 * Buf_GetAll --
157 Buf_GetAll(Buffer *bp, int *numBytesPtr) function
H A Dfor.c426 cmd_cp = Buf_GetAll(&arg->buf, &len);
H A Dvar.c626 val = Buf_GetAll(&v->val, NULL);
1066 Buf_GetAll(&v->val, NULL));
1147 char *p = (Buf_GetAll(&v->val, NULL));
3750 str = Buf_GetAll(&buf, &vlen);
3784 nstr = Buf_GetAll(&v->val, NULL);
3888 nstr = Buf_GetAll(&v->val, NULL);
3916 if (nstr != Buf_GetAll(&v->val, NULL)) {
3944 if (nstr != Buf_GetAll(&v->val, NULL))
4211 fprintf(debug_file, "%-16s = %s\n", v->name, Buf_GetAll(&v->val, NULL));
H A Dcond.c300 *argPtr = Buf_GetAll(&buf, &argLen);
616 str = Buf_GetAll(&buf, NULL);

Completed in 207 milliseconds