Home
last modified time | relevance | path

Searched +defs:process +defs:function (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/news/inn-current/inn-2.7-20211226/tests/tap/
H A Dprocess.c76 struct process { struct
77 pid_t pid; /* PID of child process */ argument
78 char *pidfile; /* PID file to delete on process stop */ argument
80 char *logfile; /* Log file of process output */ argument
82 struct process *next; /* Next process in global list */ argument
100 run_child_function(test_function_type function, void *data, int *status, in run_child_function()
170 is_function_output(test_function_type function, void *data, int status, in is_function_output()
237 process_free(struct process *process) in process_free()
269 process_kill(struct process *process) in process_kill()
325 process_stop(struct process *process) in process_stop()
[all …]
/dports/security/kstart/kstart-4.2/tests/tap/
H A Dprocess.c72 struct process { struct
73 pid_t pid; /* PID of child process */ argument
74 char *pidfile; /* PID file to delete on process stop */ argument
76 char *logfile; /* Log file of process output */ argument
78 struct process *next; /* Next process in global list */ argument
96 run_child_function(test_function_type function, void *data, int *status, in run_child_function()
164 is_function_output(test_function_type function, void *data, int status, in is_function_output()
231 process_free(struct process *process) in process_free()
263 process_kill(struct process *process) in process_kill()
319 process_stop(struct process *process) in process_stop()
[all …]
/dports/news/inn/inn-2.6.4/tests/tap/
H A Dprocess.c77 struct process { struct
78 pid_t pid; /* PID of child process */ argument
79 char *pidfile; /* PID file to delete on process stop */ argument
81 char *logfile; /* Log file of process output */ argument
83 struct process *next; /* Next process in global list */ argument
101 run_child_function(test_function_type function, void *data, int *status, in run_child_function()
171 is_function_output(test_function_type function, void *data, int status, in is_function_output()
238 process_free(struct process *process) in process_free()
270 process_kill(struct process *process) in process_kill()
326 process_stop(struct process *process) in process_stop()
[all …]
/dports/security/pam_krb5/pam-krb5-4.9/tests/tap/
H A Dprocess.c74 struct process { struct
75 pid_t pid; /* PID of child process */ argument
76 char *pidfile; /* PID file to delete on process stop */ argument
78 char *logfile; /* Log file of process output */ argument
80 struct process *next; /* Next process in global list */ argument
98 run_child_function(test_function_type function, void *data, int *status, in run_child_function()
168 is_function_output(test_function_type function, void *data, int status, in is_function_output()
235 process_free(struct process *process) in process_free()
267 process_kill(struct process *process) in process_kill()
323 process_stop(struct process *process) in process_stop()
[all …]
/dports/www/mod_webauth/webauth-4.7.0/tests/tap/
H A Dprocess.c69 struct process { struct
70 pid_t pid; /* PID of child process */ argument
71 char *pidfile; /* PID file to delete on process stop */ argument
73 char *logfile; /* Log file of process output */ argument
75 struct process *next; /* Next process in global list */ argument
93 run_child_function(test_function_type function, void *data, int *status, in run_child_function()
161 is_function_output(test_function_type function, void *data, int status, in is_function_output()
228 process_free(struct process *process) in process_free()
256 process_kill(struct process *process) in process_kill()
312 process_stop(struct process *process) in process_stop()
[all …]
/dports/sysutils/shlock/inn-2.6.4/tests/tap/
H A Dprocess.c77 struct process { struct
78 pid_t pid; /* PID of child process */ argument
79 char *pidfile; /* PID file to delete on process stop */ argument
81 char *logfile; /* Log file of process output */ argument
83 struct process *next; /* Next process in global list */ argument
101 run_child_function(test_function_type function, void *data, int *status, in run_child_function()
171 is_function_output(test_function_type function, void *data, int status, in is_function_output()
238 process_free(struct process *process) in process_free()
270 process_kill(struct process *process) in process_kill()
326 process_stop(struct process *process) in process_stop()
[all …]
/dports/devel/py-pebble/Pebble-4.6.3/pebble/concurrent/
H A Dprocess.py33 def process(*args, **kwargs): function
71 def decorating_function(function): argument
77 def _process_wrapper(function, timeout, name, daemon, mp_context): argument
132 def _function_handler(function, args, kwargs, pipe): argument
181 def _register_function(function): argument
217 def _qualname(function): argument
/dports/devel/py-doit/doit-0.31.1/doc/samples/
H A Dmy_tasks.py9 def wrap(function): argument
30 def process(in_, out_): function
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php118 public function process(File $phpcsFile, $stackPtr) function in PHP_CodeSniffer\\Standards\\Generic\\Sniffs\\PHP\\ForbiddenFunctionsSniff
207 protected function addError($phpcsFile, $stackPtr, $function, $pattern=null)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/examples/python/
H A Ddisasm.py59 process = target.LaunchSimple(None, None, os.getcwd()) variable
77 function = frame.GetFunction() variable
/dports/devel/py-pebble/Pebble-4.6.3/pebble/
H A Dcommon.py129 def launch_thread(name, function, daemon, *args, **kwargs): argument
137 def launch_process(name, function, daemon, mp_context, *args, **kwargs): argument
146 def stop_process(process): argument
162 def execute(function, *args, **kwargs): argument
171 def process_execute(function, *args, **kwargs): argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/tools/
H A Drc.py83 def __init__(self, action_name, function): argument
92 def rc_register_action(action_name, function = None): argument
144 def process(self, target, matches, binding): member in ResScanner
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/tools/
H A Drc.py83 def __init__(self, action_name, function): argument
92 def rc_register_action(action_name, function = None): argument
145 def process(self, target, matches, binding): member in ResScanner
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/tools/
H A Drc.py83 def __init__(self, action_name, function): argument
92 def rc_register_action(action_name, function = None): argument
144 def process(self, target, matches, binding): member in ResScanner
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/tools/
H A Drc.py83 def __init__(self, action_name, function): argument
92 def rc_register_action(action_name, function = None): argument
144 def process(self, target, matches, binding): member in ResScanner
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/tools/
H A Drc.py83 def __init__(self, action_name, function): argument
92 def rc_register_action(action_name, function = None): argument
144 def process(self, target, matches, binding): member in ResScanner

12345678910>>...15