HomeSort by: relevance | last modified time | path
    Searched refs:PROGRAM (Results 1 - 25 of 290) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-reader-exec.c 5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
18 /* Simple standalone program using the JIT API. */
26 execl (PROGRAM, PROGRAM, (char *) 0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-reader-exec.c 5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
18 /* Simple standalone program using the JIT API. */
26 execl (PROGRAM, PROGRAM, (char *) 0);
  /src/external/apache2/llvm/dist/llvm/utils/bugpoint/
RemoteRunSafely.sh 3 # Program: RemoteRunSafely.sh
5 # Synopsis: This script simply runs another program remotely using ssh.
6 # It always returns the another program exit code or exit with
7 # code 255 which indicates that the program could not be executed.
12 # <program> <args...>
15 # <hostname> is the remote host to execute the program,
18 # <program> is the path to the program to run,
19 # <args...> are the arguments to pass to the program.
26 "<program> <args...>
    [all...]
  /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/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/external/apache2/llvm/dist/llvm/utils/
llvmdo 19 # llvmdo [-topdir DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS...
34 # Finally, you simply specify whatever program you want to run against each
35 # file and the arguments to give it. The PROGRAM will be given the file name
40 echo "Usage: llvmdo [-topdir DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS..."
66 echo "Missing program name to run"
70 PROGRAM=`which $1`
71 if test ! -x "$PROGRAM" ; then
180 -exec $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/gpl2/gettext/dist/build-aux/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/external/gpl2/gmake/dist/config/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/external/gpl2/xcvs/dist/build-aux/
compile 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /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/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 42 =item B<simple_test NAME, PROGRAM, ALGORITHM>
44 Runs a test named NAME, running the program PROGRAM with no arguments,
60 # name of binary (the program that does the actual test)
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 42 =item B<simple_test NAME, PROGRAM, ALGORITHM>
44 Runs a test named NAME, running the program PROGRAM with no arguments,
60 # name of binary (the program that does the actual test)
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Simple.pm 42 =item B<simple_test NAME, PROGRAM, ALGORITHM>
44 Runs a test named NAME, running the program PROGRAM with no arguments,
60 # name of binary (the program that does the actual test)
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
mullu.S 7 # This program and the accompanying materials
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  /src/crypto/external/bsd/heimdal/dist/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <https://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
155 # The program to run
    [all...]
  /src/external/bsd/flex/dist/build-aux/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
155 # The program to run
    [all...]
  /src/external/bsd/tmux/dist/etc/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
155 # The program to run
    [all...]
  /src/external/gpl3/binutils.old/dist/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
140 # The program to run
    [all...]
  /src/external/gpl3/gcc/dist/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
140 # The program to run
    [all...]
  /src/external/gpl3/gcc.old/dist/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
140 # The program to run
    [all...]
  /src/external/gpl3/gdb/dist/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
140 # The program to run
    [all...]
  /src/external/gpl3/gdb.old/dist/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
140 # The program to run
    [all...]
  /src/external/lgpl3/gmp/dist/
ylwrap 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
82 PROGRAM is program to run
126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
155 # The program to run
    [all...]

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>