| /src/external/bsd/pcc/dist/pcc/driver/ |
| driver.c | 64 } file_types[] = { variable in typeref:struct:file_type 91 for (i = 0; i < ARRAYLEN(file_types); i++) { 92 if (strcmp(p, file_types[i].ext) == 0) 93 return &file_types[i];
|
| driver.c | 64 } file_types[] = { variable in typeref:struct:file_type 91 for (i = 0; i < ARRAYLEN(file_types); i++) { 92 if (strcmp(p, file_types[i].ext) == 0) 93 return &file_types[i];
|
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 90 struct stab_types **file_types; member in struct:stab_handle 380 ret->file_types = xmalloc (sizeof (*ret->file_types)); 381 ret->file_types[0] = NULL; 419 free (info->file_types); 462 can only free the file_types array, not the stab_types 465 info->file_types = xrealloc (info->file_types, sizeof (*info->file_types)); 466 info->file_types[0] = NULL 3303 struct stab_types *file_types; member in struct:bincl_file [all...] |
| stabs.c | 90 struct stab_types **file_types; member in struct:stab_handle 380 ret->file_types = xmalloc (sizeof (*ret->file_types)); 381 ret->file_types[0] = NULL; 419 free (info->file_types); 462 can only free the file_types array, not the stab_types 465 info->file_types = xrealloc (info->file_types, sizeof (*info->file_types)); 466 info->file_types[0] = NULL 3303 struct stab_types *file_types; member in struct:bincl_file [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 90 struct stab_types **file_types; member in struct:stab_handle 380 ret->file_types = xmalloc (sizeof (*ret->file_types)); 381 ret->file_types[0] = NULL; 419 free (info->file_types); 462 can only free the file_types array, not the stab_types 465 info->file_types = xrealloc (info->file_types, sizeof (*info->file_types)); 466 info->file_types[0] = NULL 3303 struct stab_types *file_types; member in struct:bincl_file [all...] |
| stabs.c | 90 struct stab_types **file_types; member in struct:stab_handle 380 ret->file_types = xmalloc (sizeof (*ret->file_types)); 381 ret->file_types[0] = NULL; 419 free (info->file_types); 462 can only free the file_types array, not the stab_types 465 info->file_types = xrealloc (info->file_types, sizeof (*info->file_types)); 466 info->file_types[0] = NULL 3303 struct stab_types *file_types; member in struct:bincl_file [all...] |