Home
last modified time | relevance | path

Searched refs:dat (Results 1 – 25 of 28) sorted by relevance

12

/original-bsd/games/fortune/datfiles/
H A DMakefile4 BLDS= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
5 fortunes-o fortunes-o.dat
12 BLDS+= fortunes2-o.dat limerick.dat
26 fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat:
30 fortunes-o.dat: fortunes-o
/original-bsd/contrib/dungeon/
H A Dmaketxt.sh2 : make dtext.dat from individual parts
4 if test -s dtext.dat
14 cat dtext.aa dtext.ab dtext.ac dtext.ad dtext.ae dtext.af >dtext.dat.uu
16 uudecode dtext.dat.uu
17 rm dtext.dat.uu
H A Dfiles.h6 #define TEXTFILE DDIR/dtext.dat'
H A DMANIFEST23 dindx.dat 8
71 rtext.dat 5
H A DMakefile29 install -c -o bin -g bin -m 444 dindx.dat dtext.dat ${DESTDIR}/usr/games/lib/dunlib
H A DREADME104 dindx.dat -initialization data base
105 dtext.dat -main data base [binary file]
106 rtext.dat -message index file [pdp version]
H A DPDP.doc33 this process does the lookup in the file 'dtext.dat' and
/original-bsd/old/libndbm/
H A Ddbm.c72 store(key, dat) in store() argument
73 datum key, dat; in store()
82 return (dbm_store(cur_db, key, dat, DBM_REPLACE));
H A Dndbm.c142 dbm_store(db, key, dat, replace) in dbm_store() argument
144 datum key, dat;
167 if (!additem(db->dbm_pagbuf, key, dat))
178 if (key.dsize+dat.dsize+3*sizeof(short) >= PBLKSIZ) {
/original-bsd/lib/libedit/
H A Drefresh.c242 int dat, dlen;
250 if (num > dlen - dat)
251 num = dlen - dat;
254 num, dat, dlen, d),);
261 while (a >= &d[dat])
267 num, dat, dlen, d),);
288 int dat, dlen, num;
295 d[dat] = '\0';
300 num, dat, dlen, d),);
304 b = d + dat;
[all …]
/original-bsd/old/games.vax/zork/
H A DMakefile42 install -c -o bin -g bin -m 755 zorklib/dtext.dat ${DESTDIR}/usr/games/lib
43 install -c -o bin -g bin -m 755 zorklib/dindex.dat ${DESTDIR}/usr/games/lib
/original-bsd/lib/libtelnet/
H A Dkerberos.c190 if (!Data(ap, KRB_AUTH, (void *)auth.dat, auth.length)) {
224 printf("CK: %d:", kerberos4_cksum(auth.dat, auth.length));
225 printd(auth.dat, auth.length);
257 memmove((void *)auth.dat, (void *)data, auth.length = cnt);
260 printf("CK: %d:", kerberos4_cksum(auth.dat, auth.length));
261 printd(auth.dat, auth.length);
H A Dkrb4encpwd.c191 memmove((void *)auth.dat, (void *)data, auth.length = cnt);
299 if (!Data(ap, KRB4_ENCPWD_AUTH, (void *)krb_token.dat, krb_token.length)) {
H A Drsaencpwd.c187 memmove((void *)auth.dat, (void *)data, auth.length = cnt);
349 if (!Data(ap, RSA_ENCPWD_AUTH, (void *)token.dat, token.length)) {
/original-bsd/games/monop/
H A Dmonop.def88 # include "mon.dat"
92 # include "prop.dat"
96 # include "brd.dat"
H A Dmon.dat7 * @(#)mon.dat 5.4 (Berkeley) 05/31/93
H A Dprop.dat7 * @(#)prop.dat 5.4 (Berkeley) 05/31/93
H A Dbrd.dat7 * @(#)brd.dat 5.5 (Berkeley) 05/31/93
/original-bsd/sys/deprecated/bbnnet/
H A Dtcp_prim.c79 struct mbuf *dat; local
98 dat = (struct mbuf *) NULL;
107 if ((dat = m_copy (inp->inp_socket->so_snd.sb_mb, off, len)) == NULL)
127 m->m_next = dat;
/original-bsd/old/libdbm/
H A Ddbm.c102 store(key, dat) in store() argument
103 datum key, dat; in store()
126 if(additem(pagbuf, dat) < 0) {
135 if(key.dsize+dat.dsize+3*sizeof(short) >= PBLKSIZ) {
/original-bsd/sys/nfs/
H A Drpcv2.h114 #define NFS_KERBW1(t) (*((u_long *)(&((t).dat[((t).length + 3) & ~0x3]))))
/original-bsd/usr.bin/uucp/vms/
H A Duuxqt.com21 $ open/read/error=NO_COMMAND_FILE cmd_file 'UUXQT_DIR'uuxqt.dat
H A Duucico.com29 $ open/read/error=NO_COMMAND_FILE cmd_file 'UUCICO_DIR'uucico.dat
/original-bsd/share/doc/smm/18.net/
H A Dspell.ok163 dat
/original-bsd/games/fortune/
H A DNotes21 with the string ".dat" concatenated, i.e. "fort" is the standard fortune
22 database, and "fort.dat" is the data file which describes it. See

12