Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/original-bsd/usr.sbin/amd/config/
H A Dnewvers.sh19 version="version.$1"
20 if [ ! -r $version ]; then echo 0 > $version; chmod 444 $version; fi
21 v=`cat $version`
38 char version[] = "\\
60 rm -f $version
61 expr ${v} + 1 > $version
62 chmod 444 $version
/original-bsd/games/trek/
H A Ddumpgame.c50 int version; in dumpgame() local
57 version = VERSION; in dumpgame()
58 write(fd, &version, sizeof version); in dumpgame()
86 int version; in restartgame() local
89 read(fd, &version, sizeof version) != sizeof version || in restartgame()
90 version != VERSION || in restartgame()
/original-bsd/sys/conf/
H A Dnewvers.sh10 if [ ! -r version ]
12 echo 0 > version
15 touch version
16 v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
22 echo `expr ${v} + 1` > version
/original-bsd/usr.bin/pascal/px/
H A DMakefile10 CLEANFILES+=h02opcs.h opc version Version.c
18 Version.c: version
19 ./version > ${.TARGET}
21 version: version.c target
22 ${CC} ${CFLAGS} ${.CURDIR}/version.c -o ${.TARGET}
/original-bsd/libexec/ftpd/
H A Dnewvers.sh20 if [ ! -r version ]; then echo 0 > version; fi
21 touch version
24 printf "%d\n", version > "version"; }' < version
/original-bsd/lib/librpc/rpc/
H A Dpmap_clnt.c56 pmap_set(program, version, protocol, port) in pmap_set() argument
58 u_long version;
74 parms.pm_vers = version;
92 pmap_unset(program, version) in pmap_unset() argument
94 u_long version;
108 parms.pm_vers = version;
H A Dpmap_getport.c56 pmap_getport(address, program, version, protocol) in pmap_getport() argument
59 u_long version;
72 parms.pm_vers = version;
/original-bsd/usr.bin/pascal/src/
H A Dnewversion.awk10 n = split( $3, version, ".")
11 print "VERSION = " version[1] "." version[2]+1
/original-bsd/usr.bin/pascal/pxp/
H A DMakefile15 CLEANFILES=opc y.tab.c y.tab.h opcode.h version
28 newversion: version
29 ./version > Version.c
31 version: version.c Version.o target
32 ${CC} -o version ${.CURDIR}/version.c Version.o
H A Dversion.c21 extern char version[];
34 sscanf(version, "%d.%d", &major, &minor); in main()
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/lib/
H A Dgremlinlib.c22 static version; /* AED_GREMLIN or SUN_GREMLIN */
57 if ((version = device) == SUN_GREMLIN)
108 if (version == SUN_GREMLIN)
116 fprintf(fp, (version == SUN_GREMLIN) ? "*\n" : "-1.00 -1.00\n");
147 if (version == SUN_GREMLIN)
155 fprintf(fp, (version == SUN_GREMLIN) ? "*\n" : "-1.00 -1.00\n");
184 if (version == SUN_GREMLIN)
197 fprintf(fp, (version == SUN_GREMLIN) ? "*\n" : "-1.00 -1.00\n");
243 if (version == SUN_GREMLIN)
289 if (version == SUN_GREMLIN)
[all …]
/original-bsd/usr.bin/mail/
H A Dmakefile.cor13 quit.o send.o strings.o temp.o tty.o vars.o version.o
17 quit.c send.c strings.c temp.c tty.c vars.c version.c
36 cp /dev/null version.c
49 version.c: /tmp
50 /bin/sh version > version.c
H A Dmakefile.cc16 quit.o send.o strings.o temp.o tty.o vars.o version.o \
21 quit.c send.c strings.c temp.c tty.c vars.c version.c \
49 cp /dev/null version.c
82 version.c: /tmp
83 /bin/sh version > version.c
H A Dmakefile.v617 quit.o send.o strings.o temp.o tty.o vars.o version.o \
22 quit.c send.c strings.c temp.c tty.c vars.c version.c \
50 cp /dev/null version.c
83 version.c: /tmp
84 /bin/sh version > version.c
H A Dmakefile.4017 quit.o send.o strings.o temp.o tty.o vars.o version.o \
22 quit.c send.c strings.c temp.c tty.c vars.c version.c \
51 cp /dev/null version.c
84 version.c: /tmp
85 /bin/sh version > version.c
H A Dmakefile.ing17 quit.o send.o strings.o temp.o tty.o vars.o version.o \
22 quit.c send.c strings.c temp.c tty.c vars.c version.c \
55 cp /dev/null version.c
88 version.c:
89 /bin/sh version > version.c
H A Dmakefile.v717 quit.o send.o strings.o temp.o tty.o vars.o version.o \
22 quit.c send.c strings.c temp.c tty.c vars.c version.c \
44 cp /dev/null version.c
79 version.c: /tmp
80 /bin/sh version > version.c
/original-bsd/old/gettable/
H A Dgettable.c47 int version = 0; local
56 version++, outfile = VERFILE;
109 fprintf(sfo, version ? VERSION : QUERY);
114 if (!version && equaln(buf, "BEGIN", 5)) {
123 if (!version && equaln(buf, "END", 3)) {
140 if (!version) {
/original-bsd/usr.bin/tn3270/distribution/
H A DREADME1 Welcome to the new tn3270 - version 4.1.1.
3 This version consists entirely of bug fixes to the August 1987 beta release
4 of tn3270. This version will now deal with CICS and VM/XA on the IBM
7 This version has been tested on various versions of BSD Unix, including
13 This version should build on any Berkeley-derived system.
28 I just haven't had the time to produce a fully integrated version that would
36 This is now replaced with a version of telnet (substantially what appeared
86 > 1) We don't have a native X version yet. I am waiting for X version 11
87 > (though this is mostly an excuse; I could have done version 10,
94 > The above three items WILL be in the next version, which should come
[all …]
/original-bsd/usr.bin/indent/
H A DREADME24 version. David Willcox (the author) states that:
55 | hands in it. It was converted to understand version 7 C. (The
56 | original was version 6.) It was converted from its original filter
78 version of indent, which appears to be the most up-to-date version. I
79 happen to have just about every known version of indent, including the
81 G-Emacs version, any 4.n version, sun version and the Unipress
82 version. I still think we should not have to "go-back-in-time" and
86 course send 4.3 version to the moderator directly, or you can let me
88 me know that 4.3 version is off-limits, in which case we would probably
89 have to revert to an older version. One way or another, I hope to get
[all …]
/original-bsd/lib/libc/gen/
H A Duname.c47 len = sizeof(name->version);
48 if (sysctl(mib, 2, &name->version, &len, NULL, 0) == -1)
51 for (p = name->version; len--; ++p)
/original-bsd/usr.bin/pascal/eyacc/
H A DREAD_ME12 This directory contains source for a version of yacc needed by the Pascal
13 parser. The differences between this yacc and a stadard version 6 yacc
32 version 7. This involved syntax fixes and changing the I/O calls
33 to standard version 7 calls.
/original-bsd/contrib/dungeon/
H A DHistory4 This version of dungeon has been modified from the original source
19 This is the first (and last) source release of the PDP-11 version of
32 FORTRAN version that has been available through DECUS. This
33 version has been completely rewritten to run efficiently on
34 small machines - up to 10 times as fast as the DECUS version.
67 and Arneson. The original version was written in MDL (alias MUDDLE).
68 The current version was translated from MDL into FORTRAN IV by
86 the pdp version to create a Vax/Unix version. This version also uses
/original-bsd/usr.sbin/sendmail/cf/m4/
H A Dversion.m49 VERSIONID(`@(#)version.m4 8.7.Beta (Berkeley) 06/21/95')
12 # Configuration version number
/original-bsd/libexec/kpasswdd/
H A Dkpasswdd.c48 char version[9]; variable
90 version in main()
100 if (*version == '\0') { in main()
104 } else if (strcmp(version, "KPWDV0.1") != 0) { in main()
107 version); in main()

12345678910>>...13