Home
last modified time | relevance | path

Searched refs:code (Results 3026 – 3050 of 5016) sorted by relevance

1...<<121122123124125126127128129130>>...201

/freebsd-12.1/contrib/googletest/googletest/
H A DCHANGES8 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 DREADME31 * 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 Dppc-mont.pl130 $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 DCHANGES98 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 Dsftp-client.c177 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 Dscsi_sa.c539 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 DChangeLog.1999113 * 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 DRELEASE_NOTES979 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 DWishList146 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 DLICENSE27 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 Dfunctional111 * \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 DLICENSE28 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 Dcp-demangle.c183 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 Dcp-demangle.c215 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 DCaps.uwin37 # 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 DChangeLog-9697165 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 Ddwarf2out.c1021 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 Dexynos5420-cpus.dtsi15 * booting cluster (big or LITTLE) is chosen by IROM code by reading
H A Dspear320.dtsi6 * The code contained herein is licensed under the GNU General Public
H A Dlpc4337-ciaa.dts6 * This code is released using a dual license strategy: BSD/GPL
/freebsd-12.1/tools/test/iconv/tablegen/
H A Dtablegen.c162 uc_to_mb_fb(unsigned int code, in uc_to_mb_fb() argument
/freebsd-12.1/contrib/openbsm/
H A DREADME28 compat/ Compatibility code to build on various operating systems
/freebsd-12.1/sys/dev/virtio/mmio/
H A Dvirtio_mmio_if.m12 # 1. Redistributions of source code must retain the above copyright
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Derr.hin10 * 1. Redistributions of source code must retain the above copyright
/freebsd-12.1/sys/gnu/dts/arm64/qcom/
H A Dpm8916.dtsi33 linux,code = <KEY_POWER>;

1...<<121122123124125126127128129130>>...201