Home
last modified time | relevance | path

Searched refs:copy_string (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c182 char *copy_string();
185 if ( addsym( copy_string( name ),
230 char *copy_string();
238 scname[lastsc] = copy_string( str );
Dparse.y190 outfilename = copy_string( nmstr );
194 { prefix = copy_string( nmstr ); }
196 { yyclass = copy_string( nmstr ); }
Dscan.l673 infilename = copy_string( file );
683 infilename = copy_string( "<stdin>" );
Dinitscan.c1727 infilename = copy_string( yytext + 1 );
3660 infilename = copy_string( file );
3670 infilename = copy_string( "<stdin>" );
Dmisc.c191 char *copy_string( str ) in copy_string() function
Dflexdef.h831 extern char *copy_string PROTO((register const char *));
/external/chromium/base/
Dvalues_unittest.cc387 Value* copy_string = NULL; in TEST_F() local
388 ASSERT_TRUE(copy_dict->Get("string", &copy_string)); in TEST_F()
389 ASSERT_TRUE(copy_string); in TEST_F()
390 ASSERT_NE(copy_string, original_string); in TEST_F()
391 ASSERT_TRUE(copy_string->IsType(Value::TYPE_STRING)); in TEST_F()
394 ASSERT_TRUE(copy_string->GetAsString(&copy_string_value)); in TEST_F()
395 ASSERT_TRUE(copy_string->GetAsString(&copy_string16_value)); in TEST_F()
/external/llvm/bindings/ocaml/analysis/
Danalysis_ocaml.c36 String = copy_string(Message); in llvm_verify_module()
/external/llvm/bindings/ocaml/bitreader/
Dbitreader_ocaml.c35 CamlMessage = copy_string(Message); in llvm_raise()
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c35 value Copy = copy_string(StringRep); in llvm_targetdata_as_string()
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Dvms-code.c120 new_arg0 = copy_string(arg0);
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c753 outfilename = copy_string( nmstr ); in yyparse()
759 { prefix = copy_string( nmstr ); } in yyparse()
763 { yyclass = copy_string( nmstr ); } in yyparse()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c43 CamlMessage = copy_string(Message); in llvm_raise()
135 return copy_string(LLVMGetTarget(M)); in llvm_target_triple()
146 return copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
473 return copy_string(LLVMGetValueName(Val)); in llvm_value_name()
785 return copy_string(LLVMGetSection(Global)); in llvm_section()
1032 Name = copy_string(GC); in llvm_gc()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c52 CamlMessage = copy_string(Message); in llvm_raise()
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Ddiffs603 flexfatal( "dynamic memory failure in copy_string()" );
611 flexfatal( "dynamic memory failure in copy_string()" );
/external/bison/
DChangeLog9260 (copy_character, copy_string2, copy_string, copy_identifier)
13603 (copy_string2): Put the body of copy_string into this new function.
13606 (copy_string): Be a simple call to copy_string2 with the last argument
14065 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
14859 * src/reader.c (copy_definition): Use copy_string and
14862 (copy_comment, copy_string): Moved, to be visible from
14867 * src/reader.c (copy_string): Declare `static inline'. No
14884 * src/reader.c (copy_string): New function, factored out from: