| /netbsd-src/external/bsd/am-utils/dist/m4/ |
| H A D | GNUmakefile | 24 LOG=/tmp/amu-${USER}.log macro 50 -(cd ${TOPDIR} && ${AUTOCONF} > configure.new 2> ${LOG}) 51 -@egrep -v ${CUTWARNMSG} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG} 56 -@egrep ${CUTWARNMSG2} ${LOG} 57 -@egrep -v ${CUTWARNMSG2} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG} 59 @if test -s ${LOG}; then cat ${LOG}; exit 2; fi 66 -(cd ${TOPDIR} && ${AUTOHEADER} > ./m4/config.h.in 2> ${LOG}) 67 -@egrep -v ${CUTWARNMSG} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG} 72 -@egrep ${CUTWARNMSG2} ${LOG} 73 -@egrep -v ${CUTWARNMSG2} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG} [all …]
|
| /netbsd-src/usr.sbin/altq/libaltq/ |
| H A D | parser.c | 173 LOG(LOG_ERR, 0, "unknown command: %s", cmd); in do_command() 238 LOG(LOG_ERR, 0, in qdisc_class_parser() 243 LOG(LOG_ERR, 0, "no such interface"); in qdisc_class_parser() 248 LOG(LOG_ERR, 0, in qdisc_class_parser() 272 LOG(LOG_INFO, 0, "ALTQ config file is %s", altqconfigfile); in qcmd_config() 276 LOG(LOG_ERR, errno, "can't open %s", altqconfigfile, 0); in qcmd_config() 285 LOG(LOG_ERR, 0, "Error in %s, line %d. config failed.", in qcmd_config() 468 LOG(LOG_ERR, 0, "missing interface name"); in interface_parser() 484 LOG(LOG_ERR, 0, "too many args"); in interface_parser() 506 LOG(LOG_ERR, 0, "missing discipline"); in class_parser() [all …]
|
| H A D | qop_cbq.c | 147 LOG(LOG_ERR, 0, "Unknown keyword '%s'", *argv); in cbq_interface_parser() 208 LOG(LOG_ERR, 0, in cbq_class_parser() 233 LOG(LOG_ERR, 0, in cbq_class_parser() 269 LOG(LOG_ERR, 0, in cbq_class_parser() 279 LOG(LOG_ERR, 0, in cbq_class_parser() 320 LOG(LOG_ERR, errno, "%s: can't add cbq on interface '%s'", in qcmd_cbq_add_if() 361 LOG(LOG_ERR, 0, in qcmd_cbq_add_class() 374 LOG(LOG_ERR, errno, in qcmd_cbq_add_class() 388 LOG(LOG_ERR, errno, "can't create ctl_class!"); in qcmd_cbq_add_class() 451 LOG(LOG_ER in qcmd_cbq_add_ctl_filters() [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | x86-64.h | 67 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \ argument 69 if ((LOG) != 0) { \ 70 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 71 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 73 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \ 77 #define ASM_OUTPUT_MAX_SKIP_PAD(FILE, LOG, MAX_SKIP) \ argument 78 if ((LOG) != 0) \ 80 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 81 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 83 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
|
| H A D | gas.h | 59 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ argument 60 if ((LOG)!=0) fprintf ((FILE), "\t.balign %d\n", 1 << (LOG)) 70 # define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \ argument 71 if ((LOG) != 0) { \ 72 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 73 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 75 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
|
| H A D | darwin.h | 195 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ argument 197 if ((LOG) != 0) \ 200 fprintf (FILE, "\t%s %d,0x90\n", ALIGN_ASM_OP, (LOG)); \ 202 fprintf (FILE, "\t%s %d\n", ALIGN_ASM_OP, (LOG)); \ 207 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \ argument 209 if ((LOG) != 0) { \ 210 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 211 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 213 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
|
| H A D | lynx.h | 61 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \ argument 63 if ((LOG) != 0) { \ 64 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 65 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 67 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
|
| H A D | dragonfly.h | 72 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE, LOG, MAX_SKIP) \ argument 73 if ((LOG) != 0) { \ 74 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 75 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 77 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
|
| H A D | openbsdelf.h | 71 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \ argument 73 if ((LOG) != 0) { \ 74 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 75 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 77 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
|
| H A D | freebsd.h | 101 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \ argument 103 if ((LOG) != 0) { \ 104 if ((MAX_SKIP) == 0 || (MAX_SKIP) >= (1 << (LOG)) - 1) \ 105 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \ 107 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/bin/ |
| H A D | gcc-svn-update | 53 echo svn update --non-interactive --revision ${REV} >> $LOG 54 svn update --non-interactive --revision ${REV} >> $LOG 64 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 66 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 77 contrib/gcc_update --touch >> $LOG 97 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log 99 rm -f $LOG 100 touch $LOG
|
| H A D | gcc-svn-update-fix | 36 echo svn update --non-interactive --revision ${REV} >> $LOG 37 svn update --non-interactive --revision ${REV} >> $LOG 47 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 49 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 60 contrib/gcc_update --touch >> $LOG 80 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log 82 rm -f $LOG 83 touch $LOG
|
| H A D | gcc-test-ice-on-invalid-code | 25 LOG=${BUGID}.${LOGID}.out 28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1 35 grep -q 'No such file or directory' ${LOG} 41 grep -q 'internal compiler error' ${LOG} 47 grep -q 'error' ${LOG}
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/ |
| H A D | gcc-svn-update | 53 echo svn update --non-interactive --revision ${REV} >> $LOG 54 svn update --non-interactive --revision ${REV} >> $LOG 64 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 66 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 77 contrib/gcc_update --touch >> $LOG 97 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log 99 rm -f $LOG 100 touch $LOG
|
| H A D | gcc-svn-update-fix | 36 echo svn update --non-interactive --revision ${REV} >> $LOG 37 svn update --non-interactive --revision ${REV} >> $LOG 47 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 49 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG 60 contrib/gcc_update --touch >> $LOG 80 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log 82 rm -f $LOG 83 touch $LOG
|
| H A D | gcc-test-ice-on-invalid-code | 25 LOG=${BUGID}.${LOGID}.out 28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1 35 grep -q 'No such file or directory' ${LOG} 41 grep -q 'internal compiler error' ${LOG} 47 grep -q 'error' ${LOG}
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | dtc-checkfails.sh | 23 LOG=tmp.log.$$ 24 rm -f $LOG 25 trap "rm -f $LOG" 0 27 verbose_run_log "$LOG" $VALGRIND "$DTC" -o /dev/null "$@" 33 if ! grep -E "(ERROR|Warning) \($c\):" $LOG > /dev/null; then 39 if grep -E "(ERROR|Warning) \($c\):" $LOG > /dev/null; then
|
| H A D | fdtget-runtest.sh | 5 LOG=tmp.log.$$ 7 rm -f $LOG $EXPECT 8 trap "rm -f $LOG $EXPECT" 0 14 verbose_run_log_check "$LOG" $VALGRIND $DTGET "$@" 16 if cmp $EXPECT $LOG>/dev/null; then
|
| H A D | fdtput-runtest.sh | 11 LOG=tmp.log.$$ 13 rm -f $LOG $EXPECT 14 trap "rm -f $LOG $EXPECT" 0 29 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$dtb" "$node" "$property" $flags 31 if cmp $EXPECT $LOG >/dev/null; then
|
| H A D | fdtoverlay-runtest.sh | 11 LOG=tmp.log.$$ 13 rm -f $LOG $EXPECT 14 trap "rm -f $LOG $EXPECT" 0 30 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$targetdtb" "$node" "$property" $flags 32 if cmp $EXPECT $LOG >/dev/null; then
|
| /netbsd-src/usr.bin/midirecord/ |
| H A D | midirecord.c | 297 #define LOG(fmt...) \ macro 309 LOG("UNHANDLED SEQ_LOCAL"); in midi_event_local_to_output() 365 LOG("TMR_WAIT_ABS: new div %x (cur %x prev %x): bufval (len=%u): " in midi_event_timer_wait_abs_to_output() 383 LOG("SEQ_TIMING"); in midi_event_timer_to_output() 387 LOG("UNHANDLED TMR_WAIT_REL: divisions: %x", e.t_WAIT_REL.divisions); in midi_event_timer_to_output() 403 LOG("UNHANDLED timer op: %x", e.timing.op); in midi_event_timer_to_output() 407 LOG("unknown timer op: %x", e.timing.op); in midi_event_timer_to_output() 422 LOG("SEQ_CHN_COMMON"); in midi_event_chn_common_to_output() 442 LOG("MIDI_CTL_CHANGE: channel %x ctrl %x val %x", in midi_event_chn_common_to_output() 451 LOG("MIDI_PGM_CHANGE: channel %x program %x", in midi_event_chn_common_to_output() [all …]
|
| /netbsd-src/usr.sbin/altq/altqd/ |
| H A D | altqd.c | 166 LOG(LOG_ERR, errno, "can't open unix domain socket"); in main() 176 LOG(LOG_ERR, errno, "can't bind to %s", QUIP_PATH); in main() 182 LOG(LOG_ERR, errno, "can't listen to %s", QUIP_PATH); in main() 200 LOG(LOG_WARNING, errno, "can't open pid file"); in main() 221 LOG(LOG_ERR, 0, "bad file descriptor", QUIP_PATH); in main() 239 LOG(LOG_INFO, 0, "reinitializing altqd..."); in main() 241 LOG(LOG_INFO, 0, "reinitialization failed"); in main() 246 LOG(LOG_INFO, 0, "Exiting on signal %d", in main() 266 LOG(LOG_INFO, 0, "Exiting."); in main() 279 LOG(LOG_ERR, errno, "accept"); in main()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/regression/ |
| H A D | btest-gcc.sh | 193 for LOG in $TESTLOGS ; do 194 if ! grep ^PASS: $LOG > /dev/null ; then 201 for LOG in $TESTLOGS ; do 202 L=`basename $LOG` 203 awk '/^FAIL: / { print "'$L'",$2; }' $LOG || exit 1 210 for LOG in $TESTLOGS ; do 211 L=`basename $LOG` 212 awk '/^PASS: / { print "'$L'",$2; }' $LOG || exit 1
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/regression/ |
| H A D | btest-gcc.sh | 193 for LOG in $TESTLOGS ; do 194 if ! grep ^PASS: $LOG > /dev/null ; then 201 for LOG in $TESTLOGS ; do 202 L=`basename $LOG` 203 awk '/^FAIL: / { print "'$L'",$2; }' $LOG || exit 1 210 for LOG in $TESTLOGS ; do 211 L=`basename $LOG` 212 awk '/^PASS: / { print "'$L'",$2; }' $LOG || exit 1
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| H A D | gcn-hsa.h | 62 #define ASM_OUTPUT_ALIGN(FILE,LOG) \ argument 63 do { if (LOG!=0) fprintf (FILE, "\t.align\t%d\n", 1<<(LOG)); } while (0) 64 #define ASM_OUTPUT_ALIGN_WITH_NOP(FILE,LOG) \ argument 66 if (LOG!=0) \ 68 " ; Fill value is 's_nop 0'\n", (LOG)); \
|