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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/
blinky.s 1 ;;; blinky.s --- sample program to blink LED's on M32C simulator
8 ;;; This program is free software; you can redistribute it and/or modify
13 ;;; This program is distributed in the hope that it will be useful,
19 ;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
  /src/external/gpl3/gdb/dist/sim/testsuite/m32c/
blinky.s 1 ;;; blinky.s --- sample program to blink LED's on M32C simulator
8 ;;; This program is free software; you can redistribute it and/or modify
13 ;;; This program is distributed in the hope that it will be useful,
19 ;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/hw/rv-n-cris/
quit.s 1 ; Trivial target simulator program that just exits.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/hw/rv-n-cris/
quit.s 1 ; Trivial target simulator program that just exits.
  /src/external/apache2/llvm/dist/llvm/utils/
check-each-file 9 program=$2
10 linker=./link-$program
11 echo "Building $program with llvm-native-gcc"
12 rm -f $program
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
14 echo "Erasing $program and re-linking it"
15 rm -f $program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
23 echo "$program appears to need a dummy __main function; adding one
    [all...]
  /src/tools/autoconf/
Makefile 5 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
  /src/lib/librpcsvc/
rwall.x 50 program WALLPROG {
  /src/sys/arch/sun68k/stand/
README 3 The sun bootblocks are split into two parts: a small 1st-level program that
5 in size to SBSIZE - DEV_BSIZE bytes), and a 2nd-level program that resides
8 The 1st-level program is loaded into memory by the PROM. It loads the second
9 stage program from a set of filesystem block numbers that are hard-coded
10 into it by the `installboot' program. The prototype code for the 1st-level
13 The 2nd-level program (`ufsboot') is normally installed in the root FS
19 boot program:
34 installboot would find the inumber for the 2nd stage boot program
  /src/usr.bin/menuc/testm/
menus.msg 5 Welcome to the menuc (and msg) test program!
  /src/crypto/external/apache2/openssl/dist/test/
generate_buildtest.pl 20 * program builds.
  /src/crypto/external/bsd/openssl/dist/test/
generate_buildtest.pl 20 * program builds.
  /src/crypto/external/bsd/openssl.old/dist/test/
generate_buildtest.pl 20 * program builds.
  /src/external/bsd/zstd/dist/tests/gzip/
zgrep-signal.sh 7 # This program is free software: you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
34 # pipe's read end before running the program; the equivalent of the
38 program=${1?}
50 exec '"'$program'$args"';
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
hello.pas 0 program hello;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/
hello.pas 0 program hello;
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
am_edit 10 # {program}_METASOURCES
12 # {program}_METASOURCES = name1.moc name2.moc ... [\]
13 # {program}_METASOURCES = AUTO
25 # The concept (and base code) for this program came from automoc,
208 local $program = "";
210 local %realObjs = (); # lists the objects compiled into $program
211 local %sources = (); # lists the sources used for $program
213 local %realname = (); # the binary name of program variable
214 local %idlfiles = (); # lists the idl files used for $program
250 foreach $program (@programs)
    [all...]
  /src/tools/gettext/
Makefile 7 CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \
  /src/tools/texinfo/
Makefile 5 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
  /src/external/bsd/ntp/dist/sntp/
log.h 24 void sntp_init_logging(const char *program);
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
launch.py 3 # This program is free software; you can redistribute it and/or modify
8 # This program is distributed in the hope that it will be useful,
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
64 def file_command(program):
67 program = re.sub("[ \t\n\r\f\v\\\\'\"]", "\\\\\\g<0>", program)
68 exec_and_log("file " + program)
77 program: Optional[str] = None,
91 if program is not None:
92 file_command(program)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
launch.py 3 # This program is free software; you can redistribute it and/or modify
8 # This program is distributed in the hope that it will be useful,
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
64 def file_command(program):
67 program = re.sub("[ \t\n\r\f\v\\\\'\"]", "\\\\\\g<0>", program)
68 exec_and_log("file " + program)
77 program: Optional[str] = None,
91 if program is not None:
92 file_command(program)
    [all...]
  /src/lib/libc/rpc/
pmap_clnt.c 71 pmap_set(u_long program, u_long version, int protocol, int port)
92 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na);
99 * Remove the mapping between program, version and port.
103 pmap_unset(u_long program, u_long version)
111 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
117 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
  /src/sbin/mount_puffs/
mount_puffs.c 56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname());
85 mount_puffs_filesystem(const char *program, const char *opts,
93 * program [-o opts] [source] mountpoint */
95 argv[argc++] = program;
106 /* We intentionally use execvp(3) here because the program can
108 if (execvp(program, __UNCONST(argv)) == -1) {
109 warn("Cannot execute %s", program);
172 /* Split the program name and source. This is to allow
175 char *program = strsep(&source, "#"); local
177 rv = mount_puffs_filesystem(program, opts, source, argv[1])
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
help2man 6 # This program is free software; you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program; if not, write to the Free Software Foundation,
183 (my $program = $ARGV[0]) =~ s!.*/!!;
184 my $package = $program;
201 # <program> <version>
202 # {GNU,Free} <program> <version>
203 # <program> ({GNU,Free} <package>) <version>
204 # <program> - {GNU,Free} <package> <version>
213 $program = $1
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/man/
help2man 6 # This program is free software; you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program; if not, write to the Free Software Foundation,
183 (my $program = $ARGV[0]) =~ s!.*/!!;
184 my $package = $program;
201 # <program> <version>
202 # {GNU,Free} <program> <version>
203 # <program> ({GNU,Free} <package>) <version>
204 # <program> - {GNU,Free} <package> <version>
213 $program = $1
    [all...]

Completed in 105 milliseconds

1 2 3 4 5 6 7 8 91011>>