OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glue
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdio/
glue.h
1
/* $OpenBSD:
glue
.h,v 1.4 2004/01/11 21:39:51 millert Exp $ */
41
* allocated and linked in via this
glue
structure.
43
struct
glue
{
struct
44
struct
glue
*next;
50
__LIBC64_HIDDEN__ extern struct
glue
__sglue;
/external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c
10
#define
glue
(a, b) a ## b
macro
11
#define xglue(a, b)
glue
(a, b)
18
glue
(HIGH, LOW);
Completed in 378 milliseconds