Searched refs:out_str (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A Dmisc.c701 void out_str (fmt, str) function
845 out_str ("/* %s */\\\n", buf);
847 out_str ("/* %s */\n", buf);
864 out_str("/*(state = (%s) */",do_copy?"true":"false");
866 out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : "");
871 out_str("/*(state = (%s) */",do_copy?"true":"false");
873 out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : "");
902 out_str("#define YYTABLES_NAME \"%s\"\n",
H A Dgen.c1483 out_str (fmt, arg);
1978 out_str ("for ( yyl = %s; yyl < yyleng; ++yyl )\n",
2081 out_str ("case YY_STATE_EOF(%s):\n", scname[i]);
H A Ddfa.c551 out_str ("static yyconst %s *yy_nxt =0;\n",
H A Dflexdef.h946 extern void out_str PROTO ((const char *, const char *));
H A Dmain.c1668 out_str ("\n#define YY_DECL int %s::yylex()\n",
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c351 const char *out_str; local
354 &out_str,
358 svn_stringbuf_appendcstr(stringbuf, out_str);
H A Ddiff_memory.c431 const char *out_str; local
434 &out_str, btn->no_newline_string,
436 svn_stringbuf_appendcstr(btn->hunk, out_str);
/freebsd-10.3-release/usr.bin/csup/
H A Drcstokenizer.h259 void rcsset_out (FILE * out_str ,yyscan_t yyscanner );
H A Dlex.rcs.c641 void rcsset_out (FILE * out_str ,yyscan_t yyscanner );
1896 void rcsset_out (FILE * out_str , yyscan_t yyscanner)
1899 yyout = out_str ;
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c887 void yyset_out (FILE * out_str );
2587 void yyset_out (FILE * out_str )
2589 yyout = out_str ;
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c566 void yyset_out (FILE * out_str );
1722 void yyset_out (FILE * out_str )
1724 yyout = out_str ;
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c545 void yyset_out (FILE * out_str );
1659 void yyset_out (FILE * out_str )
1661 yyout = out_str ;
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c2050 void yyset_out (FILE * out_str );
5024 void yyset_out (FILE * out_str )
5026 yyout = out_str ;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h988 ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error);
H A DProcess.h2823 std::string &out_str,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1397 Target::ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error) argument
1400 out_str.clear();
1408 out_str.append(buf, length);
1417 return out_str.size();
H A DProcess.cpp2505 Process::ReadCStringFromMemory (addr_t addr, std::string &out_str, Error &error)
2508 out_str.clear();
2515 out_str.append(buf, length);
2523 return out_str.size();
/freebsd-10.3-release/contrib/gcc/
H A Dgenautomata.c1145 char *out_str;
1176 out_str = obstack_base (&irp);
1183 return out_str;
1141 char *out_str; local

Completed in 196 milliseconds