Searched refs:exec (Results 76 - 100 of 179) sorted by relevance

12345678

/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c62 #include <sys/exec.h>
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c42 #include <exec.h>
/freebsd-11-stable/sys/powerpc/booke/
H A Dbooke_machdep.c107 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/beri/
H A Dberi_machdep.c47 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/malta/
H A Dmalta_machdep.c43 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_machdep.c44 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_machdep.c43 #include <sys/exec.h>
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysvec.c53 #include <sys/exec.h>
280 printf("svr4 ELF exec handler installed\n");
297 printf("svr4 ELF exec handler removed\n");
/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c228 printf("%s: slot_out=%d, ttl_tstamp=0x%08x, tx_ant_a=%d, tx_ant_b=%d, exec=%d, probe=%d\n",
234 le32toh(stats->general.exec),
/freebsd-11-stable/sys/i386/i386/
H A Delf_machdep.c34 #include <sys/exec.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c34 #include <sys/exec.h>
/freebsd-11-stable/sys/arm/arm/
H A Delf_machdep.c32 #include <sys/exec.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c32 #include <sys/exec.h>
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c72 #include <sys/exec.h>
/freebsd-11-stable/sys/compat/ia32/
H A Dia32_sysvec.c36 #include <sys/exec.h>
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_util.h40 #include <sys/exec.h>
/freebsd-11-stable/stand/sparc64/loader/
H A Dmain.c50 #include <sys/exec.h>
109 static int __elfN(exec)(struct preloaded_file *);
167 __elfN(exec)
337 __elfN(exec)(struct preloaded_file *fp) function
365 panic("%s: exec returned", __func__);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp12 #include <sys/exec.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp12 #include <sys/exec.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp20 #include <sys/exec.h>
/freebsd-11-stable/stand/lua/
H A Dconfig.lua42 local MSG_FAILEXEC = "Failed to exec '%s'"
186 -- a full-line comment. The second is for 'exec' handling. Both have a single
189 -- validation that we'll do after a match. However, the 'exec' pattern will.
252 -- exec="command"
254 str = "exec%s*=%s*" .. QVALEXPR,
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js134 match = quickExpr.exec( selector );
147 ret = rsingleTag.exec( selector );
829 access: function( elems, key, value, exec, fn, pass ) {
835 jQuery.access( elems, k, key[k], exec, fn, value );
842 // Optionally, function values get executed if exec is true
843 exec = !pass && exec && jQuery.isFunction(value);
846 fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
865 var match = rwebkit.exec( ua ) ||
866 ropera.exec( u
[all...]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp341 return atf::check::exec(argva);
447 atf::process::exec(atf::fs::path("diff"),
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h90 int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**); member in struct:sqlite3_api_routines
290 #define sqlite3_exec sqlite3_api->exec
/freebsd-11-stable/usr.sbin/sesutil/
H A Dsesutil.c68 int (*exec)(int argc, char **argv); member in struct:command
655 return (cmd->exec(argc, argv));

Completed in 494 milliseconds

12345678