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

/freebsd-10-stable/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-stable/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.c630 val = Buf_GetAll(&v->val, NULL);
1073 Buf_GetAll(&v->val, NULL));
1151 char *p = (Buf_GetAll(&v->val, NULL));
3871 str = Buf_GetAll(&buf, &vlen);
3992 nstr = Buf_GetAll(&v->val, NULL);
4031 if (nstr != Buf_GetAll(&v->val, NULL)) {
4059 if (nstr != Buf_GetAll(&v->val, NULL))
4328 fprintf(debug_file, "%-16s = %s\n", v->name, Buf_GetAll(&v->val, NULL));
H A Dcond.c310 *argPtr = Buf_GetAll(&buf, &argLen);
641 str = Buf_GetAll(&buf, NULL);

Completed in 131 milliseconds