Home
last modified time | relevance | path

Searched refs:nofork (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/devel/p5-Parallel-Iterator/Parallel-Iterator-1.00/
H A DMANIFEST15 t/050-nofork-basic.t
16 t/060-nofork-data.t
17 t/070-nofork-block.t
18 t/080-nofork-batch.t
H A DSIGNATURE31 SHA1 709d855b3940dd4e4f86c201fa8613e48fc6d037 t/050-nofork-basic.t
32 SHA1 b3d757f6c265b90348cfc227a2d32bc668d3e92b t/060-nofork-data.t
33 SHA1 3bef8d0d12874c55a6fd9e03d34a8a07493f7824 t/070-nofork-block.t
34 SHA1 d4d78762e5c5b46b5ede0c25fd058cfc74abd022 t/080-nofork-batch.t
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/
H A Dmain.cpp72 bool nofork = false; in main() local
81 nofork = true; in main()
83 nofork = true; in main()
87 if (nofork) { in main()
/dports/sysutils/busybox/busybox-1.26.2/applets/
H A Dapplet_tables.c36 unsigned char nofork; member
152 int v = applets[i].nofork + (applets[i].noexec << 1); in main()
154 v |= (applets[i].nofork + (applets[i].noexec << 1)) << 2; in main()
156 v |= (applets[i].nofork + (applets[i].noexec << 1)) << 4; in main()
158 v |= (applets[i].nofork + (applets[i].noexec << 1)) << 6; in main()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dsgimodule.c30 int nofork; in sgi__getpty() local
33 if (!PyArg_ParseTuple(args, "iii:_getpty", &oflag, &mode, &nofork)) in sgi__getpty()
36 name = _getpty(&fildes, oflag, (mode_t)mode, nofork); in sgi__getpty()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dsgimodule.c30 int nofork; in sgi__getpty() local
33 if (!PyArg_ParseTuple(args, "iii:_getpty", &oflag, &mode, &nofork)) in sgi__getpty()
36 name = _getpty(&fildes, oflag, (mode_t)mode, nofork); in sgi__getpty()
/dports/sysutils/p5-Schedule-Cron/Schedule-Cron-1.01/t/
H A Dnofork.t30 my $cron = new Schedule::Cron($dispatch_1,{nofork => 1});
61 $cron = new Schedule::Cron($dispatch_1,{nofork => 1,log => sub {print "# ",$_[1],"\n"}});
90 $cron = new Schedule::Cron($dispatch_1,{nofork => 1,log => sub {print "# ",$_[1],"\n"}});
/dports/net/chrony/chrony-4.2/
H A Dmain.c446 int opt, debug = 0, nofork = 0, address_family = IPADDR_UNSPEC; in main() local
478 nofork = 1; in main()
497 nofork = 1; in main()
502 nofork = 1; in main()
511 nofork = 1; in main()
517 nofork = 1; in main()
557 if (!nofork) { in main()
/dports/net/chrony-lite/chrony-4.2/
H A Dmain.c446 int opt, debug = 0, nofork = 0, address_family = IPADDR_UNSPEC; in main() local
478 nofork = 1; in main()
497 nofork = 1; in main()
502 nofork = 1; in main()
511 nofork = 1; in main()
517 nofork = 1; in main()
557 if (!nofork) { in main()
/dports/databases/galera/galera-release_25.3.35/gcs/src/unit_tests/
H A Dgcs_tests.cpp49 bool const nofork(((argc > 1) && !strcmp(argv[1], "nofork")) ? true : false); in main() local
55 if (!nofork) in main()
70 if (nofork) srunner_set_fork_status(sr, CK_NOFORK); in main()
/dports/databases/galera26/galera-release_26.4.10/gcs/src/unit_tests/
H A Dgcs_tests.cpp51 bool const nofork(((argc > 1) && !strcmp(argv[1], "nofork")) ? true : false); in main() local
57 if (!nofork) in main()
72 if (nofork) srunner_set_fork_status(sr, CK_NOFORK); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/venti/srv/
H A Dventi.c12 int nofork; variable
60 nofork = 1; in threadmain()
75 nofork = 1; in threadmain()
90 if(!nofork) in threadmain()
194 if(nofork) in threadmain()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dnbd-client.c50 int nofork = 0; in nbdclient_main() local
131 if (!nofork) { in nbdclient_main()
133 nofork = 1; in nbdclient_main()
/dports/mail/mlmmj/mlmmj-1.3.0/src/
H A Dmlmmj-receive.c62 int fd, opt, noprocess = 0, nofork = 0; in main() local
93 nofork = 1; in main()
167 if (!nofork) { in main()
/dports/net/ntp/ntp-4.2.8p15/adjtimed/
H A Dadjtimed.c77 int nofork = 0; in main() local
106 ++verbose, nofork = 1; in main()
114 nofork = 1; in main()
134 if (!nofork) { in main()
161 if (nofork) { in main()
/dports/www/spawn-fcgi/spawn-fcgi-1.6.4/src/
H A Dspawn-fcgi.c229 …r *appPath, char **appArgv, int fcgi_fd, int fork_count, int child_count, int pid_fd, int nofork) { in fcgi_spawn_connection() argument
237 if (!nofork) { in fcgi_spawn_connection()
262 if (!nofork) { in fcgi_spawn_connection()
485 int nofork = 0; in main() local
519 case 'n': nofork = 1; break; in main()
558 if (nofork) pid_file = NULL; /* ignore pid file in no-fork mode */ in main()
664 …n fcgi_spawn_connection(fcgi_app, fcgi_app_argv, fcgi_fd, fork_count, child_count, pid_fd, nofork); in main()
/dports/mail/mailagent/mailagent-9a14a15/agent/pl/
H A Dforward.pl70 open(MAIL, "|$cf'sendmail $cf'mailopt $path $cf'email") || &nofork;
102 open(MAIL, "|$cf'sendmail $cf'mailopt @addr") || &nofork;
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntpd.c61 static bool nofork = false; /* Fork by default */ variable
244 nofork = true; in parse_cmdline_opts()
297 nofork = true; in parse_cmdline_opts()
315 nofork = true; in parse_cmdline_opts()
325 nofork = true; in parse_cmdline_opts()
513 if (nofork) in main()
540 nofork = false; in main()
555 if (!nofork) { in main()
/dports/www/wwwoffle/wwwoffle-2.9j/src/
H A Dwwwoffled.c118 int nofork=0; variable
176 nofork=1; in main()
197 if(nofork) in main()
615 if(nofork) in main()
618 if(!nofork) in main()
654 if(nofork) in main()
657 if(!nofork) in main()
792 if(!nofork) in main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/server/
H A Dipropd_svc.c34 extern int nofork;
58 if (nofork) { \
232 if (nofork) in iprop_get_updates_1_svc()
361 if (nofork) { in ipropx_resync()
388 if (nofork) { in ipropx_resync()
437 if (nofork) in ipropx_resync()
H A Dovsec_kadmd.c70 int nofork = 0; variable
398 nofork = 1; in main()
514 if (!nofork && daemon(0, 0) != 0) in main()
534 if (nofork) { in main()
545 if (nofork) in main()
/dports/security/krb5/krb5-1.19.2/src/kadmin/server/
H A Dipropd_svc.c34 extern int nofork;
58 if (nofork) { \
232 if (nofork) in iprop_get_updates_1_svc()
361 if (nofork) { in ipropx_resync()
388 if (nofork) { in ipropx_resync()
437 if (nofork) in ipropx_resync()
H A Dovsec_kadmd.c70 int nofork = 0; variable
398 nofork = 1; in main()
519 if (!nofork && daemon(0, 0) != 0) in main()
545 if (nofork) { in main()
556 if (nofork) in main()
/dports/www/py-scgi/scgi-2.2/scgi/
H A Dquixote_handler.py114 nofork = 0
130 nofork = 1
150 if nofork:
/dports/www/mod_scgi/scgi-2.0/scgi/
H A Dquixote_handler.py114 nofork = 0
130 nofork = 1
150 if nofork:

12345678910>>...16