Searched refs:PROGRAM (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest.h32 #define PROGRAM "bsdcpio" /* Name of program being tested. */ macro
/freebsd-11-stable/contrib/libarchive/cat/test/
H A Dtest.h32 #define PROGRAM "bsdcat" /* Name of program being tested. */ macro
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest.h32 #define PROGRAM "bsdtar" /* Name of program being tested. */ macro
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dconfig.h10 #define PROGRAM "libkqueue-test" macro
/freebsd-11-stable/contrib/byacc/
H A DMakefile.old30 PROGRAM = yacc
45 all: $(PROGRAM)
47 $(PROGRAM): $(OBJS) $(LIBS)
48 @echo -n "Loading $(PROGRAM) ... "
49 @$(LINKER) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
54 clobber:; @rm -f $(OBJS) $(PROGRAM)
56 depend:; @mkmf -f $(MAKEFILE) PROGRAM=$(PROGRAM) DEST=$(DEST)
60 install: $(PROGRAM)
61 @echo Installing $(PROGRAM) i
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest.h30 #undef PROGRAM /* Testing a library, not a program. */ macro
H A Dmain.c66 #undef PROGRAM /* Testing a library, not a program. */ macro
140 #ifdef PROGRAM
2732 #ifdef PROGRAM
2808 snprintf(buff, buff_size, "%s/%s/test", pwd, PROGRAM);
2934 #ifdef PROGRAM
3006 #ifdef PROGRAM
3038 #ifdef PROGRAM
3042 strlen(PROGRAM) + 1)) == NULL)
3049 strcat(tmp2, PROGRAM);
3121 #ifdef PROGRAM
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java39 public static final String PROGRAM = field in class:TestProbeData
103 consumer.compile(PROGRAM);
H A DTestDrop.java37 static final String PROGRAM = field in class:TestDrop
158 consumer.compile(PROGRAM);
H A DTestBean.java499 final String PROGRAM = "syscall:::entry { @[execname] = count(); }";
504 p = consumer.compile(PROGRAM);
516 final String PROGRAM = "syscall:::entry { @[execname] = count(); }";
521 out.write(PROGRAM.getBytes(), 0, PROGRAM.length());
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
H A Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/freebsd-11-stable/contrib/binutils/
H A Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
53 PROGRAM is program to run
/freebsd-11-stable/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
50 PROGRAM is program to run
H A Ddepcomp37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
/freebsd-11-stable/contrib/one-true-awk/
H A Dmaketab.c42 { PROGRAM, "program", NULL },
H A Dawkgram.y49 %token <p> PROGRAM PASTAT PASTAT2 XBEGIN XEND
99 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); }
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man227 my $PROGRAM = uc $program;
473 .TH $PROGRAM "$section" "$date" "$package $version" FSF
/freebsd-11-stable/contrib/sqlite3/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-11-stable/contrib/openpam/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-11-stable/contrib/file/
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_common.h268 #ifndef PROGRAM
416 #ifndef PROGRAM
455 #else /* defined(PROGRAM) */
468 #endif /* defined(PROGRAM) */
H A Dtest_main.c156 #ifdef PROGRAM
2327 #ifdef PROGRAM
2436 #endif /* PROGRAM */
3269 #ifndef PROGRAM
3451 #endif /* !defined(PROGRAM) */
3631 #ifdef PROGRAM
3707 snprintf(buff, buff_size, "%s/%s/test", pwd, PROGRAM);
3838 #ifdef PROGRAM
3910 #ifdef PROGRAM
3942 #ifdef PROGRAM
[all...]

Completed in 161 milliseconds

123