| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_regex.cc | 44 compiled_regex::exec (const char *string, size_t nmatch, function in class:compiled_regex
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_regex.cc | 44 compiled_regex::exec (const char *string, size_t nmatch, function in class:compiled_regex
|
| /src/external/gpl3/binutils/dist/bfd/ |
| corefile.c | 160 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;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| corefile.c | 160 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;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| corefile.c | 160 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;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| corefile.c | 160 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;
|
| /src/lib/libc/gen/ |
| nlist_aout.c | 103 struct exec exec; local 110 if (pread(fd, &exec, sizeof(exec), (off_t)0) != sizeof(exec) || 111 N_BADMAG(exec) || fstat(fd, &st) < 0) 114 symoff = N_SYMOFF(exec); 115 symsize = (size_t)exec.a_syms;
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-interp.c | 46 void exec (const char *command_str) override; 150 tui_interp::exec (const char *command_str) function in class:tui_interp
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-interp.c | 51 void exec (const char *command_str) override; 155 tui_interp::exec (const char *command_str) function in class:tui_interp
|
| /src/external/bsd/atf/dist/atf-c++/ |
| check.cpp | 149 impl::exec(const atf::process::argv_array& argva) function in class:impl
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| timer.h | 10 struct list_head exec; member in struct:nvkm_alarm
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
| nouveau_nvkm_subdev_devinit_gm200.c | 130 u32 exec, args; local 140 ret = pmu_load(init, 0x04, post, &exec, &args); 165 pmu_exec(init, exec);
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| process.hpp | 119 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);
|
| /src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| database.cpp | 246 sqlite::database::exec(const std::string& sql) function in class:sqlite::database 262 exec("BEGIN TRANSACTION");
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/ |
| nouveau_nvkm_subdev_mxm_base.c | 218 bool (*exec)(struct nvkm_mxm *, u8 version); member in struct:mxm_shadow_h 236 if (shadow->exec(mxm, version)) {
|
| /src/sys/sys/ |
| exec_aout.h | 47 struct exec { struct 133 sizeof(struct exec)) ) 159 /* the "a.out" format's entry in the exec switch */
|
| /src/tools/arm-elf2aout/sys/ |
| exec_aout.h | 45 struct exec { struct 131 sizeof(struct exec)) ) 157 /* the "a.out" format's entry in the exec switch */
|
| /src/tools/m68k-elf2aout/sys/ |
| exec_aout.h | 45 struct exec { struct 131 sizeof(struct exec)) ) 157 /* the "a.out" format's entry in the exec switch */
|
| /src/external/bsd/atf/dist/tools/ |
| process.hpp | 110 status exec(const tools::fs::path&, const argv_array&, 130 status exec(const tools::fs::path&, const argv_array&, 146 status exec(const tools::fs::path&, const argv_array&, 164 status exec(const tools::fs::path&, const argv_array&, 182 status exec(const tools::fs::path&, const argv_array&, 202 status exec(const tools::fs::path&, const argv_array&, 297 exec(const tools::fs::path& prog, const argv_array& argv, function in namespace:tools::process 317 exec(const tools::fs::path& prog, const argv_array& argv, function in namespace:tools::process 320 return exec(prog, argv, outsb, errsb, NULL);
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| driver.c | 63 int (*exec)(void); member in struct:file_type
|
| /src/external/gpl3/binutils/dist/include/aout/ |
| hp.h | 22 /* The `exec' structure and overall layout must be close to HP's when 29 struct exec struct 50 /* Tell a.out.gnu.h not to define `struct exec'. */ 79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
|
| /src/external/gpl3/binutils.old/dist/include/aout/ |
| hp.h | 22 /* The `exec' structure and overall layout must be close to HP's when 29 struct exec struct 50 /* Tell a.out.gnu.h not to define `struct exec'. */ 79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-interp.c | 52 void exec (const char *command_str) override; 86 with MI's -exec-step or similar. */ 103 interpreter-exec), print nothing. These are named "cli_base" as 224 cli_interp::exec (const char *command_str) function in class:cli_interp
|
| /src/external/gpl3/gdb/dist/include/aout/ |
| hp.h | 22 /* The `exec' structure and overall layout must be close to HP's when 29 struct exec struct 50 /* Tell a.out.gnu.h not to define `struct exec'. */ 79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-interp.c | 51 void exec (const char *command_str) override; 85 with MI's -exec-step or similar. */ 102 interpreter-exec), print nothing. These are named "cli_base" as 223 cli_interp::exec (const char *command_str) function in class:cli_interp
|