Lines Matching refs:c_str
95 lhs.c_str())); in EvalRHS()
122 LOG("Assign: %s=%s", lhs.c_str(), result->DebugString().c_str()); in EvalRHS()
140 StringPrintf("*** unknown variable: %s", name.as_string().c_str())); in EvalAssign()
157 lhs.c_str())); in EvalAssign()
201 Error(StringPrintf("*** unknown variable: %s", name.as_string().c_str())); in MarkVarsReadonly()
343 LOG("Rule: %s", rule->DebugString().c_str()); in EvalRule()
362 LOG("Command: %s", Value::DebugString(stmt->expr).c_str()); in EvalCommand()
401 LOG("%s", a->DebugString().c_str()); in EvalIf()
411 Error(StringPrintf("%s does not exist", fname.c_str())); in DoInclude()
418 LOG("%s", stmt->DebugString().c_str()); in DoInclude()
480 Error(StringPrintf("*** %s: %sexport is obsolete%s.", sym.c_str(), in EvalExport()
481 prefix, export_message_->c_str())); in EvalExport()
483 WARN_LOC(loc(), "%s: %sexport has been deprecated%s.", sym.c_str(), in EvalExport()
484 prefix, export_message_->c_str()); in EvalExport()
551 ERROR_LOC(loc_, "%s", msg.c_str()); in Error()