OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_types
(Results
1 - 3
of
3
) sorted by relevancy
/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];
/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
...]
/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
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026