OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PROGRAM
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/build/
Makefile
6
PROGRAM
= $(OBJDIR)/prg
29
$(
PROGRAM
): $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.o
32
build_regular: $(
PROGRAM
)
39
$(CC) $(CFLAGS) $(LDFLAGS) -o $(
PROGRAM
) $(SRCDIR)/main.c $(SRCDIR)/clean-one.c $(SRCDIR)/clean-two.c $(SRCDIR)/emit-one.c $(SRCDIR)/emit-two.c
42
rm -f $(
PROGRAM
) $(OBJDIR)/*.o
/src/external/bsd/libarchive/dist/cat/test/
test.h
8
/* Every test
program
should #include "test.h" as the first thing. */
12
#define
PROGRAM
"bsdcat" /* Name of
program
being tested. */
13
#define PROGRAM_ALIAS "cat" /* Generic alias for
program
*/
/src/external/bsd/libarchive/dist/cpio/test/
test.h
8
/* Every test
program
should #include "test.h" as the first thing. */
12
#define
PROGRAM
"bsdcpio" /* Name of
program
being tested. */
13
#define PROGRAM_ALIAS "cpio" /* Generic alias for
program
*/
/src/external/bsd/libarchive/dist/libarchive/test/
test.h
26
/* Every test
program
should #include "test.h" as the first thing. */
30
#undef
PROGRAM
/* Testing a library, not a
program
. */
/src/external/bsd/libarchive/dist/tar/test/
test.h
8
/* Every test
program
should #include "test.h" as the first thing. */
12
#define
PROGRAM
"bsdtar" /* Name of
program
being tested. */
13
#define PROGRAM_ALIAS "tar" /* Generic alias for
program
*/
/src/games/gomoku/
main.c
56
PROGRAM
, /* get input from
program
*/
69
static char *prog; /* name of
program
*/
170
input[color != BLACK ? BLACK : WHITE] =
PROGRAM
;
177
input[BLACK] =
PROGRAM
;
178
input[WHITE] =
PROGRAM
;
258
if (input[color] ==
PROGRAM
)
304
case
PROGRAM
:
Completed in 19 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026