Searched refs:copy_string (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | sym.c | 182 char *copy_string(); 185 if ( addsym( copy_string( name ), 230 char *copy_string(); 238 scname[lastsc] = copy_string( str );
|
D | parse.y | 190 outfilename = copy_string( nmstr ); 194 { prefix = copy_string( nmstr ); } 196 { yyclass = copy_string( nmstr ); }
|
D | scan.l | 673 infilename = copy_string( file ); 683 infilename = copy_string( "<stdin>" );
|
D | initscan.c | 1727 infilename = copy_string( yytext + 1 ); 3660 infilename = copy_string( file ); 3670 infilename = copy_string( "<stdin>" );
|
D | flexdef.h | 831 extern char *copy_string PROTO((register const char *));
|
D | misc.c | 191 char *copy_string( str ) in copy_string() function
|
/external/chromium/base/ |
D | values_unittest.cc | 407 Value* copy_string = NULL; in TEST() local 408 ASSERT_TRUE(copy_dict->Get(L"string", ©_string)); in TEST() 409 ASSERT_TRUE(copy_string); in TEST() 410 ASSERT_NE(copy_string, original_string); in TEST() 411 ASSERT_TRUE(copy_string->IsType(Value::TYPE_STRING)); in TEST() 415 ASSERT_TRUE(copy_string->GetAsString(©_string_value)); in TEST() 416 ASSERT_TRUE(copy_string->GetAsString(©_wstring_value)); in TEST() 417 ASSERT_TRUE(copy_string->GetAsUTF16(©_utf16_value)); in TEST()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | parse.c | 753 outfilename = copy_string( nmstr ); in yyparse() 759 { prefix = copy_string( nmstr ); } in yyparse() 763 { yyclass = copy_string( nmstr ); } in yyparse()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | vms-code.c | 120 new_arg0 = copy_string(arg0);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 603 flexfatal( "dynamic memory failure in copy_string()" ); 611 flexfatal( "dynamic memory failure in copy_string()" );
|
/external/bison/ |
D | ChangeLog | 9260 (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:
|