Home
last modified time | relevance | path

Searched refs:code (Results 226 – 250 of 5329) sorted by relevance

12345678910>>...214

/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wch.c48 int code = OK; in NCURSES_EXPORT() local
61 code = ERR; in NCURSES_EXPORT()
63 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
64 return (code); in NCURSES_EXPORT()
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dcurses.priv.h1474 #define if_WIDEC(code) code argument
1764 #define returnAttr(code) return code argument
1765 #define returnBits(code) return code argument
1766 #define returnBool(code) return code argument
1767 #define returnCPtr(code) return code argument
1771 #define returnCode(code) return code argument
1773 #define returnMMask(code) return code argument
1774 #define returnPtr(code) return code argument
1775 #define returnSP(code) return code argument
1778 #define returnWin(code) return code argument
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Daspeed-bmc-bytedance-g220a.dts117 linux,code = <1>;
123 linux,code = <2>;
129 linux,code = <3>;
135 linux,code = <4>;
141 linux,code = <5>;
147 linux,code = <6>;
153 linux,code = <7>;
159 linux,code = <8>;
165 linux,code = <9>;
171 linux,code = <10>;
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-odroid-go-ultra.dts33 linux,code = <ABS_Y>;
40 linux,code = <ABS_X>;
56 linux,code = <ABS_RY>;
63 linux,code = <ABS_RX>;
119 linux,code = <BTN_EAST>;
124 linux,code = <BTN_SOUTH>;
129 linux,code = <BTN_WEST>;
169 linux,code = <BTN_TL>;
174 linux,code = <BTN_TL2>;
179 linux,code = <BTN_TR>;
[all …]
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dntp_debug.m42 dnl Common m4sh code for debug
5 AC_MSG_CHECKING([if we're including debugging code])
10 [+ include ntpd debugging code]
17 AC_DEFINE([DEBUG], [1], [Enable debugging code?])
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dopt-debug-errors.exp6 *** Error code 1 (continuing)
12 *** Error code 1 (continuing)
20 *** Error code 1 (continuing)
26 *** Error code 1 (continuing)
32 *** Error code 1 (continuing)
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c586 int code; in _nc_read_file_entry() local
591 code = TGETENT_NO; in _nc_read_file_entry()
608 code = TGETENT_NO; in _nc_read_file_entry()
613 return (code); in _nc_read_file_entry()
778 int code = TGETENT_NO; in _nc_read_tic_entry() local
807 returnDB(code); in _nc_read_tic_entry()
870 returnDB(code); in _nc_read_tic_entry()
882 int code = TGETENT_NO; in _nc_read_entry2() local
903 code = TGETENT_ERR; in _nc_read_entry2()
912 if (code != TGETENT_YES) { in _nc_read_entry2()
[all …]
H A Dadd_tries.c50 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) in NCURSES_EXPORT()
56 (void *) *tree, _nc_visbuf(str), code)); in NCURSES_EXPORT()
57 if (!VALID_STRING(str) || *txt == '\0' || code == 0) in NCURSES_EXPORT()
72 ptr->value = (unsigned short) code; in NCURSES_EXPORT()
122 ptr->value = (unsigned short) code; in NCURSES_EXPORT()
/freebsd-14.2/contrib/libfido2/.github/ISSUE_TEMPLATE/
H A Dbug_report.md41 <summary><code>fido2-token -L</code></summary>
52 <summary><code>fido2-token -I</code></summary>
70 <summary><code>FIDO_DEBUG=1</code></summary>
/freebsd-14.2/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c189 _nc_retrace_int_attr_t(attr_t code) in _nc_retrace_int_attr_t() argument
191 T((T_RETURN("%s"), _traceattr(code))); in _nc_retrace_int_attr_t()
192 return (int) code; in _nc_retrace_int_attr_t()
197 _nc_retrace_attr_t(attr_t code) in _nc_retrace_attr_t() argument
199 T((T_RETURN("%s"), _traceattr(code))); in _nc_retrace_attr_t()
200 return code; in _nc_retrace_attr_t()
206 #define DATA(code, name) { code, { #name } } in _nc_altcharset_name() argument
319 _nc_retrace_chtype(chtype code) in _nc_retrace_chtype() argument
321 T((T_RETURN("%s"), _tracechtype(code))); in _nc_retrace_chtype()
322 return code; in _nc_retrace_chtype()
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi16 @code{ntpdc}
20 @code{ntpdc}
23 @code{ntpdc}
25 @code{ntpd(1ntpdmdoc)}
34 @code{ntpdc}
39 @code{ntpdc}
42 using the @code{agtexi-cmd} template and the option descriptions for the @code{ntpdc} program.
71 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will pri…
74 @code{fork(2)} function. The @code{PAGER} environment variable is
76 with a status code of 0.
[all …]
/freebsd-14.2/contrib/libxo/doc/_static/
H A Dbasic.css_t222 div.code-block-caption:hover > a.headerlink {
526 /* -- code displays --------------------------------------------------------- */
555 div.code-block-caption {
560 div.code-block-caption code {
564 div.code-block-caption + div > div.highlight > pre {
568 div.code-block-caption span.caption-number {
573 div.code-block-caption span.caption-text {
584 code.descname {
590 code.descclassname {
594 code.xref, a code {
[all …]
/freebsd-14.2/contrib/lua/src/
H A Dlutf8lib.c144 utfint code; in codepoint() local
145 s = utf8_decode(s, &code, !lax); in codepoint()
148 lua_pushinteger(L, code); in codepoint()
156 lua_Unsigned code = (lua_Unsigned)luaL_checkinteger(L, arg); in pushutfchar() local
157 luaL_argcheck(L, code <= MAXUTF, arg, "value out of range"); in pushutfchar()
158 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
238 utfint code; in iter_aux() local
239 const char *next = utf8_decode(s + n, &code, strict); in iter_aux()
243 lua_pushinteger(L, code); in iter_aux()
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl77 $code=<<___;
109 $code.=<<___;
128 $code.=<<___;
307 $code.=<<___;
347 $code.=<<___;
359 $code.=<<___;
368 $code.=<<___;
445 $code.=<<___;
554 $code.=<<___;
765 $code.=<<___;
[all …]
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2755 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()
2782 if (code->numallocatedentries == code->numentries) { in new_node()
2793 code->tree[code->numentries].branches[0] = -1; in new_node()
2794 code->tree[code->numentries].branches[1] = -2; in new_node()
2801 if (code->maxlength < code->minlength || code->maxlength > 10) in make_table()
2804 code->tablesize = code->maxlength; in make_table()
2806 code->table = calloc(1U << code->tablesize, sizeof(*code->table)); in make_table()
2808 return make_table_recurse(a, code, 0, code->table, 0, code->tablesize); in make_table()
3618 if (!code) in read_filter()
3630 free(code); in read_filter()
[all …]
/freebsd-14.2/contrib/ntp/sntp/
H A Dinvoke-sntp.texi16 @code{sntp}
20 @code{cron}
33 @code{'(+0800)'}
37 @code{'+4.567'}
42 @code{'+/- 0.089'}
48 @code{'+/- ?'}.
63 using the @code{agtexi-cmd} template and the option descriptions for the @code{sntp} program.
98 @code{fork(2)} function. The @code{PAGER} environment variable is
100 with a status code of 0.
235 @code{ntpd}, and therefore @code{sntp} will send queries to these IPs
[all …]
/freebsd-14.2/contrib/libcbor/doc/source/
H A Dgetting_started.rst8 .. code-block:: bash
14 .. code-block:: bash
21 .. code-block:: bash
76 .. code-block:: bash
82 .. code-block:: bash
89 .. code-block:: bash
96 .. code-block:: bash
120 .. code-block:: c
133 .. code-block:: bash
140 .. code-block:: bash
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c635 code = TRUE; in wcon_CanHandle()
651 code = TRUE; in wcon_CanHandle()
653 code = TRUE; in wcon_CanHandle()
667 if (!code) { in wcon_CanHandle()
1064 code = ERR; in wcon_mode()
1120 code = -code; in MapKey()
1143 code = -code; in AnsiKey()
1619 code = -1; in console_twait()
1622 code = 0; in console_twait()
1786 code = OK; in wcon_kpad()
[all …]
/freebsd-14.2/crypto/openssl/doc/man3/
H A DASYNC_WAIT_CTX_new.pod61 is closed), application code cleans up with ASYNC_WAIT_CTX_free().
86 Implementers of async aware code (e.g. engines) are encouraged to return a
101 code. An existing association with a file descriptor can be obtained using
104 code. This could be any unique value but a good candidate might be the
116 ASYNC_pause_job() to return control to the user code. The user code can then
119 code that the job should be resumed by making the wait file descriptor
131 callback will be called to notify user code when an engine completes a
163 full, so user code should resume the job.
173 code would initiate cryptographic operations, and the engine code would dispatch
175 code would call ASYNC_pause_job() to return control to the user code. After
[all …]
/freebsd-14.2/sys/amd64/amd64/
H A Dtrap.c876 int code, ss; in trap_fatal() local
884 code = frame->tf_err; in trap_fatal()
901 code & PGEX_W ? "write" : "read", in trap_fatal()
903 code & PGEX_PK ? " prot key" : "", in trap_fatal()
904 code & PGEX_SGX ? " SGX" : "", in trap_fatal()
1029 if (sa->code == SYS_syscall || sa->code == SYS___syscall) { in cpu_fetch_syscall_args_fallback()
1030 sa->code = frame->tf_rdi; in cpu_fetch_syscall_args_fallback()
1035 if (sa->code >= p->p_sysent->sv_size) in cpu_fetch_syscall_args_fallback()
1070 sa->code = frame->tf_rax; in cpu_fetch_syscall_args()
1071 sa->original_code = sa->code; in cpu_fetch_syscall_args()
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() argument
32 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() argument
34 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() argument
35 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() argument
/freebsd-14.2/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl67 $code.=<<___;
143 $code.=<<___;
154 $code.=<<___;
183 $code.=<<___;
210 $code.=<<___;
221 $code.=<<___;
228 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
229 print $code;
/freebsd-14.2/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl100 $code.=<<___;
252 $code.=<<___;
268 $code.=<<___;
333 $code.=<<___;
478 $code.=<<___;
491 $code.=<<___;
504 $code.=<<___;
547 $code.=<<___;
600 $code.=<<___;
660 $code.=<<___;
[all …]
/freebsd-14.2/contrib/xz/
H A DAUTHORS8 Major parts of liblzma are based on code written by Igor Pavlov,
10 this code, XZ Utils wouldn't exist.
12 The SHA-256 implementation in liblzma is based on the code found from
14 code found from Crypto++ <https://www.cryptopp.com/>. The SHA-256 code
28 CLMUL-accelerated CRC code was contributed by Ilya Kurdyukov.
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_endwin.c51 int code = ERR; in NCURSES_EXPORT() local
69 code = OK; in NCURSES_EXPORT()
72 code = ERR; in NCURSES_EXPORT()
75 returnCode(code); in NCURSES_EXPORT()

12345678910>>...214