Searched refs:games (Results 26 - 50 of 84) sorted by relevance

1234

/netbsd-current/tests/games/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/games
H A Dt_factor.sh30 ncrypt=$( ldd /usr/games/factor | grep -c -- -lcrypt )
34 atf_check -s exit:0 -o file:expout -e empty /usr/games/factor ${1}
40 atf_set "require.progs" "/usr/games/factor"
49 atf_set "require.progs" "/usr/games/factor"
59 atf_set "require.progs" "/usr/games/factor"
69 atf_set "require.progs" "/usr/games/factor"
79 atf_set "require.progs" "/usr/games/factor"
88 atf_set "require.progs" "/usr/games/factor"
98 atf_set "require.progs" "/usr/games/factor"
108 atf_set "require.progs" "/usr/games/facto
[all...]
/netbsd-current/games/hack/
H A Dhack.sh65 HACKDIR=/usr/games/lib/hackdir
H A DMakefile27 FILESDIR=/var/games/hackdir
49 ${_MKMSG_INSTALL} ${DESTDIR}/var/games/hackdir/perm
50 ${INSTALL_FILE} -o games -g games -m 660 /dev/null \
51 ${DESTDIR}/var/games/hackdir/perm
52 ${_MKMSG_INSTALL} ${DESTDIR}/var/games/hackdir/record
53 ${INSTALL_FILE} -o games -g games -m 660 /dev/null \
54 ${DESTDIR}/var/games/hackdir/record
55 ${_MKMSG_REMOVE} "${DESTDIR}/var/games/hackdi
[all...]
/netbsd-current/distrib/syspkg/sets/
H A DMakefile6 SUBDIR+=games
/netbsd-current/games/ching/ching/
H A Dching.sh69 SHARE=/usr/share/games/ching
H A DMakefile10 FILESDIR=/usr/share/games/ching
/netbsd-current/games/atc/
H A Dmain.c249 char line[256], games[256]; local
251 (void)strlcpy(games, _PATH_GAMES, 256);
252 (void)strlcat(games, GAMES, 256);
254 if ((fp = fopen(games, "r")) == NULL) {
255 warn("fopen %s", games);
259 (void)fprintf(stderr, "%s: no default game available\n", games);
276 char line[256], games[256]; local
278 (void)strlcpy(games, _PATH_GAMES, 256);
279 (void)strlcat(games, GAMES, 256);
281 if ((fp = fopen(games, "
309 char line[256], games[256]; local
[all...]
H A DMakefile20 FILES=${GAMES:S@^@${.CURDIR}/games/@g}
21 FILESDIR=/usr/share/games/atc
/netbsd-current/games/wump/
H A DMakefile11 FILESDIR=/usr/share/games
/netbsd-current/games/fish/
H A DMakefile11 FILESDIR=/usr/share/games
/netbsd-current/games/dm/
H A DMakefile6 # -DLOG log games
11 BINGRP= games
/netbsd-current/games/factor/
H A DMakefile6 PRIMES= ${NETBSDSRCDIR}/games/primes
/netbsd-current/etc/
H A DMakefile321 games games 664 /var/games/atc_score \
322 games games 664 /var/games/battlestar.log \
323 games games 664 /var/games/cfscores \
324 games game
[all...]
/netbsd-current/games/phantasia/
H A DMakefile16 FILESDIR=/var/games/phantasia
17 FILESOWN=games
18 FILESGRP=games
/netbsd-current/games/boggle/boggle/
H A DMakefile14 FILESDIR=/usr/share/games/boggle
/netbsd-current/games/cribbage/
H A DMakefile16 FILESDIR=/usr/share/games
/netbsd-current/games/quiz/
H A DMakefile16 FILESDIR=/usr/share/games/quiz.db
/netbsd-current/games/boggle/
H A DMakefile16 FILESDIR=/usr/share/games/boggle
/netbsd-current/games/dab/
H A Dgamescreen.h67 virtual void games(size_t l, const PLAYER& p) = 0; // Post games won
69 virtual void ties(const PLAYER& p) = 0; // Post tie games
H A Dttyscrn.h56 void games(size_t s, const PLAYER& p);
66 offsgames = 6, // games y offset from top of the board
H A Dmain.cc94 // Post games
95 b.games(0, *p[0]);
96 b.games(1, *p[1]);
178 // Play games
/netbsd-current/tests/
H A DMakefile9 TESTS_SUBDIRS= bin compat dev games include kernel lib libexec net
/netbsd-current/games/mille/
H A Dmille.c106 Player[PLAYER].games++;
108 Player[COMP].games++;
/netbsd-current/games/larn/
H A DMakefile74 FILESDIR=/usr/share/games/larn

Completed in 194 milliseconds

1234