OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:E_FILNMLEN
(Results
26 - 33
of
33
) sorted by null
1
2
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
coff.h
20
#define
E_FILNMLEN
14
202
char x_fname[
E_FILNMLEN
];
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
coff.h
20
#define
E_FILNMLEN
14
202
char x_fname[
E_FILNMLEN
];
/toolchain/binutils/binutils-2.25/include/coff/
i960.h
155
#define
E_FILNMLEN
14 /* # characters in a file name */
224
char x_fname[
E_FILNMLEN
];
rs6k64.h
121
#define
E_FILNMLEN
14 /* # characters in a file name */
157
char x_fname[
E_FILNMLEN
];
rs6000.h
122
#define
E_FILNMLEN
14 /* # characters in a file name */
173
char x_fname[
E_FILNMLEN
];
ti.h
396
#define
E_FILNMLEN
14 /* # characters in a file name */
445
char x_fname[
E_FILNMLEN
];
pe.h
343
#undef
E_FILNMLEN
344
#define
E_FILNMLEN
18 /* # characters in a file name. */
/toolchain/binutils/binutils-2.25/libiberty/
simple-object-coff.c
124
#define
E_FILNMLEN
18
133
char x_fname[
E_FILNMLEN
];
706
if (sflen <=
E_FILNMLEN
)
Completed in 1178 milliseconds
1
2