OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:concat_length
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/libiberty/
concat.c
87
/* @undocumented
concat_length
*/
90
concat_length
(const char *first, ...)
function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h
157
extern unsigned long
concat_length
(const char *, ...) ATTRIBUTE_SENTINEL;
182
(libiberty_concat_ptr = (char *) alloca (
concat_length
ACONCAT_PARAMS + 1), \
/toolchain/binutils/binutils-2.25/include/
libiberty.h
160
extern unsigned long
concat_length
(const char *, ...) ATTRIBUTE_SENTINEL;
185
(libiberty_concat_ptr = (char *) alloca (
concat_length
ACONCAT_PARAMS + 1), \
Completed in 239 milliseconds