OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RCSID
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/ppp/pppd/
eui64.c
38
#define
RCSID
"$Id: eui64.c,v 1.6 2002/12/04 23:03:32 paulus Exp $"
42
static const char
rcsid
[] =
RCSID
;
variable
chap-md5.c
31
#define
RCSID
"$Id: chap-md5.c,v 1.4 2004/11/09 22:39:25 paulus Exp $"
ecp.c
60
#define
RCSID
"$Id: ecp.c,v 1.4 2004/11/04 10:02:26 paulus Exp $"
62
static const char
rcsid
[] =
RCSID
;
variable
magic.c
43
#define
RCSID
"$Id: magic.c,v 1.11 2003/06/11 23:56:26 paulus Exp $"
54
static const char
rcsid
[] =
RCSID
;
variable
/external/ppp/pppd/plugins/radius/
radattr.c
17
static char const
RCSID
[] =
radrealms.c
17
static char const
RCSID
[] =
/external/ppp/pppd/plugins/rp-pppoe/
debug.c
16
static char const
RCSID
[] =
if.c
16
static char const
RCSID
[] =
common.c
16
static char const
RCSID
[] =
/external/iputils/ninfod/
ninfod_addrs.c
126
static char *
RCSID
__attribute__ ((unused)) = "$USAGI: ninfod_addrs.c,v 1.18 2003-07-16 09:49:01 yoshfuji Exp $";
/development/ndk/platforms/android-3/arch-arm/include/machine/
asm.h
119
#define
RCSID
(x) .section ".ident"; .asciz x
121
#define
RCSID
(x) .text; .asciz x
/prebuilts/ndk/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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)
Completed in 238 milliseconds
1
2
3