| /freebsd-12.1/contrib/flex/ |
| H A D | misc.c | 701 void out_str (fmt, str) in out_str() function 845 out_str ("/* %s */\\\n", buf); in skelout() 847 out_str ("/* %s */\n", buf); in skelout() 864 out_str("/*(state = (%s) */",do_copy?"true":"false"); in skelout() 866 out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : ""); in skelout() 871 out_str("/*(state = (%s) */",do_copy?"true":"false"); in skelout() 873 out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : ""); in skelout() 902 out_str("#define YYTABLES_NAME \"%s\"\n", in skelout()
|
| H A D | gen.c | 1483 out_str (fmt, arg); 1978 out_str ("for ( yyl = %s; yyl < yyleng; ++yyl )\n", in make_tables() 2081 out_str ("case YY_STATE_EOF(%s):\n", scname[i]); in make_tables()
|
| H A D | flexdef.h | 946 extern void out_str PROTO ((const char *, const char *));
|
| H A D | dfa.c | 551 out_str ("static yyconst %s *yy_nxt =0;\n", in ntod()
|
| H A D | main.c | 1667 out_str ("\n#define YY_DECL int %s::yylex()\n", in readin()
|
| H A D | flex.skl | 959 void yyset_out M4_YY_PARAMS( FILE * out_str M4_YY_PROTO_LAST_ARG ); 2700 void yyset_out YYFARGS1( FILE * ,out_str) 2703 yyout = out_str ;
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_diff/ |
| H A D | util.c | 356 const char *out_str; in svn_diff__unified_append_no_newline_msg() local 359 &out_str, in svn_diff__unified_append_no_newline_msg() 363 svn_stringbuf_appendcstr(stringbuf, out_str); in svn_diff__unified_append_no_newline_msg()
|
| H A D | diff_memory.c | 433 const char *out_str; in output_unified_token_range() local 436 &out_str, btn->no_newline_string, in output_unified_token_range() 438 svn_stringbuf_appendcstr(btn->hunk, out_str); in output_unified_token_range()
|
| /freebsd-12.1/contrib/amd/fsinfo/ |
| H A D | null_lex.c | 517 void null_set_out (FILE * out_str ); 1603 void null_set_out (FILE * out_str ) in null_set_out() argument 1605 null_out = out_str ; in null_set_out()
|
| /freebsd-12.1/crypto/heimdal/lib/sl/ |
| H A D | slc-lex.c | 545 void yyset_out (FILE * out_str ); 1659 void yyset_out (FILE * out_str ) in yyset_out() argument 1661 yyout = out_str ; in yyset_out()
|
| /freebsd-12.1/crypto/heimdal/lib/com_err/ |
| H A D | lex.c | 566 void yyset_out (FILE * out_str ); 1722 void yyset_out (FILE * out_str ) in yyset_out() argument 1724 yyout = out_str ; in yyset_out()
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | lex.c | 887 void yyset_out (FILE * out_str ); 2587 void yyset_out (FILE * out_str ) in yyset_out() argument 2589 yyout = out_str ; in yyset_out()
|
| /freebsd-12.1/usr.bin/lex/ |
| H A D | initscan.c | 2050 void yyset_out (FILE * out_str ); 5024 void yyset_out (FILE * out_str ) in yyset_out() argument 5026 yyout = out_str ; in yyset_out()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 1837 size_t Target::ReadCStringFromMemory(const Address &addr, std::string &out_str, in ReadCStringFromMemory() argument 1840 out_str.clear(); in ReadCStringFromMemory() 1847 out_str.append(buf, length); in ReadCStringFromMemory() 1856 return out_str.size(); in ReadCStringFromMemory()
|
| H A D | Process.cpp | 2199 size_t Process::ReadCStringFromMemory(addr_t addr, std::string &out_str, in ReadCStringFromMemory() argument 2202 out_str.clear(); in ReadCStringFromMemory() 2208 out_str.append(buf, length); in ReadCStringFromMemory() 2216 return out_str.size(); in ReadCStringFromMemory()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 992 size_t ReadCStringFromMemory(const Address &addr, std::string &out_str,
|
| H A D | Process.h | 1806 size_t ReadCStringFromMemory(lldb::addr_t vm_addr, std::string &out_str,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | genautomata.c | 1141 char *out_str; local 1172 out_str = obstack_base (&irp); 1179 return out_str;
|