| /freebsd-14.2/usr.sbin/periodic/etc/security/ |
| H A D | security.functions | 38 LOG="${security_status_logdir}" 64 if [ ! -f ${LOG}/${label}.today ]; then 67 echo "No ${LOG}/${label}.today" 68 cp ${tmpf} ${LOG}/${label}.today || rc=3 71 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then 75 diff ${security_status_diff_flags} ${LOG}/${label}.today \ 77 mv ${LOG}/${label}.today ${LOG}/${label}.yesterday || rc=3 78 mv ${tmpf} ${LOG}/${label}.today || rc=3
|
| H A D | 900.tcpwrap | 40 LOG="${security_status_logdir}" 45 find ${LOG} -name 'messages.*' -mtime -2 | 51 [ -f ${LOG}/messages ] && cat $LOG/messages
|
| H A D | 800.loginfail | 40 LOG="${security_status_logdir}" 45 find ${LOG} -name 'auth.log.*' -mtime -2 | 51 [ -f ${LOG}/auth.log ] && cat $LOG/auth.log
|
| /freebsd-14.2/lib/libpathconv/tests/ |
| H A D | test.pl | 87 open(LOG, ">$logfile") || die("cannot open log file '$logfile'.\n"); 97 print LOG "$progname $d[0] $d[1] -> $result (It should be '$d[2]')\n"; 108 print LOG "$progname $d[0] $d[1] -> $result (It should be '$d[2]')\n"; 120 print LOG "$progname $d[0] $d[1] -> $result (It should be '$d[2]')\n"; 131 print LOG "$progname $d[2] $d[1] -> $result (It should be '$d[0]')\n"; 135 close(LOG); 140 open(LOG, $logfile) || die("log file not found.\n"); 141 while (<LOG>) { 144 close(LOG);
|
| /freebsd-14.2/crypto/openssh/regress/ |
| H A D | rekey.sh | 6 LOG=${TEST_SSH_LOGFILE} 8 rm -f ${LOG} 22 rm -f ${COPY} ${LOG} 29 n=`grep 'NEWKEYS sent' ${LOG} | wc -l` 72 rm -f ${COPY} ${LOG} 79 n=`grep 'NEWKEYS sent' ${LOG} | wc -l` 89 rm -f ${COPY} ${LOG} 95 n=`grep 'NEWKEYS sent' ${LOG} | wc -l` 107 rm -f ${COPY} ${LOG} 114 n=`grep 'NEWKEYS sent' ${LOG} | wc -l` [all …]
|
| H A D | dhgex.sh | 6 LOG=${TEST_SSH_LOGFILE} 7 rm -f ${LOG} 21 rm -f ${LOG} 32 grep "SSH2_MSG_KEX_DH_GEX_REQUEST($groupsz) sent" ${LOG} >/dev/null 34 got="`egrep 'SSH2_MSG_KEX_DH_GEX_REQUEST(.*) sent' ${LOG}`" 38 gotbits="`awk 'BEGIN{FS="/"}/bits set:/{print $2}' ${LOG} |
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 592 LOG(D_INFO, DBLSEP); in run_gen_check() 598 LOG(D_INFO, SEP); in run_gen_check() 602 LOG(D_INFO, "[SKIP]\n"); in run_gen_check() 625 LOG(D_INFO, "[FAIL]\n"); in run_gen_check() 628 LOG(D_INFO, "[PASS]\n"); in run_gen_check() 745 LOG(D_DEBUG, in run_rec_check_impl() 768 LOG(D_INFO, DBLSEP); in run_rec_check() 774 LOG(D_INFO, SEP); in run_rec_check() 778 LOG(D_INFO, "[SKIP]\n"); in run_rec_check() 795 LOG(D_INFO, "[FAIL]\n"); in run_rec_check() [all …]
|
| H A D | raidz_bench.c | 109 LOG(D_ALL, "%10s, %8s, %zu, %10llu, %lf, %lf, %u\n", in run_gen_bench_impl() 128 LOG(D_INFO, DBLSEP "\nBenchmarking parity generation...\n\n"); in run_gen_bench() 129 LOG(D_ALL, "impl, math, dcols, iosize, disk_bw, total_bw, iter\n"); in run_gen_bench() 201 LOG(D_ALL, "%10s, %8s, %zu, %10llu, %lf, %lf, %u\n", in run_rec_bench_impl() 220 LOG(D_INFO, DBLSEP "\nBenchmarking data reconstruction...\n\n"); in run_rec_bench() 221 LOG(D_ALL, "impl, math, dcols, iosize, disk_bw, total_bw, iter\n"); in run_rec_bench()
|
| H A D | raidz_test.h | 95 #define LOG(lvl, ...) \ macro
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_missing_005_pos.ksh | 72 typeset LOG=${TMPDIR}/log 89 $RM -f $LOG 95 log_must $TRUNCATE -s 64m $LOG 99 log_must $MDCONFIG -t vnode -a -f $LOG -u $LOG_U 111 log_must $MDCONFIG -t vnode -a -f $LOG -u $LOG_ALTU
|
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2303 LOG("core.malloc.exit", "result: %p", ret); in malloc_default() 2504 LOG("core.calloc.exit", "result: %p", ret); in JEMALLOC_ATTR() 2849 LOG("core.free.entry", "ptr: %p", ptr); in je_free() 2855 LOG("core.free.exit", ""); in je_free() 3282 LOG("core.rallocx.exit", "result: %p", p); in je_rallocx() 3515 LOG("core.dallocx.exit", ""); in je_dallocx() 3587 LOG("core.sdallocx.exit", ""); in je_sdallocx() 3599 LOG("core.sdallocx.exit", ""); in je_sdallocx_noflags() 3677 LOG("core.mallctlbymib.entry", ""); in je_mallctlbymib() 3697 LOG("core.malloc_stats_print.entry", ""); in je_malloc_stats_print() [all …]
|
| /freebsd-14.2/tools/tools/commitsdb/ |
| H A D | make_commit_db | 59 open LOG, "cvs -R log $file 2>/dev/null |" or die $!; 60 my @log = <LOG>; 62 close LOG;
|
| /freebsd-14.2/sys/dev/hwpmc/ |
| H A D | hwpmc_logging.c | 268 PMCDBG2(LOG,GTB,1, "po=%p plb=%p", po, plb); in pmclog_get_buffer() 433 PMCDBG3(LOG,WRI,2, "po=%p base=%p ptr=%p", po, in pmclog_loop() 520 PMCDBG1(LOG,REL,1, "po=%p", po); in pmclog_release_flags() 546 PMCDBG2(LOG,ALL,1, "po=%p len=%d", po, length); in pmclog_reserve() 636 PMCDBG1(LOG,SIO, 1, "po=%p", po); in pmclog_schedule_io() 759 PMCDBG1(LOG,CFG,1, "de-config po=%p", po); in pmclog_deconfigure_log() 812 PMCDBG1(LOG,FLS,1, "po=%p", po); in pmclog_flush() 877 PMCDBG1(LOG,CLO,1, "po=%p", po); in pmclog_close() 983 PMCDBG1(LOG,ALL,1, "pm=%p", pm); in pmclog_process_pmcallocate() 1018 PMCDBG2(LOG,ATT,1,"pm=%p pid=%d", pm, pid); in pmclog_process_pmcattach() [all …]
|
| /freebsd-14.2/usr.sbin/rpc.ypupdated/ |
| H A D | ypupdate | 13 LOG=yes 27 if [ ! $LOG ];
|
| /freebsd-14.2/usr.sbin/rpc.yppasswdd/ |
| H A D | yppwupdate | 14 LOG=yes 28 if [ ! $LOG ];
|
| /freebsd-14.2/crypto/heimdal/kdc/ |
| H A D | announce.c | 64 #define LOG(...) asl_log(NULL, NULL, ASL_LEVEL_INFO, __VA_ARGS__) macro 169 LOG("Adding realm %s to domain %s", realm, domain); in domain_add() 256 LOG("register SRV rr for realm %s hostname %s:%d", realm, hostname, port); in register_srv() 283 LOG("Failed to register SRV rr for realm %s: %d", realm, error); in register_srv() 349 LOG("Deleting realm %s from domain %s", in update_dns() 427 LOG("something changed, running update"); in update_all()
|
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | log.c | 88 flog = fopen(value(LOG), "a"); in loginit() 90 fprintf(stderr, "can't open log file %s.\r\n", value(LOG)); in loginit()
|
| H A D | tip.h | 209 #define LOG 11 macro
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
| H A D | dtest.pl | 96 print LOG $msg if ($opt_l); 164 print LOG $msg if ($opt_l); 584 unless (!$opt_l || open(LOG, ">$PNAME.$$.log"));
|
| /freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | log.h | 107 #define LOG(log_var_str, ...) \ macro
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | pmem | 9 >4 regex LOG|BLK|OBJ Persistent Memory Pool file, type: %s,
|
| /freebsd-14.2/contrib/sendmail/include/sm/ |
| H A D | conf.h | 70 #define LOG 1 /* enable logging -- don't turn off */ macro 2013 # undef LOG /* syslog not available */ 3060 # if !LOG
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | faq.md | 443 ## GoogleTest output is buried in a whole bunch of LOG messages. What do I do? 450 Since `LOG` messages go to stderr, we decided to let GoogleTest output go to 591 ## GoogleTest prints the LOG messages in a death test's child process only when the test fails. How… 593 Printing the LOG messages generated by the statement inside `EXPECT_DEATH()` 597 If you really need to see such LOG messages, a workaround is to temporarily
|
| /freebsd-14.2/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 378 LOG("core.realloc.entry", "ptr: %p, size: %zu\n", ptr, size); 397 - LOG("core.realloc.exit", "result: %p", NULL);
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | conf.c | 5538 #if LOG 5619 #if LOG 5633 #if LOG 5647 #if LOG 5894 #if LOG
|