Home
last modified time | relevance | path

Searched refs:opt_daemon (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/rrdtool/rrdtool-1.7.2/src/
H A Drrd_first.c27 char *opt_daemon = NULL; in rrd_first() local
43 if (opt_daemon != NULL) { in rrd_first()
47 if (opt_daemon == NULL) in rrd_first()
55 if (opt_daemon != NULL) { in rrd_first()
56 free (opt_daemon); in rrd_first()
65 if (opt_daemon != NULL) free (opt_daemon); in rrd_first()
69 rrdc_connect (opt_daemon); in rrd_first()
71 if (opt_daemon != NULL) { in rrd_first()
72 free (opt_daemon); in rrd_first()
76 if (opt_daemon != NULL) { in rrd_first()
[all …]
H A Drrd_flushcached.c33 char *opt_daemon = NULL; in rrd_flushcached() local
42 if (opt_daemon != NULL) in rrd_flushcached()
43 free (opt_daemon); in rrd_flushcached()
45 if (opt_daemon == NULL) in rrd_flushcached()
55 free(opt_daemon); in rrd_flushcached()
65 if (opt_daemon != NULL) { in rrd_flushcached()
66 free(opt_daemon); in rrd_flushcached()
72 status = rrdc_connect(opt_daemon); in rrd_flushcached()
75 if (! rrdc_is_connected(opt_daemon)) in rrd_flushcached()
80 opt_daemon, in rrd_flushcached()
[all …]
H A Drrd_last.c16 char *opt_daemon = NULL; in rrd_last() local
29 if (opt_daemon != NULL) { in rrd_last()
30 free (opt_daemon); in rrd_last()
33 if (opt_daemon == NULL) in rrd_last()
42 if (opt_daemon != NULL) { in rrd_last()
43 free (opt_daemon); in rrd_last()
52 if (opt_daemon != NULL) { in rrd_last()
53 free (opt_daemon); in rrd_last()
58 rrdc_connect (opt_daemon); in rrd_last()
65 if (opt_daemon != NULL) { in rrd_last()
[all …]
H A Drrd_list.c245 char *opt_daemon = NULL; in rrd_list() local
267 free (opt_daemon); in rrd_list()
270 if (opt_daemon == NULL) in rrd_list()
296 free (opt_daemon); in rrd_list()
309 if (opt_daemon != NULL) { in rrd_list()
310 free (opt_daemon); in rrd_list()
321 free (opt_daemon); in rrd_list()
335 if (opt_daemon) { in rrd_list()
341 free(opt_daemon); in rrd_list()
351 if (opt_daemon != NULL) { in rrd_list()
[all …]
H A Drrd_fetch.c77 char *opt_daemon = NULL; in rrd_fetch() local
147 free(opt_daemon); in rrd_fetch()
155 if (opt_daemon != NULL) { in rrd_fetch()
156 free(opt_daemon); in rrd_fetch()
163 if (opt_daemon != NULL) { in rrd_fetch()
164 free(opt_daemon); in rrd_fetch()
179 free(opt_daemon); in rrd_fetch()
191 free(opt_daemon); in rrd_fetch()
198 rrdc_connect (opt_daemon); in rrd_fetch()
207 if (opt_daemon != NULL) { in rrd_fetch()
[all …]
H A Drrd_lastupdate.c30 char *opt_daemon = NULL; in rrd_lastupdate() local
36 if (opt_daemon != NULL) { in rrd_lastupdate()
37 free (opt_daemon); in rrd_lastupdate()
39 opt_daemon = strdup(options.optarg); in rrd_lastupdate()
40 if (opt_daemon == NULL) in rrd_lastupdate()
49 if (opt_daemon != NULL) { in rrd_lastupdate()
50 free(opt_daemon); in rrd_lastupdate()
59 if (opt_daemon != NULL) { in rrd_lastupdate()
60 free(opt_daemon); in rrd_lastupdate()
66 if (opt_daemon != NULL) { in rrd_lastupdate()
[all …]
H A Drrd_info.c92 char *opt_daemon = NULL; in rrd_info() local
100 if (opt_daemon != NULL) { in rrd_info()
101 free (opt_daemon); in rrd_info()
104 if (opt_daemon == NULL) in rrd_info()
118 free (opt_daemon); in rrd_info()
127 if (opt_daemon != NULL) { in rrd_info()
128 free (opt_daemon); in rrd_info()
137 free (opt_daemon); in rrd_info()
143 rrdc_connect (opt_daemon); in rrd_info()
149 if (opt_daemon != NULL) { in rrd_info()
[all …]
H A Drrd_dump.c532 char *opt_daemon = NULL; in rrd_dump() local
540 if (opt_daemon != NULL) { in rrd_dump()
541 free (opt_daemon); in rrd_dump()
543 opt_daemon = strdup(options.optarg); in rrd_dump()
544 if (opt_daemon == NULL) in rrd_dump()
570 if (opt_daemon != NULL) { in rrd_dump()
571 free(opt_daemon); in rrd_dump()
583 if (opt_daemon != NULL) { in rrd_dump()
584 free(opt_daemon); in rrd_dump()
590 if (opt_daemon != NULL) { in rrd_dump()
[all …]
H A Drrd_tune.c89 char *opt_daemon = NULL; in rrd_tune() local
132 if (opt_daemon != NULL) in rrd_tune()
133 free (opt_daemon); in rrd_tune()
134 opt_daemon = strdup (options.optarg); in rrd_tune()
135 if (opt_daemon == NULL) in rrd_tune()
147 if (rrdc_connect(opt_daemon) != 0) { in rrd_tune()
149 free(opt_daemon); in rrd_tune()
153 if (opt_daemon) { in rrd_tune()
154 free(opt_daemon); in rrd_tune()
155 opt_daemon = NULL; in rrd_tune()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/
H A Dmain.cpp36 static int opt_daemon, opt_no_daemon, opt_foreground, variable
60 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
166 opt_daemon= 0; in real_main()
207 opt_daemon); in real_main()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/
H A Dmain.cpp36 static int opt_daemon, opt_no_daemon, opt_foreground, variable
60 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
166 opt_daemon= 0; in real_main()
207 opt_daemon); in real_main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/
H A Dmain.cpp36 static int opt_daemon, opt_no_daemon, opt_foreground, variable
60 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
166 opt_daemon= 0; in real_main()
207 opt_daemon); in real_main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/
H A Dmain.cpp36 static int opt_daemon, opt_no_daemon, opt_foreground, variable
60 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
166 opt_daemon= 0; in real_main()
207 opt_daemon); in real_main()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/
H A Dmain.cpp36 static int opt_daemon, opt_no_daemon, opt_foreground, variable
60 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
166 opt_daemon= 0; in real_main()
207 opt_daemon); in real_main()
/dports/net-mgmt/yaf/yaf-2.11.0/airframe/src/
H A Ddaeconfig.c66 static gboolean opt_daemon = FALSE; variable
74 AF_OPTION( "daemon", 'd', 0, AF_OPT_TYPE_NONE, &opt_daemon,
93 return opt_daemon; in daec_is_daemon()
101 return opt_daemon ? (opt_fg ? 0 : 1 ) : 0; in daec_will_fork()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/
H A Dmain.cpp41 static int opt_daemon, opt_no_daemon, opt_foreground, variable
67 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
176 opt_daemon= 0; in real_main()
228 opt_daemon, in real_main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/
H A Dmain.cpp41 static int opt_daemon, opt_no_daemon, opt_foreground, variable
67 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
176 opt_daemon= 0; in real_main()
228 opt_daemon, in real_main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/
H A Dmain.cpp41 static int opt_daemon, opt_no_daemon, opt_foreground, variable
67 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
176 opt_daemon= 0; in real_main()
228 opt_daemon, in real_main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/
H A Dmain.cpp41 static int opt_daemon, opt_no_daemon, opt_foreground, variable
67 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
176 opt_daemon= 0; in real_main()
228 opt_daemon, in real_main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/
H A Dmain.cpp41 static int opt_daemon, opt_no_daemon, opt_foreground, variable
67 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
176 opt_daemon= 0; in real_main()
228 opt_daemon, in real_main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/
H A Dmain.cpp43 static int opt_daemon, opt_no_daemon, opt_foreground, variable
71 (uchar**) &opt_daemon, (uchar**) &opt_daemon, 0,
184 opt_daemon= 0; in real_main()
242 opt_daemon, in real_main()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/mgmsrv/
H A Dmain.cpp97 static int opt_daemon; // NOT bool, bool need not be int variable
151 &opt_daemon, &opt_daemon, 0,
210 opt_daemon= 0; in main()
290 if (opt_daemon) { in main()
/dports/devel/gearmand/gearmand-1.0.6/benchmark/
H A Dblobslap_worker.cc78 bool opt_daemon; in main() local
100 … ("daemon,d", boost::program_options::bool_switch(&opt_daemon)->default_value(false), "Daemonize") in main()
125 if (opt_daemon) in main()
170 if (opt_daemon) in main()
/dports/security/fiked/fiked-0.0.5/
H A Dmain.c193 int opt_daemon = 0; in main() local
227 opt_daemon = 1; in main()
261 if(opt_daemon) in main()
/dports/net/samba412/samba-4.12.15/source4/smbd/
H A Dserver.c506 bool opt_daemon = false; in binary_smbd_main() local
597 opt_daemon = true; in binary_smbd_main()
622 if (opt_daemon && opt_interactive) { in binary_smbd_main()
630 opt_daemon = true; in binary_smbd_main()
663 if (opt_daemon) { in binary_smbd_main()
980 if (opt_daemon) { in binary_smbd_main()

12