/freebsd/contrib/ntp/sntp/libevent/ |
H A D | strlcpy.c | 31 static char *rcsid = "$OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $"; variable
|
/freebsd/contrib/libevent/ |
H A D | strlcpy.c | 31 static char *rcsid = "$OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $"; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.c | 32 static const char rcsid[] = "\n@(#) $Revision: 243501 $\n"; variable 279 char *dllName = (char*)rcsid; /* !! Just to avoid unused code elimination */ in loadiJIT_Funcs()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | netscope.c | 21 static char rcsid[] = variable
|
H A D | inet_pton.c | 21 static char rcsid[] = variable
|
H A D | inet_ntop.c | 21 static char rcsid[] = variable
|
/freebsd/contrib/pf/pflogd/ |
H A D | pidfile.c | 35 static const char rcsid[] = "$OpenBSD: pidfile.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $"; variable
|
/freebsd/contrib/bmake/missing/sys/ |
H A D | cdefs.h | 179 #define __RCSID(s) __IDSTRING(rcsid,s)
|
/freebsd/contrib/bmake/ |
H A D | setenv.c | 41 static char *rcsid = "$Id: setenv.c,v 1.5 1996/09/04 22:10:42 sjg Exp $"; variable
|
H A D | sigcompat.c | 107 static char *rcsid = "$Id: sigcompat.c,v 1.24 2022/09/26 17:38:10 sjg Exp $"; variable
|
H A D | make.h | 1267 # define __RCSID(s) __IDSTRING(rcsid,s) 1280 # define MAKE_RCSID(id) static volatile char rcsid[] = id
|
/freebsd/contrib/file/src/ |
H A D | file.h | 724 static const char rcsid[] __attribute__((__used__)) = id; 727 static const char *rcsid(const char *p) { \ 728 return rcsid(p = id); \
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | fnmatch.c | 39 static char rcsid[] = "$NetBSD: fnmatch.c,v 1.11 1995/02/27 03:43:06 cgd Exp $"; variable
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | util.c | 39 static const char rcsid[] =
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-closefrom.c | 56 __unused static const char rcsid[] = "$Sudo: closefrom.c,v 1.11 2006/08/17 15:26:54 millert Exp $";
|
/freebsd/usr.sbin/cron/crontab/ |
H A D | crontab.c | 23 static const char rcsid[] = variable 522 fprintf(tmp, "# (Cron version -- %s)\n", rcsid);
|
/freebsd/usr.sbin/cron/cron/ |
H A D | popen.c | 27 static const char rcsid[] = variable
|
H A D | database.c | 23 static const char rcsid[] = variable
|
H A D | do_command.c | 23 static const char rcsid[] = variable
|
H A D | cron.c | 23 static const char rcsid[] = variable
|
/freebsd/contrib/ntp/libparse/ |
H A D | parsesolaris.c | 40 static char rcsid[] = "parsesolaris.c,v 4.11 2005/04/16 17:32:10 kardel RELEASE_20050508_A"; variable 107 t = rcsid; in _init()
|
H A D | parsestreams.c | 46 static char rcsid[] = "parsestreams.c,v 4.11 2005/04/16 17:32:10 kardel RELEASE_20050508_A"; variable 265 s = rcsid; /* NOOP - keep compilers happy */ in xxxinit()
|
H A D | parse.c | 50 static char rcsid[] = "parse.c,v 4.20 2005/08/06 17:39:40 kardel RELEASE_20050806_A"; variable
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 1246 int rcsid; /* kind of RCS id seen */ in roff_parse_comment() local 1298 rcsid = 0; in roff_parse_comment() 1300 rcsid = 1 << MANDOC_OS_OPENBSD; in roff_parse_comment() 1303 rcsid = 1 << MANDOC_OS_NETBSD; in roff_parse_comment() 1308 if (r->man->meta.rcsids & rcsid) in roff_parse_comment() 1311 r->man->meta.rcsids |= rcsid; in roff_parse_comment()
|
/freebsd/usr.sbin/cron/lib/ |
H A D | entry.c | 24 static const char rcsid[] = variable
|