| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | job-flags.exp | 6 *** [ignore] Error code 1 (ignored) 10 *** [ignore-cmds] Error code 1 (ignored)
|
| H A D | deptgt-ignore.exp | 2 *** Error code 1 (continuing) 4 *** Error code 1 (ignored)
|
| H A D | jobs-error-nested.exp | 3 *** [nested] Error code 1 9 *** [all] Error code 2
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | qcom,pm8941-pwrkey.txt | 38 - linux,code: 41 Definition: The input key-code associated with the power key. 54 linux,code = <KEY_POWER>;
|
| H A D | pxa27x-keypad.txt | 25 the linux key-code for the direct key. 29 linux key-code for rotary up. Bit[15:0] is the linux key-code 33 in the device, the value indicates the key-code for relative
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsageGadgets.def | 9 /// A gadget is an individual operation in the code that may be of interest to 15 /// Unsafe gadgets correspond to unsafe code patterns that warrant 21 /// Safe gadgets correspond to code patterns that aren't unsafe but need to be
|
| /freebsd-14.2/bin/sh/tests/expansion/ |
| H A D | assign1.0 | 8 code="$1" 11 eval "$code" 19 echo "For $code, expected $expected actual $result"
|
| /freebsd-14.2/sys/crypto/openssl/arm/ |
| H A D | sha512-armv4.S | 21 @ This code is ~4.5 (four and a half) times faster than code generated 38 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
|
| /freebsd-14.2/share/i18n/csmapper/KOI/ |
| H A D | KOI8-T%UCS.src | 14 # KOI8-T code page map 20 # Column 1 is the KOI8-T code (in hex as 0xXX) 21 # Column 2 is the Unicode code (in hex as 0xXXXX)
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | at91-kizbox3-hs.dts | 74 linux,code = <0x101>; 81 linux,code = <0x102>; 88 linux,code = <0x103>; 95 linux,code = <0x107>; 102 linux,code = <0x108>;
|
| H A D | socfpga_cyclone5_vining_fpga.dts | 40 linux,code = <BTN_0>; 46 linux,code = <BTN_1>; 52 linux,code = <BTN_2>; 58 linux,code = <KEY_POWER>; 64 linux,code = <BTN_3>;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-stmfx.txt | 77 linux,code = <KEY_ENTER>; 83 linux,code = <KEY_DOWN>; 89 linux,code = <KEY_LEFT>; 95 linux,code = <KEY_RIGHT>; 101 linux,code = <KEY_UP>;
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | pci_ids | 42 # https://blog.ladsai.com/pci-configuration-space-class-code.html 43 # Base class code https://wiki.osdev.org/PCI 48 # Device was built prior definition of the class code field 58 # device sub-type and its definition is dependent upon the base-type code 114 # Prog IF of PCI class code?
|
| /freebsd-14.2/contrib/lua/doc/ |
| H A D | manual.css | 1 h3 code { 6 pre, code { selector
|
| /freebsd-14.2/share/i18n/csmapper/APPLE/ |
| H A D | GAELIC%UCS.src | 58 # Column #1 is the Mac OS Gaelic code (in hex as 0xNN) 62 # The entries are in Mac OS Gaelic code order. 88 # The Mac OS Gaelic encoding shares the script code smRoman (0) with 91 # system region code is 81. Otherwise, you can check for particular 100 # code point differences from standard Mac OS Roman. 102 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was 103 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point 112 # Before Unicode 3.0, code point 0xE4 was PER MILLE SIGN, and was 113 # mapped to U+2030. Since August 1998, code point 0xE4 is changed
|
| H A D | UCS%GAELIC.src | 58 # Column #1 is the Mac OS Gaelic code (in hex as 0xNN) 62 # The entries are in Mac OS Gaelic code order. 88 # The Mac OS Gaelic encoding shares the script code smRoman (0) with 91 # system region code is 81. Otherwise, you can check for particular 100 # code point differences from standard Mac OS Roman. 102 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was 103 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point 112 # Before Unicode 3.0, code point 0xE4 was PER MILLE SIGN, and was 113 # mapped to U+2030. Since August 1998, code point 0xE4 is changed
|
| H A D | UCS%TURKISH.src | 72 # Column #1 is the Mac OS Turkish code (in hex as 0xNN) 76 # The entries are in Mac OS Turkish code order. 95 # The Mac OS Turkish encoding shares the script code smRoman 98 # code is 24, verTurkey. 104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total 105 # of 7 code point differences from standard Mac OS Roman. 113 # 0xF8A0 undefined1, used to map the single undefined code point 115 # code points).
|
| H A D | TURKISH%UCS.src | 72 # Column #1 is the Mac OS Turkish code (in hex as 0xNN) 76 # The entries are in Mac OS Turkish code order. 95 # The Mac OS Turkish encoding shares the script code smRoman 98 # code is 24, verTurkey. 104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total 105 # of 7 code point differences from standard Mac OS Roman. 113 # 0xF8A0 undefined1, used to map the single undefined code point 115 # code points).
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | arm64cpuid.pl | 24 $code.=<<___; 166 print $code;
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | gai_strerror.c | 39 int code; member 71 if (g->code == ecode) in gai_strerror()
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | lib_addch.c | 566 int code = ERR; in waddch() local 575 code = OK; in waddch() 578 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in waddch() 579 return (code); in waddch() 585 int code = ERR; in wechochar() local 598 code = OK; in wechochar() 600 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wechochar() 601 return (code); in wechochar()
|
| /freebsd-14.2/sys/contrib/xz-embedded/linux/Documentation/ |
| H A D | xz.txt | 17 latest version and also information about using the code outside 35 See the xz_dec_test source code for the details. 50 uncompressed size of the file, which is needed by the boot code. 95 decompression code. I don't know if it could have any use in the 104 it is good to know this if testing the code e.g. with the test files 111 latest code. 120 include essential code that is directly based on Igor Pavlov's code,
|
| /freebsd-14.2/stand/ficl/ |
| H A D | dict.c | 252 pFW->code = pCode; in dictAppendWord2() 736 UNS16 code = (UNS16)si.count; in hashHashCode() local 745 code = (UNS16)((code << 4) + tolower(*cp)); in hashHashCode() 746 shift = (UNS16)(code & 0xf000); in hashHashCode() 749 code ^= (UNS16)(shift >> 8); in hashHashCode() 750 code ^= (UNS16)shift; in hashHashCode() 754 return (UNS16)code; in hashHashCode()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.0.txt | 18 http and rpc code. Check out the latest draft at 27 Nearly all existing code that worked with Libevent 1.4 should still 59 that programmers can know that their code is not depending on any 76 headers. Old code should not be broken by this change. 81 non-threadsafe code, or forced code built against one version of Libevent 111 So in the case where old code would look like this: 123 New code will look more like this: 274 event-level errors in your code. 482 OpenSSL library. The code for this is build in a separate 501 This is tricky code; there are probably some bugs hiding here. [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | whatsnew-2.0.txt | 18 http and rpc code. Check out the latest draft at 27 Nearly all existing code that worked with Libevent 1.4 should still 59 that programmers can know that their code is not depending on any 76 headers. Old code should not be broken by this change. 81 non-threadsafe code, or forced code built against one version of Libevent 111 So in the case where old code would look like this: 123 New code will look more like this: 274 event-level errors in your code. 482 OpenSSL library. The code for this is build in a separate 501 This is tricky code; there are probably some bugs hiding here. [all …]
|