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

123456

/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dqequals.mk5 V.$M ?= bug
/freebsd-10-stable/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-10-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c91 addmc(int s, struct addrinfo *ai, bool bug) argument
119 if (bug && IN6_IS_ADDR_V4MAPPED(&s6->sin6_addr)) {
189 bool bug)
219 if ((f == bind || f == connector) && addmc(s, ai, bug) == -1) {
268 bool bug)
276 s = getsocket(host, port, conn ? connect : connector, &slen, bug);
311 bool bug)
320 s = getsocket(host, port, bind, &slen, bug);
346 run(const char *host, const char *port, size_t n, bool conn, bool bug) argument
358 receiver(syncfds[0], host, port, n, conn, bug);
187 getsocket(const char *host, const char *port, int (*f)(int, const struct sockaddr *, socklen_t), socklen_t *slen, bool bug) argument
267 sender(const int fd, const char *host, const char *port, size_t n, bool conn, bool bug) argument
310 receiver(const int fd, const char *host, const char *port, size_t n, bool conn, bool bug) argument
413 bool conn, bug; local
[all...]
/freebsd-10-stable/gnu/usr.bin/grep/tests/
H A Dwarning.sh13 Report them to <bug-gnu-utils@gnu.org>,
/freebsd-10-stable/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 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 Dlinks.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.debug.mk12 # Please send copies of changes and bug-fixes to:
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 Dtarget-flags.mk51 # Please send copies of changes and bug-fixes to:
H A Dyacc.mk13 # Please send copies of changes and bug-fixes to:
H A Dwhats.mk12 # Please send copies of changes and bug-fixes to:
H A Drst2htm.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/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-10-stable/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-10-stable/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-10-stable/cddl/usr.sbin/dtrace/tests/common/speculation/
H A DMakefile8 bug.1001148.SpecSizeVariations.d \
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap29 # bugs to <bug-automake@gnu.org> or send patches to
87 Report bugs to <bug-automake@gnu.org>.
/freebsd-10-stable/contrib/binutils/
H A Dylwrap32 # bugs to <bug-automake@gnu.org> or send patches to
58 Report bugs to <bug-automake@gnu.org>.
/freebsd-10-stable/contrib/openbsm/config/
H A Dylwrap29 # bugs to <bug-automake@gnu.org> or send patches to
55 Report bugs to <bug-automake@gnu.org>.

Completed in 221 milliseconds

123456