| /freebsd-13.1/share/i18n/csmapper/APPLE/ |
| H A D | INUIT%UCS.src | 59 # Column #1 is the Mac OS Inuit code (in hex as 0xNN) 63 # The entries are in Mac OS Inuit code order. 88 # The Mac OS Inuit character set shares the script code smEthiopic 91 # code is 78, verNunavut. 103 # encoding are at the same code point in both; this improves
|
| H A D | UCS%INUIT.src | 59 # Column #1 is the Mac OS Inuit code (in hex as 0xNN) 63 # The entries are in Mac OS Inuit code order. 88 # The Mac OS Inuit character set shares the script code smEthiopic 91 # code is 78, verNunavut. 103 # encoding are at the same code point in both; this improves
|
| /freebsd-13.1/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder.c | 96 if (coder->next.code == NULL) { in fill_window() 105 ret = coder->next.code(coder->next.coder, allocator, in fill_window() 177 const lzma_ret ret = coder->lz.code(coder->lz.coder, in lz_encode() 544 next->code = &lz_encode; in lzma_lz_encoder_init() 549 coder->lz.code = NULL; in lzma_lz_encoder_init()
|
| /freebsd-13.1/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_misc.c | 456 u_int8_t code, u_int32_t token) in ng_l2cap_new_cmd() argument 472 cmd->code = code; in ng_l2cap_new_cmd() 559 cmd->code, cmd->flags); in ng_l2cap_command_timeout() 580 cmd->code, cmd->flags); in ng_l2cap_command_untimeout()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | varied.out | 25 0 string avaobj AVR assembler object code 43 # Generated by the "examples" in STM's ST40 devkit, and derived code.
|
| /freebsd-13.1/contrib/libucl/m4/ |
| H A D | gcov.m4 | 3 # Add code coverage support with gcov/lcov. 28 AC_ARG_ENABLE(coverage, AC_HELP_STRING([--enable-coverage],[configure code coverage analysis tools]…
|
| /freebsd-13.1/tools/tools/git/ |
| H A D | arcgit | 209 code=$? 213 exit $code
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | AtomLLD.rst | 7 ATOM-based lld is a new set of modular code for creating linker tools. 30 * OS specific and CPU specific code factored out
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | README | 3 For more information about cppclean, visit http://code.google.com/p/cppclean/ 29 Not all code will be generated properly. For example, when mocking templated
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.rc | 4 ** The author disclaims copyright to this source code. In place of 13 ** This file contains code and resources that are specific to Windows.
|
| /freebsd-13.1/usr.bin/newkey/ |
| H A D | newkey.c | 203 err_string(int code) in err_string() argument 207 switch (code) { in err_string()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/ |
| H A D | matrix-keymap.yaml | 27 column and linux key-code. The 32-bit big endian cell is packed as: 28 row << 24 | column << 16 | key-code
|
| H A D | iqs269a.yaml | 399 linux,code: 401 description: Numeric key or switch code associated with the event. 424 linux,code: 426 description: Numeric key or switch code associated with the event. 449 linux,code: 451 description: Numeric key or switch code associated with the event. 494 linux,code = <KEY_POWER>; 549 linux,code = <SW_LID>;
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-mgmt-port.c | 84 uint64_t code : 7; /* The RX error code */ member 680 while (state->rx_ring[state->rx_read_index].s.code == 16) in cvmx_mgmt_port_receive() 694 state->rx_ring[state->rx_read_index].s.code = 0; in cvmx_mgmt_port_receive() 707 if (state->rx_ring[state->rx_read_index].s.code == 15) in cvmx_mgmt_port_receive() 725 … state->rx_ring[state->rx_read_index].s.code, state->rx_ring[state->rx_read_index].s.len + result); in cvmx_mgmt_port_receive() 726 result = -state->rx_ring[state->rx_read_index].s.code; in cvmx_mgmt_port_receive() 735 state->rx_ring[state->rx_read_index].s.code = 0; in cvmx_mgmt_port_receive()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | cbcp.c | 173 u_char code; member 198 cbcp_Output(struct cbcp *cbcp, u_char code, struct cbcp_data *data) in cbcp_Output() argument 205 head->code = code; in cbcp_Output() 647 " - ignored\n", head->code, ntohs(head->length), len); in cbcp_Input() 659 switch (head->code) { in cbcp_Input() 739 head->code, len); in cbcp_Input()
|
| /freebsd-13.1/sys/contrib/zstd/lib/ |
| H A D | README.md | 64 - Compression source code lies in `lib/compress` 66 - Decompression source code lies in `lib/decompress` 103 Detailed options: Zstandard's code and build environment is set up by default 105 makes significant trade-offs in code size. For example, Zstandard often has 142 (in this case, only the BMI2 code path is generated). 196 Consider migrating code towards supported streaming API exposed in `zstd.h`. 201 The other files are not source code. There are :
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 36 Our source-compatibility policy is that correct code (that is to say, 37 code that uses public interfaces of Libevent and relies only on their 39 such code that worked with a previous version of Libevent should work 53 GCC features designed for increased code security. 184 How can we make this code safe? 193 have the following code: 287 bufferevents, and any code that tried to read the contents of the 565 compilers, and makes the code easier to read and check. 596 code run a little faster on change-heavy loads. 725 around for a while. New code should use EVENT_LOG_DEBUG, [all …]
|
| /freebsd-13.1/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 581 char *code = NULL; in json_events() local 582 addfield(map, &code, "", "", val); in json_events() 583 eventcode |= strtoul(code, NULL, 0); in json_events() 584 free(code); in json_events() 586 char *code = NULL; in json_events() local 587 addfield(map, &code, "", "", val); in json_events() 588 eventcode |= strtoul(code, NULL, 0) << 21; in json_events() 589 free(code); in json_events()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | utf.c | 1078 const apr_uint16_t code = in svn_utf__utf16_to_utf8() local 1083 if (IS_UTF16_TRAIL_SURROGATE(code)) in svn_utf__utf16_to_utf8() 1089 | (code & 0x03ff)))); in svn_utf__utf16_to_utf8() 1102 if ((offset + 1) < utf16len && IS_UTF16_LEAD_SURROGATE(code)) in svn_utf__utf16_to_utf8() 1106 lead_surrogate = code; in svn_utf__utf16_to_utf8() 1110 membuf_insert_ucs4(&ucs4buf, length++, code); in svn_utf__utf16_to_utf8() 1163 const apr_int32_t code = SWAP_LONG(utf32str[offset]); in svn_utf__utf32_to_utf8() local 1164 membuf_insert_ucs4(&ucs4buf, offset, code); in svn_utf__utf32_to_utf8()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | qcom-apq8064-sony-xperia-yuga.dts | 31 linux,code = <KEY_CAMERA_FOCUS>; 38 linux,code = <KEY_CAMERA>; 45 linux,code = <KEY_VOLUMEDOWN>; 52 linux,code = <KEY_VOLUMEUP>;
|
| H A D | qcom-msm8974-sony-xperia-amami.dts | 32 linux,code = <KEY_VOLUMEDOWN>; 39 linux,code = <KEY_CAMERA>; 46 linux,code = <KEY_CAMERA_FOCUS>; 53 linux,code = <KEY_VOLUMEUP>;
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | readme.y2kfixes | 33 the specific changes made by Y2K to the code. Any original 34 copyright holders retain rights to unchanged code. Wherever 35 possible patches will be returned to the current owner(s) of the code. 44 and any AT&T "comments" on the changed code remain intact.
|
| /freebsd-13.1/sys/security/audit/ |
| H A D | audit.h | 76 void audit_syscall_enter(unsigned short code, struct thread *td); 394 #define AUDIT_SYSCALL_ENTER(code, td) ({ \ argument 397 audit_syscall_enter(code, td); \ 473 #define AUDIT_SYSCALL_ENTER(code, td) 0 argument
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | dialog.py | 110 (code, output) = self.__perform(self.__handleTitle(title) +\ 112 return code == 0 164 (code, output) = self.__perform('--menu "%s" %d %d %d %s' %\
|
| /freebsd-13.1/contrib/libarchive/ |
| H A D | COPYING | 37 I intend for all new source code to use the license below and hope over 38 time to replace code with other licenses with new implementations that 49 1. Redistributions of source code must retain the above copyright
|