HomeSort by relevance Sort by last modified time
    Searched defs:RCSID (Results 1 - 25 of 38) sorted by null

1 2

  /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
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
chap-new.c 31 #define RCSID "$Id: chap-new.c,v 1.9 2007/06/19 02:08:35 carlsonj Exp $"
upap.c 43 #define RCSID "$Id: upap.c,v 1.30 2005/07/13 10:41:58 paulus Exp $"
55 static const char rcsid[] = RCSID; variable
ccp.c 31 #define RCSID "$Id: ccp.c,v 1.50 2005/06/26 19:34:41 carlsonj Exp $"
46 static const char rcsid[] = RCSID; variable
    [all...]
  /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[] =
discovery.c 11 static char const RCSID[] =
plugin.c 25 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 $";
ninfod_name.c 134 static char *RCSID __attribute__ ((unused)) = "$USAGI: ninfod_name.c,v 1.15 2003-01-11 14:33:28 yoshfuji Exp $";
ninfod_core.c 119 static char *RCSID __attribute__ ((unused)) = "$USAGI: ninfod_core.c,v 1.29 2003-07-16 09:49:01 yoshfuji Exp $";
ni_ifaddrs.c 91 static const char *RCSID __attribute__ ((unused)) = "$USAGI: ni_ifaddrs.c,v 1.8 2007-10-11 06:25:21 yoshfuji Exp $ based on USAGI: ifaddrs.c,v 1.18 2002/03/06 01:50:46 yoshfuji Exp";
ninfod.c 132 static char *RCSID __attribute__ ((unused)) = "$USAGI: ninfod.c,v 1.34 2003-01-15 06:41:23 mk Exp $";
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
asm.h 104 #define RCSID(x) .section ".ident"; .asciz x
106 #define RCSID(x) .text; .asciz x
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
asm.h 100 #define RCSID(x) .text; .asciz 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)

Completed in 1175 milliseconds

1 2