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

/freebsd-10.2-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-10.2-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.c615 val = Buf_GetAll(&v->val, NULL);
1049 Buf_GetAll(&v->val, NULL));
1130 char *p = (Buf_GetAll(&v->val, NULL));
3718 str = Buf_GetAll(&buf, &vlen);
3752 nstr = Buf_GetAll(&v->val, NULL);
3856 nstr = Buf_GetAll(&v->val, NULL);
3884 if (nstr != Buf_GetAll(&v->val, NULL)) {
3912 if (nstr != Buf_GetAll(&v->val, NULL))
4179 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 128 milliseconds