| /freebsd-13.1/sys/fs/cd9660/ |
| H A D | TODO | 42 can access the 8 bit clean (ie. Solaris Japanese with EUC code )
|
| /freebsd-13.1/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_var.h | 183 u_int8_t code; /* L2CAP command opcode */ member
|
| /freebsd-13.1/share/i18n/csmapper/GB/ |
| H A D | UCS%GB2312EXT.src | 27 # Column #1 is the cp936 code (in hex)
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | imx7-mba7.dtsi | 32 linux,code = <KEY_1>; 39 linux,code = <KEY_2>; 46 linux,code = <KEY_3>;
|
| H A D | ste-ux500-samsung-golden.dts | 333 linux,code = <KEY_VOLUMEUP>; 340 linux,code = <KEY_VOLUMEDOWN>; 347 linux,code = <KEY_HOMEPAGE>;
|
| H A D | exynos4210-i9100.dts | 93 linux,code = <KEY_VOLUMEDOWN>; 100 linux,code = <KEY_VOLUMEUP>; 107 linux,code = <KEY_POWER>; 115 linux,code = <KEY_OK>;
|
| /freebsd-13.1/usr.sbin/rtadvd/ |
| H A D | if.c | 640 getinet6sysctl(int code) in getinet6sysctl() argument 646 mib[3] = code; in getinet6sysctl() 651 __func__, code, in getinet6sysctl()
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-dhcp6.c | 274 dhcp6stcode(const uint16_t code) in dhcp6stcode() argument 276 return code > 255 ? "INVALID code" : tok2str(dh6opt_stcode_str, "code%u", code); in dhcp6stcode()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | xive.c | 123 static void xive_translate_code(device_t dev, u_int irq, int code, 653 xive_translate_code(device_t dev, u_int irq, int code, in xive_translate_code() argument 656 switch (code) { in xive_translate_code()
|
| /freebsd-13.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_if.m | 12 # 1. Redistributions of source code must retain the above copyright 174 * regular UNIX error code should be returned. 267 * @retval non-zero if mapping @p irq otherwise fails, a regular unix error code
|
| /freebsd-13.1/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416_misc.c | 726 int code; in ar5416DetectBBHang() member 746 __func__, hang_sig, hang_list[i].code); in ar5416DetectBBHang() 747 return hang_list[i].code; in ar5416DetectBBHang()
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr_table.c | 67 mpr_describe_table(struct mpr_table_lookup *table, u_int code) in mpr_describe_table() argument 72 if (table[i].code == code) in mpr_describe_table()
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | aclocal.m4 | 5 dnl modification, are permitted provided that: (1) source code distributions 7 dnl distributions including binary code include the above copyright notice and 269 dnl If a third argument is supplied, treat it as C code to be compiled 300 # The compile supports this; do we have some C code for 459 dnl V_SHLIB_CCOPT (modified to build position-independent code) 471 # add options to generate position-independent code, 546 # add options to generate position-independent code, 615 # Try compiling a sample of the type of code that appears in 922 AC_LBL_CHECK_COMPILER_OPT($1, -Wunreachable-code, 940 # .devel file; why should the ABI for which we produce code
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | Makefile.in | 1436 …$(ASN1_COMPILE) --one-code-file --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList … 1439 …$(ASN1_COMPILE) --one-code-file --option-file=$(srcdir)/cms.opt $(srcdir)/cms.asn1 cms_asn1 || (rm… 1442 …$(ASN1_COMPILE) --one-code-file --option-file=$(srcdir)/krb5.opt $(srcdir)/krb5.asn1 krb5_asn1 || … 1445 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; ex… 1448 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit … 1451 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit … 1454 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; ex… 1457 …$(ASN1_COMPILE) --one-code-file $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; ex… 1460 …$(ASN1_COMPILE) --one-code-file $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit … 1463 …$(ASN1_COMPILE) --one-code-file --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_…
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8173-elm.dtsi | 52 linux,code = <SW_LID>; 60 linux,code = <KEY_POWER>; 68 linux,code = <SW_TABLET_MODE>; 76 linux,code = <KEY_VOLUMEDOWN>; 82 linux,code = <KEY_VOLUMEUP>;
|
| /freebsd-13.1/sys/netinet/ |
| H A D | ip_input.c | 967 int error, type = 0, code = 0, mtu = 0; in ip_forward() local 1068 code = ICMP_REDIRECT_HOST; in ip_forward() 1112 code = ICMP_UNREACH_HOST; in ip_forward() 1117 code = ICMP_UNREACH_NEEDFRAG; in ip_forward() 1142 icmp_error(mcopy, type, code, dest.s_addr, mtu); in ip_forward()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog | 284 Sample code 508 o Fix a dead-code warning in unit tests. CID 1193548 (c119f24) 516 Sample code 789 Sample code 793 o https-client: code cleanup (29af65e Alexey Ozeritsky) 806 example code for writing an https client. 881 o Do not build strlcpy.c when it will have no code. (4914620) 1433 o Fix a crash bug in evdns server circular list code (00e91b3) 1487 o Comment internal headers used in sample code. (4eb281c) 1595 o Fix a bug in the improved EOL_CRLF code (d927965) [all …]
|
| /freebsd-13.1/contrib/tnftp/ |
| H A D | ChangeLog | 256 - Recognize 307 redirect code. 336 requires significant code refactoring. (mmm, legacy code). 522 - Factor out common string processing code eliminating static 543 - Move UCB-licensed code from 4-clause to 3-clause. 601 - Move UCB-licensed code from 4-clause to 3-clause licence. 732 * add back cpp code which #defines REGEX #if HAVE_REGEX_H 1143 maintaining two code paths. 1465 - move `%' formatting code from prompt() to expandbuf(). 1476 - add global var `username'; used by prompt code 1497 - implement printing a right-side prompt. code derived from [all …]
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | ChangeLog | 70 o parse.c: condense code in Parse_IsVar 100 reduce confusing code in ParseForLoop 194 extract common code into Expr_Words 195 extract common code into Expr_Str 491 reorder code in ModifyWords 503 reduce redundant code around ModifyWords 991 clean up code layout 1148 reduce code size in CondParser_Eval 1433 simplify code for :E and :R 1434 clean up code for :H and :T [all …]
|
| /freebsd-13.1/contrib/subversion/ |
| 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, 208 notices and license terms. Your use of the source code for the these 242 1. Redistributions of source code must retain the above copyright 349 * * Redistributions of source code must retain the above copyright 380 * Redistributions of source code must retain the above copyright notice, 408 * Redistributions of source code must retain the above copyright notice,
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/design/ |
| H A D | reproducers.rst | 34 .. code-block:: bash 45 .. code-block:: none 71 .. code-block:: bash 200 example we do not need to capture source files for code listings. There's
|
| /freebsd-13.1/contrib/wpa/src/eap_peer/ |
| H A D | eap_tls_common.c | 20 u8 code, u8 identifier) in eap_tls_msg_alloc() argument 25 code, identifier); in eap_tls_msg_alloc() 29 code, identifier); in eap_tls_msg_alloc() 30 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, in eap_tls_msg_alloc()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h.pump | 13 // * Redistributions of source code must retain the above copyright 271 // useful when you just want your test code to emit some messages and 273 // the right times). For example, if you are exercising code: 306 // MockFunction<F> can also be used to exercise code that accepts
|
| /freebsd-13.1/contrib/libdivsufsort/ |
| H A D | README.md | 6 * 2015-03-21: The project has moved from [Google Code](http://code.google.com/p/libdivsufsort/) to … 19 1. Get the source code from GitHub. You can either
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Automaton.td | 62 // Each symbol field can be of class, int, string or code type. 65 // If the type of a field is a string, code or int, that is also used
|