Home
last modified time | relevance | path

Searched refs:code (Results 751 – 775 of 5329) sorted by relevance

1...<<31323334353637383940>>...214

/freebsd-14.2/share/i18n/csmapper/APPLE/
H A DCROATIAN%UCS.src74 # Column #1 is the Mac OS Croatian code (in hex as 0xNN)
78 # The entries are in Mac OS Croatian code order.
97 # The Mac OS Croatian encoding shares the script code smRoman
100 # system region code is 68, verCroatia (or 25, verYugoCroatian,
105 # Croatian. It has 20 code point differences from standard
108 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was
109 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point
H A DCELTIC%UCS.src58 # Column #1 is the Mac OS Celtic code (in hex as 0xNN)
62 # The entries are in Mac OS Celtic code order.
89 # The Mac OS Celtic encoding shares the script code smRoman (0) with
92 # system region code is 50, verIreland, or 79, verWales. Otherwise,
98 # code point differences from standard Mac OS Roman (0xDE, 0xDF, 0xE2,
101 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was
102 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c394 if (code != 0) { in init_xterm_mouse()
395 code += 2; in init_xterm_mouse()
396 while ((*code >= '0') && (*code <= '9')) { in init_xterm_mouse()
397 char *next = code; in init_xterm_mouse()
401 if (!strncmp(code, "1006", (size_t) (next - code))) { in init_xterm_mouse()
405 if (!strncmp(code, "1005", (size_t) (next - code))) { in init_xterm_mouse()
413 code = next; in init_xterm_mouse()
421 switch (code) { in init_xterm_mouse()
566 int code; in enable_gpm_mouse() local
583 result = (code >= 0); in enable_gpm_mouse()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h95 void const* code,
97 int op_write_debug_line_info(void const* code,
/freebsd-14.2/contrib/netbsd-tests/ipf/regress/
H A Df73 block in proto icmp from any to any icmp-type unreach code 3
4 pass in proto icmp from any to any icmp-type unreach code 3
/freebsd-14.2/tools/tools/vhba/
H A DREADME8 code responses for code sharing purposes.
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dllib-ltinfotw98 unsigned code)
299 int code)
1234 int code)
1239 int code)
1244 int code)
1254 char *code)
1269 void *code)
1315 attr_t code)
1320 attr_t code)
1752 int code,
[all …]
H A Dllib-ltinfot98 unsigned code)
287 int code)
1212 int code)
1217 int code)
1222 int code)
1232 char *code)
1247 void *code)
1293 attr_t code)
1298 attr_t code)
1690 int code,
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c176 int code = OK; in NCURSES_SP_NAME() local
178 code = ERR; in NCURSES_SP_NAME()
184 code = ERR; in NCURSES_SP_NAME()
191 return code; in NCURSES_SP_NAME()
833 int code = ERR; in TINFO_SETUP_TERM() local
912 code = OK; in TINFO_SETUP_TERM()
959 code = _nc_globals.term_driver(TCB, myname, errret); in TINFO_SETUP_TERM()
960 if (code == OK) { in TINFO_SETUP_TERM()
1026 code = OK; in TINFO_SETUP_TERM()
1068 returnCode(code); in TINFO_SETUP_TERM()
/freebsd-14.2/contrib/ncurses/
H A DREADME60 libncurses_g.a (debug and trace code enabled)
65 libpanel_g.a (debug and trace code enabled)
89 code for these lives in the `ncurses', `panel', `menu', and `form' directories
92 In the `c++' directory, you'll find code that defines an interface to the
97 In the `Ada95' directory, you'll find code and documentation for an
104 To do its job, the ncurses code needs your terminal type to be set in the
138 last (tset) is provided for 4.4BSD compatibility. The source code for all of
192 for the code that hacks termcap parameterized strings into terminfo.
198 for many patches and testing the optimization code.
201 the C++ code.
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_append_filter.c37 archive_read_append_filter(struct archive *_a, int code) in archive_read_append_filter() argument
46 switch (code) in archive_read_append_filter()
109 if (code != ARCHIVE_FILTER_NONE) in archive_read_append_filter()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234-p3768-0000+p3767-0000.dts95 linux,code = <BTN_1>;
102 linux,code = <KEY_POWER>;
111 linux,code = <KEY_SLEEP>;
/freebsd-14.2/sbin/pfctl/tests/files/
H A Dpf0039.ok8 o_icmpspec = "icmp-type 0 code 0 "
20 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 set ( prio 2 ) keep state lab…
23 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 tos 0x08 keep state
/freebsd-14.2/contrib/unifdef/
H A DCOPYING6 portability support code in the FreeBSD subdirectory, which all have
12 None of its code remains in this version (though some of the names
33 1. Redistributions of source code must retain the above copyright
52 and the portability support code from FreeBSD is below. The fourth
64 1. Redistributions of source code must retain the above copyright
/freebsd-14.2/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-avx512.pl134 $code.=<<___;
282 $code.=<<___;
353 $code.=<<___
360 $code.=<<___;
550 print $code;
/freebsd-14.2/crypto/heimdal/appl/telnet/
H A DREADME.ORIG37 This code should work, but there are no guarantees.
61 This release is mainly bug fixes and code cleanup.
249 contains code that is common to both telnet and
276 source route code is automatically enabled.
285 The code for getting the input/output speeds via
290 The suboption processing code in telnet now has
294 The telnet code for processing the terminal type
388 process. The code was getting ugly, and it was
573 processing code in telnetd.
654 needed to use this code.
[all …]
/freebsd-14.2/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c89 const lzma_ret ret = coder->lz.code( in decode_buffer()
142 if (coder->next.code == NULL) in lz_decode()
155 const lzma_ret ret = coder->next.code( in lz_decode()
227 next->code = &lz_decode; in lzma_lz_decoder_init()
/freebsd-14.2/contrib/dialog/
H A Darrows.c34 #define add_acs(win, code) wadd_wch(win, W ## code) argument
36 #define add_acs(win, code) waddch(win, dlg_boxchar(code)) argument
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dsun5i-a13-pocketbook-touch-lux-3.dts54 linux,code = <KEY_RIGHT>;
60 linux,code = <KEY_LEFT>;
145 linux,code = <KEY_HOME>;
152 linux,code = <KEY_MENU>;
H A Dkirkwood-ts219-6281.dts45 linux,code = <KEY_COPY>;
50 linux,code = <KEY_RESTART>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30-ringneck-haikou.dts30 linux,code = <KEY_BATTERY>;
36 linux,code = <KEY_SLEEP>;
42 linux,code = <KEY_WAKEUP>;
49 linux,code = <SW_LID>;
/freebsd-14.2/contrib/elftoolchain/
H A DREADME.rst65 https://sourceforge.net/p/elftoolchain/code/HEAD/tree/trunk/
70 % svn checkout https://svn.code.sf.net/p/elftoolchain/code/trunk
92 This code is copyright its authors, and is distributed under the `BSD
/freebsd-14.2/sys/contrib/device-tree/Bindings/misc/
H A Dnvidia,tegra20-apbmisc.txt17 - nvidia,long-ram-code: If present, the RAM code is long (4 bit). If not, short (2 bit).
/freebsd-14.2/contrib/unifdef/tests/
H A Dif4-k.expout8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dfilter_buffer_decoder.c37 lzma_ret ret = next.code(next.coder, allocator, in, in_pos, in_size, in lzma_raw_buffer_decode()
69 (void)next.code(next.coder, allocator, in lzma_raw_buffer_decode()

1...<<31323334353637383940>>...214