/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 999 char* my_strcat ( char* dest, const char* src ) in my_strcat() function 6030 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher "); in set_inbuf() 6031 my_strcat(inbuf, "blew on the cake to light the candles.\n"); in set_inbuf() 6032 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n"); in set_inbuf() 6033 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n"); in set_inbuf() 6034 my_strcat(inbuf, "rights reserved.\n"); in set_inbuf() 6035 my_strcat(inbuf, "\n"); in set_inbuf() 6036 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n"); in set_inbuf() 6037 my_strcat(inbuf, "modification, are permitted provided that the following conditions\n"); in set_inbuf() 6038 my_strcat(inbuf, "are met:\n"); in set_inbuf() [all …]
|
D | origin5-bz2.c | 961 char* my_strcat ( char* dest, const char* src ) in my_strcat() function 5993 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher "); in set_inbuf() 5994 my_strcat(inbuf, "blew on the cake to light the candles.\n"); in set_inbuf() 5995 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n"); in set_inbuf() 5996 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n"); in set_inbuf() 5997 my_strcat(inbuf, "rights reserved.\n"); in set_inbuf() 5998 my_strcat(inbuf, "\n"); in set_inbuf() 5999 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n"); in set_inbuf() 6000 my_strcat(inbuf, "modification, are permitted provided that the following conditions\n"); in set_inbuf() 6001 my_strcat(inbuf, "are met:\n"); in set_inbuf() [all …]
|
/external/valgrind/perf/ |
D | bz2.c | 961 char* my_strcat ( char* dest, const char* src ) in my_strcat() function 5990 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher "); in set_inbuf() 5991 my_strcat(inbuf, "blew on the cake to light the candles.\n"); in set_inbuf() 5992 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n"); in set_inbuf() 5993 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n"); in set_inbuf() 5994 my_strcat(inbuf, "rights reserved.\n"); in set_inbuf() 5995 my_strcat(inbuf, "\n"); in set_inbuf() 5996 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n"); in set_inbuf() 5997 my_strcat(inbuf, "modification, are permitted provided that the following conditions\n"); in set_inbuf() 5998 my_strcat(inbuf, "are met:\n"); in set_inbuf() [all …]
|
D | test_input_for_tinycc.c | 1214 char* my_strcat ( char* dest, const char* src ) in my_strcat() function 4454 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher "); in set_inbuf() 4455 my_strcat(inbuf, "blew on the cake to light the candles.\n"); in set_inbuf() 4456 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n"); in set_inbuf() 4457 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n"); in set_inbuf() 4458 my_strcat(inbuf, "rights reserved.\n"); in set_inbuf() 4459 my_strcat(inbuf, "\n"); in set_inbuf() 4460 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n"); in set_inbuf() 4461 my_strcat(inbuf, "modification, are permitted provided that the following conditions\n"); in set_inbuf() 4462 my_strcat(inbuf, "are met:\n"); in set_inbuf() [all …]
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 968 char* my_strcat ( char* dest, const char* src ) in my_strcat() function 6001 my_strcat(inbuf, "At her sixtieth birthday party, Margaret Thatcher "); in set_inbuf() 6002 my_strcat(inbuf, "blew on the cake to light the candles.\n"); in set_inbuf() 6003 my_strcat(inbuf, "This program, bzip2, the associated library libbzip2, and all\n"); in set_inbuf() 6004 my_strcat(inbuf, "documentation, are copyright (C) 1996-2004 Julian R Seward. All\n"); in set_inbuf() 6005 my_strcat(inbuf, "rights reserved.\n"); in set_inbuf() 6006 my_strcat(inbuf, "\n"); in set_inbuf() 6007 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n"); in set_inbuf() 6008 my_strcat(inbuf, "modification, are permitted provided that the following conditions\n"); in set_inbuf() 6009 my_strcat(inbuf, "are met:\n"); in set_inbuf() [all …]
|