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
84
) sorted by null
1
2
3
4
/prebuilts/ndk/r10/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/r11/platforms/android-12/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/r11/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/r11/platforms/android-15/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/r11/platforms/android-16/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/r11/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/r11/platforms/android-19/arch-arm/usr/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/r11/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/r11/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/r11/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/r11/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/r11/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
/development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h
131
#define
RCSID
(x) .text; .asciz x
132
#define __FBSDID(x)
RCSID
(x)
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
asm.h
169
#define
RCSID
(x) .section ".ident"; .asciz x
171
#define
RCSID
(x) .text; .asciz x
177
#define __KERNEL_RCSID(_n, _s)
RCSID
(_s)
/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.17 2006/05/22 00:04:07 paulus Exp $"
48
static const char
rcsid
[] =
RCSID
;
variable
demand.c
31
#define
RCSID
"$Id: demand.c,v 1.20 2005/08/25 12:14:18 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/
discovery.c
11
static char const
RCSID
[] =
plugin.c
25
static char const
RCSID
[] =
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/machine/
asm.h
131
#define
RCSID
(x) .text; .asciz x
132
#define __FBSDID(x)
RCSID
(x)
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/machine/
asm.h
131
#define
RCSID
(x) .text; .asciz x
132
#define __FBSDID(x)
RCSID
(x)
/prebuilts/ndk/r10/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 431 milliseconds
1
2
3
4