Searched refs:exec (Results 1 - 25 of 675) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dnewproc.d10 proc:::exec-success { trace(curpsinfo->pr_psargs); }
H A Dsar-c.d19 * exec/s execs
59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
73 "exec/s", "rchar/s", "wchar/s");
85 sysinfo:::sysexec { exec++; }
96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar);
99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
H A Dpidpersec.d48 proc:::exec-success
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dnewproc.d10 proc:::exec-success { trace(curpsinfo->pr_psargs); }
H A Dpidpersec.d48 proc:::exec-success
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dtransaction_test.cpp75 db.exec("CREATE TABLE t (col INTEGER PRIMARY KEY)");
76 db.exec("INSERT INTO t VALUES (3)");
79 db.exec("INSERT INTO t VALUES (5)");
90 db.exec("CREATE TABLE t (col INTEGER PRIMARY KEY)");
91 db.exec("INSERT INTO t VALUES (3)");
94 db.exec("INSERT INTO t VALUES (5)");
106 db.exec("CREATE TABLE t (col INTEGER PRIMARY KEY)");
107 db.exec("INSERT INTO t VALUES (3)");
110 db.exec("INSERT INTO t VALUES (5)");
H A Dtransaction.cpp88 db.exec("COMMIT");
100 db.exec("ROLLBACK");
/netbsd-current/external/cddl/dtracetoolkit/dist/System/
H A Dsar-c.d19 * exec/s execs
59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
73 "exec/s", "rchar/s", "wchar/s");
85 sysinfo:::sysexec { exec++; }
96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar);
99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcorefile.c160 const char *exec; local
176 exec = bfd_get_filename (exec_bfd);
177 if (exec == NULL)
184 last_slash = strrchr (exec, '/');
186 exec = last_slash + 1;
188 return filename_cmp (exec, core) == 0;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcorefile.c160 const char *exec; local
176 exec = bfd_get_filename (exec_bfd);
177 if (exec == NULL)
184 last_slash = strrchr (exec, '/');
186 exec = last_slash + 1;
188 return filename_cmp (exec, core) == 0;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcorefile.c160 const char *exec; local
176 exec = bfd_get_filename (exec_bfd);
177 if (exec == NULL)
184 last_slash = strrchr (exec, '/');
186 exec = last_slash + 1;
188 return filename_cmp (exec, core) == 0;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcorefile.c160 const char *exec; local
176 exec = bfd_get_filename (exec_bfd);
177 if (exec == NULL)
184 last_slash = strrchr (exec, '/');
186 exec = last_slash + 1;
188 return filename_cmp (exec, core) == 0;
/netbsd-current/external/mit/ctwm/libexec/
H A Dctwm_app_menu44 exec=""
105 if [ -z "$exec" ];
107 exec=$(printf '%s' "${line#Exec=}" | sed -e 's/ %.*//g' | tr -d '\r')
110 if printf '%s' "$exec" | grep -q '"'; then
127 if [ -n "$name" -a -n "$exec" ];
131 printf '\t" %s" !"xterm -class UXTerm -e %s &" \n' "$name" "$exec"
133 printf '\t" %s" !"%s &" \n' "$name" "$exec"
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-lock-server.c37 .exec = cmd_lock_server_exec
50 .exec = cmd_lock_server_exec
61 .exec = cmd_lock_server_exec
H A Dcmd-kill-server.c40 .exec = cmd_kill_server_exec
51 .exec = cmd_kill_server_exec
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmetadata_test.cpp60 db.exec("DELETE FROM metadata");
77 db.exec("INSERT INTO metadata (schema_version, timestamp) "
79 db.exec("INSERT INTO metadata (schema_version, timestamp) "
106 db.exec("CREATE TABLE metadata (schema_version INTEGER)");
107 db.exec("INSERT INTO metadata VALUES (3)");
119 db.exec("CREATE TABLE metadata (timestamp INTEGER)");
120 db.exec("INSERT INTO metadata VALUES (3)");
137 db.exec("INSERT INTO metadata (schema_version, timestamp) "
/netbsd-current/lib/libc/gen/
H A Dnlist_aout.c102 struct exec exec; local
109 if (pread(fd, &exec, sizeof(exec), (off_t)0) != sizeof(exec) ||
110 N_BADMAG(exec) || fstat(fd, &st) < 0)
113 symoff = N_SYMOFF(exec);
114 symsize = (size_t)exec.a_syms;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dcompressed1.d3 #ld: -e foo -melf_i386 --noinhibit-exec
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dcompressed1.d3 #ld: -e foo -melf_x86_64 --noinhibit-exec
/netbsd-current/sys/compat/ultrix/
H A Dultrix_exec_ecoff.c86 #include <sys/exec.h>
95 * Do any machine-dependent diddling of the exec package when doing ECOFF.
/netbsd-current/usr.sbin/mdsetimage/
H A Dexec_aout.c51 const struct exec *execp;
58 execp = (const struct exec *)&mappedfile[0];
71 const struct exec *execp;
75 execp = (const struct exec *)&mappedfile[0];
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_regex.h43 int exec (const char *string,
/netbsd-current/sys/arch/riscv/include/
H A Dnetbsd32_machdep.h38 #include <sys/exec.h>
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.hpp119 status exec(const atf::fs::path&, const argv_array&,
131 status exec(const atf::fs::path&, const argv_array&,
143 status exec(const atf::fs::path&, const argv_array&,
155 status exec(const atf::fs::path&, const argv_array&,
167 status exec(const atf::fs::path&, const argv_array&,
183 status exec(const atf::fs::path&, const argv_array&,
250 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
270 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
273 return exec(prog, argv, outsb, errsb, NULL);
/netbsd-current/sys/compat/vax1k/
H A Dvax1k_exec.c50 #include <sys/exec.h>
69 .es_hdrsz = sizeof(struct exec),
103 * Given a proc pointer and an exec package pointer, see if the referent
109 * the process's vm space and inserting them into the exec package.
118 struct exec *execp = epp->ep_hdr;
120 if (epp->ep_hdrvalid < sizeof(struct exec))
136 sizeof(struct exec), true);
141 sizeof(struct exec), false);
157 sizeof(struct exec), true);
162 sizeof(struct exec), fals
[all...]

Completed in 168 milliseconds

1234567891011>>