| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | CHANGES | 8 falsely reported as a success if the exit code is 0). 109 * New feature: access to Google Test flag values in user code.
|
| /freebsd-12.1/sys/dev/hpt27xx/ |
| H A D | README | 31 * First source code release 37 This package contains FreeBSD driver source code for HighPoint RocketRAID
|
| /freebsd-12.1/crypto/openssl/crypto/bn/asm/ |
| H A D | ppc-mont.pl | 130 $code=<<___; 140 $code.=<<___ if ($BNSZ==4); 144 $code.=<<___; 381 $code.=<<___; 979 $code.=<<___; 1500 $code.=<<___; 1984 $code.=<<___; 1988 $code =~ s/\`([^\`]*)\`/eval $1/gem; 1989 print $code;
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | CHANGES | 98 EBUSY can now be returned by SNFv3 code. 222 Fix code generated for "ip6 protochain". 275 Update description fetching code for FreeBSD, fix code for 491 pcap gencode can generate code for 802.11, IEEE1394, and pflog. 557 to pcap code without opening a capture device or capture file. 587 - Building outside the source code tree fixed. 744 - Add support for HP-UX. Resulted from code contributed by Tom Murray 762 comparison operators, while the code generator and optimizer assumed
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sftp-client.c | 177 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request() argument 185 if ((r = sshbuf_put_u8(msg, code)) != 0 || in send_string_request() 190 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_request() 195 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request() argument 203 if ((r = sshbuf_put_u8(msg, code)) != 0 || in send_string_attrs_request() 209 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_attrs_request()
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_sa.c | 539 static void saasync(void *callback_arg, u_int32_t code, 587 scsi_space_code code); 2234 saasync(void *callback_arg, u_int32_t code, in saasync() argument 2240 switch (code) { in saasync() 2274 cam_periph_async(periph, code, path, arg); in saasync() 4674 saspace(struct cam_periph *periph, int count, scsi_space_code code) in saspace() argument 4686 scsi_space(&ccb->csio, 0, NULL, MSG_SIMPLE_Q_TAG, code, count, in saspace() 4723 } else if (code == SS_SETMARKS || code == SS_EOD) { in saspace() 4730 } else if (code == SS_BLOCKS && softc->blkno != (daddr_t) -1) { in saspace() 5563 u_int8_t tag_action, scsi_space_code code, in scsi_space() argument [all …]
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ChangeLog.1999 | 113 * appl/test/common.c (client_doit): move identical code here and 156 * lib/krb5/crypto.c: some code for doing RC4/MD5/HMAC which might 160 * lib/krb5/get_addrs.c (find_all_addresses): change code to 193 preauthentication generation code. it's now in krb5_get_in_cred 208 * kdc/misc.c: update for multi-database code 210 * kdc/main.c: update for multi-database code 221 (krb5_context_data has changed and some code do (might) access 384 * lib/krb5/config_file_netinfo.c: moved netinfo code here from 562 * admin/srvconvert.c (srvconv): move common code 1722 re-organize the code to always free `kdc_reply' [all …]
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 979 source code. 1610 examples where the new code fails, but the old code works. 3717 Use SMTP error code and enhanced status code from check_relay in 6538 Change SMTP status code 553 to map into Extended code 5.1.0 (instead 8387 UUNET; closely based on code from KJS DECWRL code written 8428 default map is "/aliases". Some code based on code 8505 on code contributed by Dan Oscarsson. 9183 ``error:code message''. The ``code'' is a status code 9194 code were contributed by Per Hedeland. 9399 some of the map code. [all …]
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | WishList | 146 I tried to fix that (most of the code is in sh.sem.c, but it works 150 Fix the correct code... How to do that involves A.I.... 285 Update: I looked into this further by actually downloading the code
|
| /freebsd-12.1/contrib/serf/ |
| H A D | LICENSE | 27 including but not limited to software source code, documentation 32 not limited to compiled object code, generated documentation, 56 communication on electronic mailing lists, source code control systems,
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | functional | 111 * \code 115 * \code 347 * Note that this code assumes that @c int is 32 bits.
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | LICENSE | 28 including but not limited to software source code, documentation 33 not limited to compiled object code, generated documentation, 57 communication on electronic mailing lists, source code control systems,
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | cp-demangle.c | 183 char code; member 1441 if (c1 == p->code[0] && c2 == p->code[1]) in d_operator_name() 1444 if (c1 < p->code[0] || (c1 == p->code[0] && c2 < p->code[1])) in d_operator_name() 2273 && strcmp (op->u.s_operator.op->code, "st") == 0) in d_expression() 2565 if (c == p->code) in d_substitution()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | cp-demangle.c | 215 char code; member 1487 if (c1 == p->code[0] && c2 == p->code[1]) in d_operator_name() 1490 if (c1 < p->code[0] || (c1 == p->code[0] && c2 < p->code[1])) in d_operator_name() 2319 && strcmp (op->u.s_operator.op->code, "st") == 0) in d_expression() 2611 if (c == p->code) in d_substitution()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | Caps.uwin | 37 # infocmp, and the library compilation code used to support the termcap 119 # You'll need to write custom code, probably in postprocess_termcap() or 141 # difference (there is special code in tic to recognize this situation). 160 #%terminfo description block and available to terminfo-using code. In each 173 #%The termcap code is the old 612 # cares about them enough to hack in code that will translate them into 631 # code uses the 'OT' prefix we put on obsolete capabilities to suppress 660 # These mytinfo codes are not used in the 4.4BSD curses code. They are 666 # The `ko' capability is translated by special code. It should contain a 668 # The `kn' code is accepted but ignored. [all …]
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9697 | 165 all corresponding code. 840 (v850_reloc_prefix): Duplicate code eliminated. Add code to 1031 (add_file): Remove old #if 0 code. 1207 code if BFD_ASSEMBLER. 2530 Add debug code for crash debugs, to be removed when traceback code 2531 is added to object code. 3676 unwanted code. 3820 code. 3950 sh_frob_file. Add BFD_ASSEMBLER code. 3974 code. [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | dwarf2out.c | 1021 enum rtx_code code; in stack_adjust_offset() local 1026 code = GET_CODE (src); in stack_adjust_offset() 1027 if (! (code == PLUS || code == MINUS) in stack_adjust_offset() 1033 if (code == PLUS) in stack_adjust_offset() 1042 switch (code) in stack_adjust_offset() 4408 return (code == RECORD_TYPE || code == UNION_TYPE in is_tagged_type() 4409 || code == QUAL_UNION_TYPE || code == ENUMERAL_TYPE); in is_tagged_type() 8475 if (code == ERROR_MARK) in modified_type_die() 8530 else if (code == POINTER_TYPE || code == BLOCK_POINTER_TYPE) in modified_type_die() 11200 if ((code == INTEGER_TYPE || code == REAL_TYPE) in add_type_attribute() [all …]
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | exynos5420-cpus.dtsi | 15 * booting cluster (big or LITTLE) is chosen by IROM code by reading
|
| H A D | spear320.dtsi | 6 * The code contained herein is licensed under the GNU General Public
|
| H A D | lpc4337-ciaa.dts | 6 * This code is released using a dual license strategy: BSD/GPL
|
| /freebsd-12.1/tools/test/iconv/tablegen/ |
| H A D | tablegen.c | 162 uc_to_mb_fb(unsigned int code, in uc_to_mb_fb() argument
|
| /freebsd-12.1/contrib/openbsm/ |
| H A D | README | 28 compat/ Compatibility code to build on various operating systems
|
| /freebsd-12.1/sys/dev/virtio/mmio/ |
| H A D | virtio_mmio_if.m | 12 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | err.hin | 10 * 1. Redistributions of source code must retain the above copyright
|
| /freebsd-12.1/sys/gnu/dts/arm64/qcom/ |
| H A D | pm8916.dtsi | 33 linux,code = <KEY_POWER>;
|