Home
last modified time | relevance | path

Searched refs:rcsid (Results 1 – 7 of 7) sorted by relevance

/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsbase.h416 # define libId(name,rcsid) argument
417 # define mainProg(name,cmd,rcsid) int name mainArgs argument
419 # define libId(name,rcsid) char const name[] = rcsid; argument
/dragonfly/contrib/file/src/
H A Dfile.h698 static const char rcsid[] __attribute__((__used__)) = id;
701 static const char *rcsid(const char *p) { \
702 return rcsid(p = id); \
/dragonfly/contrib/bmake/
H A Dsetenv.c41 static char *rcsid = "$Id: setenv.c,v 1.5 1996/09/04 22:10:42 sjg Exp $"; variable
H A Dsigcompat.c107 static char *rcsid = "$Id: sigcompat.c,v 1.24 2022/09/26 17:38:10 sjg Exp $"; variable
H A Dmake.h1234 # define __RCSID(s) __IDSTRING(rcsid,s)
1247 # define MAKE_RCSID(id) static volatile char rcsid[] = id
/dragonfly/test/stress/stress2/lib/
H A Dmain.c43 static char const rcsid[] = "$Name: $ $FreeBSD$"; variable
/dragonfly/contrib/mdocml/
H A Droff.c1261 int rcsid; /* kind of RCS id seen */ in roff_expand() local
1279 rcsid = 0; in roff_expand()
1281 rcsid = 1 << MANDOC_OS_OPENBSD; in roff_expand()
1284 rcsid = 1 << MANDOC_OS_NETBSD; in roff_expand()
1290 if (r->man->meta.rcsids & rcsid) in roff_expand()
1294 r->man->meta.rcsids |= rcsid; in roff_expand()