Searched refs:program (Results 76 - 100 of 264) sorted by relevance

1234567891011

/freebsd-12-stable/sys/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S61 jal main # call the program start function
/freebsd-12-stable/lib/libkvm/
H A Dkvm_powerpc.c105 _kvm_err(kd, kd->program, "cannot map corefile");
132 _kvm_err(kd, kd->program, "cannot map corefile headers");
140 _kvm_err(kd, kd->program, "invalid corefile");
214 _kvm_err(kd, kd->program, "Raw corefile not supported");
H A Dkvm_powerpc64.c105 _kvm_err(kd, kd->program, "cannot map corefile");
132 _kvm_err(kd, kd->program, "cannot map corefile headers");
141 _kvm_err(kd, kd->program, "invalid corefile");
215 _kvm_err(kd, kd->program, "Raw corefile not supported");
H A Dkvm_sparc64.c87 _kvm_syserr(kd, kd->program, "_sparc64_read_phys: pread");
138 _kvm_err(kd, kd->program, "cannot allocate vm");
154 _kvm_err(kd, kd->program, "cannot allocate regions");
171 _kvm_err(kd, kd->program, "tsb not found in dump");
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c142 const char *program; local
155 program = krb5_config_get_string(context, NULL,
159 if (program == NULL) {
161 "program not configured");
171 child = pipe_execv(&in, &out, &error, program, program, p, NULL);
174 "program failed to execute for principal %s", p);
190 "program failed without error");
195 "program failed: %s", reply);
211 snprintf(message, length, "external program faile
[all...]
/freebsd-12-stable/usr.sbin/bsdconfig/dot/
H A Ddot412 # Continue if program directories do not match
621 for program in \
626 echo "$program"
629 for program in $program_list; do
630 case "$program" in "$item"/*)
631 print_node "$program" "label = \"${program#*/}\""
/freebsd-12-stable/usr.sbin/ypserv/common/
H A Dyplib_host.c65 yp_bind_host(char *server, u_long program, u_long version, u_short port, argument
99 client = clnttcp_create(&rsrv_sin, program, version,
102 client = clntudp_create(&rsrv_sin, program, version, tv,
114 yp_bind_local(u_long program, u_long version) argument
130 client = clntudp_create(&rsrv_sin, program, version, tv, &rsrv_sock);
/freebsd-12-stable/contrib/gperf/lib/
H A Dconfigure878 -program-prefix | --program-prefix | --program-prefi | --program-pref \
879 | --program-pre | --program-pr | --program-p)
881 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/contrib/gperf/src/
H A Dconfigure878 -program-prefix | --program-prefix | --program-prefi | --program-pref \
879 | --program-pre | --program-pr | --program-p)
881 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y222 program: label
224 | program include
226 | program prefix
228 | program patch_arg_list
230 | program version
232 | program register
234 | program constant
236 | program macrodefn
238 | program scratch_ram
240 | program sc
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp60 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) {
62 return TranslateFPOProgramToDWARFExpression(program, "$T0", arch_type,
59 EmitVFrameEvaluationDWARFExpression( llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) argument
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c70 * no one may create a pipe to a hidden program as a side effect of a
101 ftpd_popen(char *program, char *type, int do_stderr, int no_glob) argument
129 for (argc = 0, cp = program; argc < MAXARGS - 1; cp = NULL) {
/freebsd-12-stable/contrib/gcc/
H A Dlibgcov.c1 /* Routines required for instrumenting a program. */
87 /* A program checksum allows us to distinguish program data for an
154 program's checksum to make sure we only accumulate whole program
156 in two separate programs, and we must keep the two program
230 struct gcov_summary object, program; local
385 /* Check program & object summary */
400 gcov_read_summary (is_program ? &program : &object);
403 if (is_program && program
[all...]
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dpex-msdos.c1 /* Utilities to execute a program in a subprocess (possibly linked by pipes
216 scmd = XNEWVEC (char, strlen (program)
223 program,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh47 * Toss out the first 100 samples to wait for the program to enter
/freebsd-12-stable/libexec/ftpd/
H A Dpopen.c66 * may create a pipe to a hidden program as a side effect of a list or dir
73 ftpd_popen(char *program, char *type) argument
93 for (argc = 0, cp = program; argc < MAXUSRARGS; cp = NULL) {
/freebsd-12-stable/include/rpcsvc/
H A Dkey_prot.x170 program KEY_PROG {
H A Dpmap_prot.x4 % * media and as a part of the software program in whole or part. Users
7 % * program developed by the user.
91 % * A mapping of (program, version, protocol) to port number
220 program PMAPPROG {
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos_none.c245 int os_exec(const char *program, const char *arg, int wait_completion) argument
/freebsd-12-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in27 (my $program = $0) =~ s%.*/(.+?)(.pl)?$%$1%;
47 # Main program
86 or die "$program: FATAL: unable to read $hostsfile: $!\n";
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm17 ! distribution when not linked into another program.)
25 ! along with this program; see the file COPYING. If not, write to
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrti.asm15 # distribution when not linked into another program.)
23 # along with this program; see the file COPYING. If not, write to
/freebsd-12-stable/contrib/gdb/
H A Dltconfig13 # This program is distributed in the hope that it will be useful, but
19 # along with this program; if not, write to the Free Software
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
178 # The name of this program.
339 LTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' program
611 # AIX sometimes has problems with the GCC collect2 program. For some
670 # Allow CC to be a program name with arguments.
1528 echo "$progname: failed program was:" >&5
1542 echo "$progname: failed program wa
[all...]
/freebsd-12-stable/cddl/sbin/zfs/
H A DMakefile6 MAN= zfs.8 zfs-program.8
/freebsd-12-stable/contrib/byacc/package/debian/
H A Drules36 --program-transform-name='s,^,b,'

Completed in 428 milliseconds

1234567891011