Searched refs:program (Results 151 - 175 of 264) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/bc/src/
H A Dread.c53 #include <program.h>
/freebsd-12-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S43 * At this point, %rax contains the entry point of the main program, and
49 jmp *%rax # Enter main program
/freebsd-12-stable/share/mk/
H A Dbsd.crunchgen.mk13 # CRUNCH_BUILDOPTS: generic build options to be added to every program
18 # CRUNCH_SRCDIR_${P}: base source directory for program ${P}
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_scan.c4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user.
411 {TOK_PROGRAM, "program"},
/freebsd-12-stable/contrib/binutils/
H A Dconfigure469 -program-prefix | --program-prefix | --program-prefi | --program-pref \
470 | --program-pre | --program-pr | --program-p)
472 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/contrib/dialog/
H A Dconfigure351 -program-prefix | --program-prefix | --program-prefi | --program-pref \
352 | --program-pre | --program-pr | --program-p)
354 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_program.c88 * external program.
130 "Can't allocate memory for filter program");
175 * Allocate resources for executing an external program.
178 __archive_write_program_allocate(const char *program) argument
187 data->program_name = strdup(program);
228 "Can't launch external program: %s", cmd);
317 "Can't write to program: %s", data->program_name);
356 "Error reading from program: %s", data->program_name);
386 "Error closing program: %s", data->program_name);
/freebsd-12-stable/contrib/dialog/package/
H A Ddialog.spec17 Dialog is a program that will let you to present a variety of questions
/freebsd-12-stable/sys/kgssapi/
H A Dgssd.x222 program GSSD {
/freebsd-12-stable/share/dtrace/
H A Dblocking30 * sleep only when waiting for events (eg. via kevent(2)). When a program is
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp641 llvm::StringRef program; local
642 if (GetFrameDataProgram(index, ranges, program)) {
644 MakeVFrameRelLocationExpression(program, loc.Hdr.Offset, module);
664 llvm::StringRef program; local
665 if (GetFrameDataProgram(index, ranges, program)) {
667 program, loc.Hdr.BasePointerOffset, module);
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-gc1.asm17 ! distribution when not linked into another program.)
25 ! along with this program; see the file COPYING. If not, write to
45 ! to allow program profiling, by calling monstartup on entry and _mcleanup
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dconfigure508 -program-prefix | --program-prefix | --program-prefi | --program-pref \
509 | --program-pre | --program-pr | --program-p)
511 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dconfigure506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
509 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dconfigure506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
509 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c235 if (scb->cb_callback.program == cb->program
284 u_int req_time, u_int program, u_int version)
299 sname->sn_program = program;
316 rpc_gss_clear_svc_name(u_int program, u_int version) argument
323 if (sname->sn_program == program
1128 if (scb->cb_callback.program == rqst->rq_prog
1161 * Either no callback exists for this program/version or one
283 rpc_gss_set_svc_name(const char *principal, const char *mechanism, u_int req_time, u_int program, u_int version) argument
/freebsd-12-stable/contrib/gdb/
H A Dltmain.sh8 # 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, 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.
51 # The name of this program.
1616 *) linkmode=prog ;; # Anything else should be a program.
2235 # that the program can be linked against the static library.
2247 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
2248 echo "*** not find such a program
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp567 std::vector<std::pair<llvm::StringRef, postfix::Node *>> program = local
570 if (program.empty()) {
574 auto it = program.begin();
578 for (const auto &rule : llvm::make_range(program.begin(), it)) {
611 for (++it; it != program.end(); ++it) {
613 // It is not an error if the resolution fails because the program may
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos_unix.c818 int os_exec(const char *program, const char *arg, int wait_completion) argument
836 _program = os_strdup(program);
855 execv(program, argv);
/freebsd-12-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c7 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, write to the Free Software
132 ALLARGS is a vector of program-name and args. */
135 fbsd_create_inferior (char *program, char **allargs) argument
150 execv (program, allargs);
152 fprintf (stderr, "Cannot exec %s: %s.\n", program,
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A Dconfigure654 -program-prefix | --program-prefix | --program-prefi | --program-pref \
655 | --program-pre | --program-pr | --program-p)
657 -program-prefix=* | --program-prefix=* | --program
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp428 pid_t StartSubprocess(const char *program, const char *const argv[], argument
472 execv(program, const_cast<char **>(&argv[0]));
/freebsd-12-stable/contrib/one-true-awk/
H A Dproto.h147 extern Cell *program(Node **, int);
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm56 * the long branch instructions, and we do not wish every program to
/freebsd-12-stable/lib/libc/rpc/
H A Drpc_soc.c178 clntudp_create(struct sockaddr_in *raddr, u_long program, u_long version, argument
182 return clntudp_bufcreate(raddr, program, version, wait, sockp,
364 * u_long prog; // program number

Completed in 193 milliseconds

1234567891011