Searched refs:Buf_Data (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A Dbuf.h83 char *Buf_Data(const Buffer *);
H A Dbuf.c74 Buf_Data(const Buffer *bp) function
H A Dvar.c410 if ((ptr = Str_SYSVMatch(word, Buf_Data(pat->lhs), &len)) != NULL)
411 Str_SYSVSubst(buf, Buf_Data(pat->rhs), ptr, len);
467 (strncmp(word, Buf_Data(pattern->lhs),
527 if ((cp >= word) && (strncmp(cp, Buf_Data(pattern->lhs),
570 cp = strstr(word, Buf_Data(pattern->lhs));
681 for (rp = Buf_Data(pat->rhs); *rp; rp++) {
1066 setenv(v->name, Buf_Data(v->val), 1);
1104 DEBUGF(VAR, ("%s:%s = %s\n", ctxt->name, n, Buf_Data(v->val)));
1150 return (Buf_Data(v->val));
1375 value = Buf_Data(
[all...]
H A Dfor.c258 str = Buf_Peel(Var_SubstOnly(var, Buf_Data(buf), FALSE));
H A Dparse.c1525 Var_Set(line, Buf_Data(buf), ctxt);
1804 line = Buf_Data(buf);
H A Darch.c352 memName = Buf_Data(buf1);
H A Dmain.c1239 vpath = Buf_Data(buf);
H A Dsuff.c1160 cp = Buf_Data(buf);

Completed in 64 milliseconds