| /freebsd-13.1/usr.sbin/periodic/etc/security/ |
| H A D | security.functions | 42 LOG="${security_status_logdir}" 68 if [ ! -f ${LOG}/${label}.today ]; then 71 echo "No ${LOG}/${label}.today" 72 cp ${tmpf} ${LOG}/${label}.today || rc=3 75 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then 79 diff ${security_status_diff_flags} ${LOG}/${label}.today \ 81 mv ${LOG}/${label}.today ${LOG}/${label}.yesterday || rc=3 82 mv ${tmpf} ${LOG}/${label}.today || rc=3
|
| H A D | 900.tcpwrap | 44 LOG="${security_status_logdir}" 49 find ${LOG} -name 'messages.*' -mtime -2 | 58 [ -f ${LOG}/messages ] && cat $LOG/messages
|
| H A D | 800.loginfail | 44 LOG="${security_status_logdir}" 49 find ${LOG} -name 'auth.log.*' -mtime -2 | 58 [ -f ${LOG}/auth.log ] && cat $LOG/auth.log
|
| /freebsd-13.1/lib/libpathconv/tests/ |
| H A D | test.pl | 88 open(LOG, ">$logfile") || die("cannot open log file '$logfile'.\n"); 98 print LOG "$progname $d[0] $d[1] -> $result (It should be '$d[2]')\n"; 109 print LOG "$progname $d[0] $d[1] -> $result (It should be '$d[2]')\n"; 121 print LOG "$progname $d[0] $d[1] -> $result (It should be '$d[2]')\n"; 132 print LOG "$progname $d[2] $d[1] -> $result (It should be '$d[0]')\n"; 136 close(LOG); 141 open(LOG, $logfile) || die("log file not found.\n"); 142 while (<LOG>) { 145 close(LOG);
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 589 LOG(D_INFO, DBLSEP); in run_gen_check() 595 LOG(D_INFO, SEP); in run_gen_check() 599 LOG(D_INFO, "[SKIP]\n"); in run_gen_check() 622 LOG(D_INFO, "[FAIL]\n"); in run_gen_check() 625 LOG(D_INFO, "[PASS]\n"); in run_gen_check() 742 LOG(D_DEBUG, in run_rec_check_impl() 765 LOG(D_INFO, DBLSEP); in run_rec_check() 771 LOG(D_INFO, SEP); in run_rec_check() 775 LOG(D_INFO, "[SKIP]\n"); in run_rec_check() 792 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 | 93 #define LOG(lvl, a...) \ macro
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_missing_005_pos.ksh | 74 typeset LOG=${TMPDIR}/log 91 $RM -f $LOG 97 log_must $TRUNCATE -s 64m $LOG 101 log_must $MDCONFIG -t vnode -a -f $LOG -u $LOG_U 113 log_must $MDCONFIG -t vnode -a -f $LOG -u $LOG_ALTU
|
| /freebsd-13.1/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-13.1/tools/tools/commitsdb/ |
| H A D | make_commit_db | 61 open LOG, "cvs -R log $file 2>/dev/null |" or die $!; 62 my @log = <LOG>; 64 close LOG;
|
| /freebsd-13.1/sys/dev/hwpmc/ |
| H A D | hwpmc_logging.c | 278 PMCDBG2(LOG,GTB,1, "po=%p plb=%p", po, plb); in pmclog_get_buffer() 443 PMCDBG3(LOG,WRI,2, "po=%p base=%p ptr=%p", po, in pmclog_loop() 530 PMCDBG1(LOG,REL,1, "po=%p", po); in pmclog_release_flags() 556 PMCDBG2(LOG,ALL,1, "po=%p len=%d", po, length); in pmclog_reserve() 646 PMCDBG1(LOG,SIO, 1, "po=%p", po); in pmclog_schedule_io() 768 PMCDBG1(LOG,CFG,1, "de-config po=%p", po); in pmclog_deconfigure_log() 824 PMCDBG1(LOG,FLS,1, "po=%p", po); in pmclog_flush() 890 PMCDBG1(LOG,CLO,1, "po=%p", po); in pmclog_close() 994 PMCDBG1(LOG,ALL,1, "pm=%p", pm); in pmclog_process_pmcallocate() 1029 PMCDBG2(LOG,ATT,1,"pm=%p pid=%d", pm, pid); in pmclog_process_pmcattach() [all …]
|
| /freebsd-13.1/usr.sbin/rpc.ypupdated/ |
| H A D | ypupdate | 14 LOG=yes 28 if [ ! $LOG ];
|
| /freebsd-13.1/usr.sbin/rpc.yppasswdd/ |
| H A D | yppwupdate | 15 LOG=yes 29 if [ ! $LOG ];
|
| /freebsd-13.1/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-13.1/usr.bin/tip/tip/ |
| H A D | log.c | 90 flog = fopen(value(LOG), "a"); in loginit() 92 fprintf(stderr, "can't open log file %s.\r\n", value(LOG)); in loginit()
|
| H A D | tip.h | 212 #define LOG 11 macro
|
| /freebsd-13.1/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-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | log.h | 107 #define LOG(log_var_str, ...) \ macro
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | pmem | 9 >4 regex LOG|BLK|OBJ Persistent Memory Pool file, type: %s,
|
| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | conf.h | 70 #define LOG 1 /* enable logging -- don't turn off */ macro 2010 # undef LOG /* syslog not available */ 3057 # if !LOG
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | faq.md | 515 ## googletest output is buried in a whole bunch of LOG messages. What do I do? 522 Since `LOG` messages go to stderr, we decided to let googletest output go to 667 ## googletest prints the LOG messages in a death test's child process only when the test fails. How… 669 Printing the LOG messages generated by the statement inside `EXPECT_DEATH()` 673 If you really need to see such LOG messages, a workaround is to temporarily
|
| /freebsd-13.1/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-13.1/contrib/sendmail/src/ |
| H A D | conf.c | 5509 #if LOG 5590 #if LOG 5604 #if LOG 5618 #if LOG 5867 #if LOG
|