Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/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>" );
Dflexdef.h831 extern char *copy_string PROTO((register const char *));
Dmisc.c191 char *copy_string( str ) in copy_string() function
/external/chromium/base/
Dvalues_unittest.cc407 Value* copy_string = NULL; in TEST() local
408 ASSERT_TRUE(copy_dict->Get(L"string", &copy_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(&copy_string_value)); in TEST()
416 ASSERT_TRUE(copy_string->GetAsString(&copy_wstring_value)); in TEST()
417 ASSERT_TRUE(copy_string->GetAsUTF16(&copy_utf16_value)); in TEST()
/external/webkit/WebKitTools/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/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Dvms-code.c120 new_arg0 = copy_string(arg0);
/external/webkit/WebKitTools/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: