OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RCSID
(Results
26 - 50
of
74
) sorted by null
1
2
3
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/machine/
asm.h
121
#define
RCSID
(x) .text; .asciz x
122
#define __FBSDID(x)
RCSID
(x)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/machine/
asm.h
121
#define
RCSID
(x) .text; .asciz x
122
#define __FBSDID(x)
RCSID
(x)
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/bionic/libc/arch-x86/include/machine/
asm.h
183
#define
RCSID
(x) .pushsection ".ident"; .asciz x; .popsection
185
#define
RCSID
(x) .text; .asciz x
191
#define __KERNEL_RCSID(_n, _s)
RCSID
(_s)
/development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h
131
#define
RCSID
(x) .text; .asciz x
132
#define __FBSDID(x)
RCSID
(x)
/external/iputils/ninfod/
ninfod_name.c
134
static char *
RCSID
__attribute__ ((unused)) = "$USAGI: ninfod_name.c,v 1.15 2003-01-11 14:33:28 yoshfuji Exp $";
/external/ppp/pppd/
cbcp.c
36
#define
RCSID
"$Id: cbcp.c,v 1.16 2004/10/28 00:15:36 paulus Exp $"
48
static const char
rcsid
[] =
RCSID
;
variable
demand.c
31
#define
RCSID
"$Id: demand.c,v 1.19 2004/11/04 10:02:26 paulus Exp $"
55
static const char
rcsid
[] =
RCSID
;
variable
fsm.c
43
#define
RCSID
"$Id: fsm.c,v 1.23 2004/11/13 02:28:15 paulus Exp $"
58
static const char
rcsid
[] =
RCSID
;
variable
/external/ppp/pppd/plugins/rp-pppoe/
common.c
16
static char const
RCSID
[] =
discovery.c
11
static char const
RCSID
[] =
plugin.c
24
static char const
RCSID
[] =
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h
131
#define
RCSID
(x) .text; .asciz x
132
#define __FBSDID(x)
RCSID
(x)
Completed in 2912 milliseconds
1
2
3