Home
last modified time | relevance | path

Searched refs:flushlog (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/mcelog/mcelog-178/
H A Dmsg.h2 void flushlog(void);
H A Dmsg.c157 void flushlog(void) in flushlog() function
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd.c104 static int flushlog; /* flush log after each line */ variable
425 if (*logfile != '+') flushlog = 0; in init()
426 else ++logfile, flushlog = 1; in init()
427 if (!*logfile) logfile = NULL, flushlog = 0; in init()
812 else if (flog && !flushlog) { /* log to stdout */ in reopenlog()
855 if (flog && !flushlog) in do_reload()
1003 if (flog && !flushlog) in do_signalled()
1055 logreply(&pkt, flog, flushlog); in request()
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dcpuprof.c117 static bool flushlog(Profile*);
284 if(!flushlog(p)) in evict()
304 flushlog(Profile *p) in flushlog() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dcpuprof.c117 static bool flushlog(Profile*);
284 if(!flushlog(p)) in evict()
304 flushlog(Profile *p) in flushlog() function
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dcpuprof.c117 static bool flushlog(Profile*);
282 if(!flushlog(p)) in evict()
302 flushlog(Profile *p) in flushlog() function
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dcpuprof.goc117 static bool flushlog(Profile*);
283 if(!flushlog(p))
298 // flushlog tries to flush the current log and switch to the other one.
299 // flushlog is called from evict, called from add, called from the signal handler,
303 flushlog(Profile *p)
395 // Also, p->handoff is non-zero, so flushlog will return false.
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dcpuprof.goc117 static bool flushlog(Profile*);
283 if(!flushlog(p))
298 // flushlog tries to flush the current log and switch to the other one.
299 // flushlog is called from evict, called from add, called from the signal handler,
303 flushlog(Profile *p)
395 // Also, p->handoff is non-zero, so flushlog will return false.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dcpuprof.goc117 static bool flushlog(Profile*);
283 if(!flushlog(p))
298 // flushlog tries to flush the current log and switch to the other one.
299 // flushlog is called from evict, called from add, called from the signal handler,
303 flushlog(Profile *p)
395 // Also, p->handoff is non-zero, so flushlog will return false.
/dports/net-im/ssh-chat/ssh-chat-1.10.1/vendor/github.com/alexcesaro/log/
H A DREADME.md48 -flushlog=none
61 with `-debug -flushlog=error` will send all logs generated by the
/dports/multimedia/xawtv/xawtv-3.107/vbistuff/
H A Dalevtd.c53 int flushlog = 0; variable
220 if (flushlog) in access_log()
624 flushlog = 1; in main()
/dports/print/texlive-tlmgr/texlive-20150523-extra/
H A Dinstall-tl502 flushlog();
506 flushlog();
1641 flushlog();
1951 sub flushlog {
/dports/www/webfs/webfs-1.21/
H A Dwebfsd.c53 int flushlog = 0; variable
285 if (flushlog) in access_log()
768 flushlog = 1; in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/scripts/
H A Dmysqlhotcopy.sh508 print "FLUSH LOGS\n" if ( $opt{flushlog} );
540 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
992 =item --flushlog
/dports/databases/percona56-client/percona-server-5.6.51-91.0/scripts/
H A Dmysqlhotcopy.sh508 print "FLUSH LOGS\n" if ( $opt{flushlog} );
540 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
992 =item --flushlog
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/scripts/
H A Dmysqlhotcopy.sh508 print "FLUSH LOGS\n" if ( $opt{flushlog} );
540 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
992 =item --flushlog
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/scripts/
H A Dmysqlhotcopy.sh508 print "FLUSH LOGS\n" if ( $opt{flushlog} );
540 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
992 =item --flushlog
/dports/databases/mariadb105-client/mariadb-10.5.15/scripts/
H A Dmysqlhotcopy.sh503 print "FLUSH LOGS\n" if ( $opt{flushlog} );
535 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
987 =item --flushlog
/dports/databases/mariadb104-server/mariadb-10.4.24/scripts/
H A Dmysqlhotcopy.sh503 print "FLUSH LOGS\n" if ( $opt{flushlog} );
535 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
987 =item --flushlog
/dports/databases/mariadb104-client/mariadb-10.4.24/scripts/
H A Dmysqlhotcopy.sh503 print "FLUSH LOGS\n" if ( $opt{flushlog} );
535 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
987 =item --flushlog
/dports/databases/mariadb103-server/mariadb-10.3.34/scripts/
H A Dmysqlhotcopy.sh503 print "FLUSH LOGS\n" if ( $opt{flushlog} );
535 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
987 =item --flushlog
/dports/databases/mariadb103-client/mariadb-10.3.34/scripts/
H A Dmysqlhotcopy.sh503 print "FLUSH LOGS\n" if ( $opt{flushlog} );
535 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
987 =item --flushlog
/dports/databases/mysql56-client/mysql-5.6.51/scripts/
H A Dmysqlhotcopy.sh508 print "FLUSH LOGS\n" if ( $opt{flushlog} );
540 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
992 =item --flushlog
/dports/databases/mysql55-client/mysql-5.5.62/scripts/
H A Dmysqlhotcopy.sh500 print "FLUSH LOGS\n" if ( $opt{flushlog} );
532 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
984 =item --flushlog
/dports/databases/mariadb105-server/mariadb-10.5.15/scripts/
H A Dmysqlhotcopy.sh503 print "FLUSH LOGS\n" if ( $opt{flushlog} );
535 $dbh->do( "FLUSH LOGS" ) if ( $opt{flushlog} );
987 =item --flushlog

12