Home
last modified time | relevance | path

Searched refs:child_process (Results 251 – 275 of 1078) sorted by relevance

1...<<11121314151617181920>>...44

/dports/devel/git-gui/git-2.34.1/
H A Dgpg-interface.c321 struct child_process gpg = CHILD_PROCESS_INIT; in verify_gpg_signed_buffer()
433 struct child_process ssh_keygen = CHILD_PROCESS_INIT; in verify_ssh_signed_buffer()
712 struct child_process ssh_keygen = CHILD_PROCESS_INIT; in get_ssh_key_fingerprint()
752 struct child_process ssh_default_key = CHILD_PROCESS_INIT; in get_default_ssh_signing_key()
849 struct child_process gpg = CHILD_PROCESS_INIT; in sign_buffer_gpg()
885 struct child_process signer = CHILD_PROCESS_INIT; in sign_buffer_ssh()
/dports/devel/git-p4/git-2.34.1/
H A Dgpg-interface.c321 struct child_process gpg = CHILD_PROCESS_INIT;
433 struct child_process ssh_keygen = CHILD_PROCESS_INIT;
712 struct child_process ssh_keygen = CHILD_PROCESS_INIT;
752 struct child_process ssh_default_key = CHILD_PROCESS_INIT;
849 struct child_process gpg = CHILD_PROCESS_INIT;
885 struct child_process signer = CHILD_PROCESS_INIT;
/dports/devel/git/git-2.34.1/
H A Dgpg-interface.c321 struct child_process gpg = CHILD_PROCESS_INIT; in verify_gpg_signed_buffer()
433 struct child_process ssh_keygen = CHILD_PROCESS_INIT; in verify_ssh_signed_buffer()
712 struct child_process ssh_keygen = CHILD_PROCESS_INIT; in get_ssh_key_fingerprint()
752 struct child_process ssh_default_key = CHILD_PROCESS_INIT; in get_default_ssh_signing_key()
849 struct child_process gpg = CHILD_PROCESS_INIT; in sign_buffer_gpg()
885 struct child_process signer = CHILD_PROCESS_INIT; in sign_buffer_ssh()
/dports/devel/git-cvs/git-2.34.1/
H A Dgpg-interface.c321 struct child_process gpg = CHILD_PROCESS_INIT; in verify_gpg_signed_buffer()
433 struct child_process ssh_keygen = CHILD_PROCESS_INIT; in verify_ssh_signed_buffer()
712 struct child_process ssh_keygen = CHILD_PROCESS_INIT; in get_ssh_key_fingerprint()
752 struct child_process ssh_default_key = CHILD_PROCESS_INIT; in get_default_ssh_signing_key()
849 struct child_process gpg = CHILD_PROCESS_INIT; in sign_buffer_gpg()
885 struct child_process signer = CHILD_PROCESS_INIT; in sign_buffer_ssh()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc460 bool WriteProtectedChildMemory(HANDLE child_process, void* address, in WriteProtectedChildMemory() argument
464 if (!::VirtualProtectEx(child_process, address, length, in WriteProtectedChildMemory()
469 bool ok = ::WriteProcessMemory(child_process, address, buffer, length, in WriteProtectedChildMemory()
473 if (!::VirtualProtectEx(child_process, address, length, in WriteProtectedChildMemory()
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dchild.h14 void child_process(struct server *serp);
/dports/sysutils/isc-cron/isc-cron-4.1_2/
H A Ddo_command.c28 static void child_process(entry *, user *);
51 child_process(e, u); in do_command()
64 child_process(entry *e, user *u) { in child_process() function
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dpopen.h12 FILE *child_process=NULL; variable
H A Dcheck_ping.c437 if ((child_process = spopen (cmd)) == NULL) in run_ping()
440 child_stderr = fdopen (child_stderr_array[fileno (child_process)], "r"); in run_ping()
444 while (fgets (buf, MAX_INPUT_BUFFER - 1, child_process)) { in run_ping()
510 spclose (child_process); in run_ping()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dpopen.h13 FILE *child_process=NULL; variable
H A Dcheck_ping.c449 if ((child_process = spopen (cmd)) == NULL) in run_ping()
452 child_stderr = fdopen (child_stderr_array[fileno (child_process)], "r"); in run_ping()
456 while (fgets (buf, MAX_INPUT_BUFFER - 1, child_process)) { in run_ping()
525 spclose (child_process); in run_ping()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-subprocess.c7 struct child_process cp = CHILD_PROCESS_INIT; in cmd__subprocess()
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-subprocess.c7 struct child_process cp = CHILD_PROCESS_INIT; in cmd__subprocess()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-subprocess.c7 struct child_process cp = CHILD_PROCESS_INIT; in cmd__subprocess()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-subprocess.c7 struct child_process cp = CHILD_PROCESS_INIT; in cmd__subprocess()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-subprocess.c7 struct child_process cp = CHILD_PROCESS_INIT; in cmd__subprocess()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-subprocess.c7 struct child_process cp = CHILD_PROCESS_INIT; in cmd__subprocess()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dwin_utils.cc452 bool WriteProtectedChildMemory(HANDLE child_process, in WriteProtectedChildMemory() argument
458 if (!::VirtualProtectEx(child_process, address, length, PAGE_WRITECOPY, in WriteProtectedChildMemory()
464 ::WriteProcessMemory(child_process, address, buffer, length, &written) && in WriteProtectedChildMemory()
468 if (!::VirtualProtectEx(child_process, address, length, old_protection, in WriteProtectedChildMemory()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Drepack.c151 static void prepare_pack_objects(struct child_process *cmd, in prepare_pack_objects()
187 struct child_process *cmd = data; in write_oid()
202 struct child_process cmd = CHILD_PROCESS_INIT; in repack_promisor_objects()
271 struct child_process cmd = CHILD_PROCESS_INIT; in cmd_repack()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/pn/
H A DREADME.md71 var child_process = require('pn/child_process');
72 var cp = child_process.execFile('true');
80 * `child_process`: The `exec` and `execFile` methods promise a object
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc463 bool WriteProtectedChildMemory(HANDLE child_process, in WriteProtectedChildMemory() argument
470 if (!::VirtualProtectEx(child_process, address, length, writeProtection, in WriteProtectedChildMemory()
476 ::WriteProcessMemory(child_process, address, buffer, length, &written) && in WriteProtectedChildMemory()
480 if (!::VirtualProtectEx(child_process, address, length, old_protection, in WriteProtectedChildMemory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dwin_utils.cc452 bool WriteProtectedChildMemory(HANDLE child_process, in WriteProtectedChildMemory() argument
458 if (!::VirtualProtectEx(child_process, address, length, PAGE_WRITECOPY, in WriteProtectedChildMemory()
464 ::WriteProcessMemory(child_process, address, buffer, length, &written) && in WriteProtectedChildMemory()
468 if (!::VirtualProtectEx(child_process, address, length, old_protection, in WriteProtectedChildMemory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/profiler/
H A Dthread_profiler_configuration.cc130 const metrics::CallStackProfileParams::Process child_process = in AppendCommandLineSwitchForChildProcess() local
133 platform_configuration_->GetChildProcessEnableFraction(child_process); in AppendCommandLineSwitchForChildProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dbrowser_child_process_host_impl.h142 mojom::ChildProcess* child_process() const { in child_process() function
144 ->child_process(); in child_process()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dbrowser_child_process_host_impl.h141 mojom::ChildProcess* child_process() const { in child_process() function
143 ->child_process(); in child_process()

1...<<11121314151617181920>>...44