Lines Matching refs:c_str
58 const char* in = cmd->c_str(); in StripShellComment()
224 n_str.c_str())); in WordFunc()
246 s_str.c_str())); in WordlistFunc()
251 s_str.c_str())); in WordlistFunc()
259 e_str.c_str())); in WordlistFunc()
474 text->c_str()); in EvalFunc()
479 LOG("%s", stmt->DebugString().c_str()); in EvalFunc()
506 LOG("ShellFunc: %s", cmd.c_str()); in ShellFuncImpl()
529 COLLECT_STATS_WITH_SLOW_REPORT("func shell time", cmd.c_str()); in ShellFuncImpl()
536 ERROR("FindEmulator is broken: %s\n%s\nvs\n%s", cmd.c_str(), s->c_str(), in ShellFuncImpl()
537 out2.c_str()); in ShellFuncImpl()
569 cmd.c_str()); in ShellFunc()
609 func_sym.c_str()); in CallFunc()
678 StringPrintf("echo -e \"%s\"", EchoEscape(a).c_str())); in InfoFunc()
681 printf("%s\n", a.c_str()); in InfoFunc()
689 "echo -e \"%s:%d: %s\" 2>&1", LOCF(ev->loc()), EchoEscape(a).c_str())); in WarningFunc()
692 WARN_LOC(ev->loc(), "%s", a.c_str()); in WarningFunc()
700 LOCF(ev->loc()), EchoEscape(a).c_str())); in ErrorFunc()
703 ev->Error(StringPrintf("*** %s.", a.c_str())); in ErrorFunc()
707 int fd = open(filename.c_str(), O_RDONLY); in FileReadFunc()
756 FILE* f = fopen(filename.c_str(), append ? "ab" : "wb"); in FileWriteFunc()
824 filename.as_string().c_str())); in FileFunc()
852 sym.c_str())); in DeprecatedVarFunc()
857 sym.c_str())); in DeprecatedVarFunc()
888 sym.c_str())); in ObsoleteVarFunc()
892 sym.c_str())); in ObsoleteVarFunc()