Searched refs:bug (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-9.3-release/contrib/ntp/tests/
H A DMakefile.am5 bug-2803 \
/freebsd-9.3-release/contrib/ntp/tests/bug-2803/
H A DMakefile.am12 check_PROGRAMS = bug-2803
36 bug-2803.c \
37 run-bug-2803.c \
40 $(srcdir)/run-bug-2803.c: $(srcdir)/bug-2803.c $(std_unity_list)
41 $(run_unity) bug-2803.c run-bug-2803.c
H A DMakefile.in90 check_PROGRAMS = bug-2803$(EXEEXT)
92 subdir = tests/bug-2803
140 am_bug_2803_OBJECTS = bug-2803.$(OBJEXT) run-bug-2803.$(OBJEXT) \
718 bug-2803.c \
719 run-bug-2803.c \
744 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/bug-2803/Makefile'; \
746 $(AUTOMAKE) --foreign tests/bug-2803/Makefile
775 bug-2803$(EXEEXT): $(bug_2803_OBJECTS) $(bug_2803_DEPENDENCIES) $(EXTRA_bug_2803_DEPENDENCIES)
776 @rm -f bug
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Ddivtest.c11 static void bug(char *m, BIGNUM *a, BIGNUM *b) function
36 bug("BN_div failed", a, b);
38 bug("BN_div_recp failed", a, b);
40 bug("mismatch", a, b);
/freebsd-9.3-release/gnu/usr.bin/grep/tests/
H A Dwarning.sh13 Report them to <bug-gnu-utils@gnu.org>,
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlibnames.mk12 # Please send copies of changes and bug-fixes to:
H A Dhost.libnames.mk12 # Please send copies of changes and bug-fixes to:
H A Dinc.mk12 # Please send copies of changes and bug-fixes to:
H A Dsrctop.mk12 # Please send copies of changes and bug-fixes to:
43 # Linux at least has a bug where attempting to check an automounter
H A Dinit.mk12 # Please send copies of changes and bug-fixes to:
H A Dlinks.mk12 # Please send copies of changes and bug-fixes to:
H A Drst2htm.mk12 # Please send copies of changes and bug-fixes to:
H A Dwarnings.mk13 # Please send copies of changes and bug-fixes to:
73 # This version uses .for loops to avoid a double free bug in old bmake's
111 # but tiggers a double free bug in bmake-20040118 and earlier.
H A Dautoconf.mk12 # Please send copies of changes and bug-fixes to:
H A Dinstall-new.mk12 # Please send copies of changes and bug-fixes to:
H A Doptions.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.dependfile.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-9.3-release/crypto/openssh/regress/
H A Denvpass.sh8 # Prepare a custom config to test for a configuration parsing bug fixed in 4.0
10 Host test-sendenv-confparse-bug
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_refclock.c1140 struct refclockbug *bug /* output structure */
1168 bug->nvalues = 8;
1169 bug->svalues = 0x0000003f;
1170 bug->values[0] = pp->year;
1171 bug->values[1] = pp->day;
1172 bug->values[2] = pp->hour;
1173 bug->values[3] = pp->minute;
1174 bug->values[4] = pp->second;
1175 bug->values[5] = pp->nsec;
1176 bug
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES25 This file lists all bug fixes, changes, etc., made since the AWK book
35 fixed obscure call by value bug in split(a[1],a) reported on
60 fixed day 1 bug that resurrected deleted elements of ARGV when
87 fixed long-standing overflow bug in run.c; many thanks to
90 fixed bug that didn't parse -vd=1 properly; thanks to santiago
129 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
146 fixed a bug in -d that caused core dump if no program followed.
193 fixed another 25-year-old RE bug, in split. it's another failure
198 fixed a bug in regular expressions that dates (so help me) from 1977;
211 fixed, thanks to andrey chernov and ruslan ermilov, a bug i
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp265 BugType *bug = 0; local
267 bug = new NSErrorDerefBug();
269 bug = new CFErrorDerefBug();
270 BugReport *report = new BugReport(*bug, os.str(),
/freebsd-9.3-release/contrib/ntp/tests/sandbox/
H A DMakefile.am19 bug-2803 \
45 bug-2803.c \
/freebsd-9.3-release/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc39 at non-zero addresses. Could be a Solaris ld bug, could be a GNU ld
40 bug. But for now assigning the zero vmas works. */}
/freebsd-9.3-release/contrib/binutils/
H A Dylwrap32 # bugs to <bug-automake@gnu.org> or send patches to
58 Report bugs to <bug-automake@gnu.org>.

Completed in 214 milliseconds

12345