| /src/external/public-domain/xz/dist/tests/ |
| tuktest.h | 657 char *alloc_name = NULL; local 692 alloc_name = tuktest_malloc_impl(alloc_name_size, 695 memcpy(alloc_name, prefix, prefix_len); 696 alloc_name[prefix_len] = '/'; 697 memcpy(alloc_name + prefix_len + 1, filename, filename_len); 698 alloc_name[prefix_len + 1 + filename_len] = '\0'; 700 // Set filename to point to the new string. alloc_name 703 filename = alloc_name; 761 tuktest_free(alloc_name);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| symtab.c | 1058 char *alloc_name = (char *) alloca (linkage_name.length () + 1); 1059 memcpy (alloc_name, linkage_name.data (), linkage_name.length ()); 1060 alloc_name[linkage_name.length ()] = '\0'; 1062 linkage_name_copy = std::string_view (alloc_name, 1056 char *alloc_name = (char *) alloca (linkage_name.length () + 1); local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symtab.c | 1058 char *alloc_name = (char *) alloca (linkage_name.length () + 1); 1059 memcpy (alloc_name, linkage_name.data (), linkage_name.length ()); 1060 alloc_name[linkage_name.length ()] = '\0'; 1062 linkage_name_copy = std::string_view (alloc_name, 1056 char *alloc_name = (char *) alloca (linkage_name.length () + 1); local
|
| /src/external/gpl3/binutils/dist/gas/ |
| ecoff.c | 1049 char *alloc_name; /* name of this allocation type (must be first) */ 1047 char *alloc_name; \/* name of this allocation type (must be first) *\/ member in struct:alloc_info
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| ecoff.c | 1049 char *alloc_name; /* name of this allocation type (must be first) */ 1047 char *alloc_name; \/* name of this allocation type (must be first) *\/ member in struct:alloc_info
|