| /src/external/bsd/atf/dist/atf-c++/ |
| build.hpp | 37 namespace process { namespace in namespace:atf 39 } // namespace process 47 process::argv_array c_o(const std::string&, const std::string&, 48 const process::argv_array&); 49 process::argv_array cpp(const std::string&, const std::string&, 50 const process::argv_array&); 51 process::argv_array cxx_o(const std::string&, const std::string&, 52 const process::argv_array&);
|
| check.hpp | 44 namespace process { namespace in namespace:atf 46 } // namespace process 78 friend std::unique_ptr< check_result > exec(const atf::process::argv_array&); 122 const atf::process::argv_array&); 124 const atf::process::argv_array&); 126 const atf::process::argv_array&); 127 std::unique_ptr< check_result > exec(const atf::process::argv_array&);
|
| build.cpp | 39 #include "detail/process.hpp" 49 atf::process::argv_array 58 return atf::process::argv_array(aux); 62 atf::process::argv_array 66 atf::process::argv_array argv(const_cast<const char* const*>(l)); 79 atf::process::argv_array 81 const atf::process::argv_array& optargs) 93 atf::process::argv_array 95 const atf::process::argv_array& optargs) 107 atf::process::argv_arra [all...] |
| /src/external/bsd/kyua-cli/dist/utils/process/ |
| exceptions.cpp | 29 #include "utils/process/exceptions.hpp" 35 namespace process = utils::process; 41 process::error::error(const std::string& message) : 48 process::error::~error(void) throw() 57 process::system_error::system_error(const std::string& message_, 66 process::system_error::~system_error(void) throw() 73 process::system_error::original_errno(void) const throw() 82 process::timeout_error::timeout_error(const std::string& message_) : 89 process::timeout_error::~timeout_error(void) throw( [all...] |
| fdstream.cpp | 29 #include "utils/process/fdstream.hpp" 31 #include "utils/process/systembuf.hpp" 35 namespace process { namespace in namespace:utils 50 } // namespace process 54 namespace process = utils::process; 62 process::ifdstream::ifdstream(const int fd) : 73 process::ifdstream::~ifdstream(void)
|
| status.cpp | 29 #include "utils/process/status.hpp" 38 namespace process = utils::process; 50 /// \param dead_pid_ The PID of the process this status belonged to. 52 process::status::status(const int dead_pid_, int stat_loc) : 68 /// the process dumped core or not. 69 process::status::status(const optional< int >& exited_, 80 /// \param exitstatus_ The exit code of the process. 83 process::status 84 process::status::fake_exited(const int exitstatus_ [all...] |
| exceptions_test.cpp | 29 #include "utils/process/exceptions.hpp" 38 namespace process = utils::process; 44 const process::error e("Some text"); 52 const process::system_error e("Call failed", ENOENT);
|
| child.cpp | 29 #include "utils/process/child.ipp" 50 #include "utils/process/exceptions.hpp" 51 #include "utils/process/fdstream.hpp" 52 #include "utils/process/system.hpp" 53 #include "utils/process/status.hpp" 59 namespace process { namespace in namespace:utils 64 /// The process identifier. 67 /// The input stream for the process' stdout and stderr. May be NULL. 68 std::unique_ptr< process::ifdstream > _output; 72 /// \param pid The process identifier [all...] |
| /src/bin/csh/ |
| proc.h | 38 * Structure for each process the shell knows about: 45 struct process { struct 46 struct process *p_next; /* next in global "proclist" */ 47 struct process *p_friends; /* next in job list (or self) */ 71 #define PDUMPED (1<<9) /* process dumped core */ 76 #define PPTIME (1<<14) /* time individual process */ 93 extern struct process proclist; /* list head of all processes */ 96 extern struct process *pholdjob; /* one level stack of current jobs */ 98 extern struct process *pcurrjob; /* current job */ 99 extern struct process *pcurrent; /* current job in table * [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| msgexec.x | 2 msgexec \- process translations of message catalog
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| nested-subp3.c | 22 extern void process (callback_t cb); 32 process (callback_t cb) function 56 process (&child);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| nested-subp3.c | 22 extern void process (callback_t cb); 32 process (callback_t cb) function 56 process (&child);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| inferiors.cc | 1 /* Inferior process information for the remote server for GDB. 29 /* The current process. */ 70 process_info *process = find_process_pid (ptid.pid ()); 71 if (process == nullptr) 74 return process->find_thread (ptid); 77 /* Find a thread associated with the given PROCESS, or NULL if no 81 find_thread_process (const struct process_info *const process) 83 return find_any_thread_of_pid (process->pid); 108 gdb_assert (thread->process () == this); 121 /* Remove a process from the common process list and free the memor [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| inferiors.cc | 1 /* Inferior process information for the remote server for GDB. 29 /* The current process. */ 70 process_info *process = find_process_pid (ptid.pid ()); 71 if (process == nullptr) 74 return process->find_thread (ptid); 77 /* Find a thread associated with the given PROCESS, or NULL if no 81 find_thread_process (const struct process_info *const process) 83 return find_any_thread_of_pid (process->pid); 108 gdb_assert (thread->process () == this); 121 /* Remove a process from the common process list and free the memor [all...] |
| /src/usr.sbin/mopd/mopd/ |
| Makefile | 6 SRCS= mopd.c process.c 12 COPTS.process.c+= -Wno-pointer-sign ${CC_WNO_FORMAT_TRUNCATION}
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| clone5.c | 19 process (void *arg) function 30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
|
| sig11.c | 18 process (void *arg) function 28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
|
| sig4.c | 16 process (void *arg) function 26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
|
| sig6.c | 18 process (void *arg) function 28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| disasm-func-name.cc | 37 void process (A *obj, int num) function 46 process (&a, 2);
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| clone5.c | 19 process (void *arg) function 30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
|
| sig11.c | 18 process (void *arg) function 28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
|
| sig4.c | 16 process (void *arg) function 26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
|
| sig6.c | 18 process (void *arg) function 28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| disasm-func-name.cc | 37 void process (A *obj, int num) function 46 process (&a, 2);
|