Searched refs:code (Results 1 - 25 of 1461) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/freebsd-current/contrib/ncurses/form/
H A Df_trace.c39 _nc_retrace_field_ptr(FIELD **code) argument
41 T((T_RETURN("%p"), (void *)code));
42 return code;
46 _nc_retrace_field(FIELD *code) argument
48 T((T_RETURN("%p"), (void *)code));
49 return code;
53 _nc_retrace_field_type(FIELDTYPE *code) argument
55 T((T_RETURN("%p"), (void *)code));
56 return code;
60 _nc_retrace_form(FORM *code) argument
[all...]
/freebsd-current/lib/libc/stdlib/
H A D_Exit.c14 * is where you would put the extra code if it were.)
17 _Exit(int code) argument
19 _exit(code);
/freebsd-current/contrib/ncurses/menu/
H A Dm_trace.c39 _nc_retrace_item(ITEM *code) argument
41 T((T_RETURN("%p"), (void *)code));
42 return code;
46 _nc_retrace_item_ptr(ITEM **code) argument
48 T((T_RETURN("%p"), (void *)code));
49 return code;
53 _nc_retrace_item_opts(Item_Options code)
55 T((T_RETURN("%d"), code));
56 return code;
60 _nc_retrace_menu(MENU *code) argument
[all...]
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Derror.c10 * 1. Redistributions of source code must retain the above copyright
39 _kadm5_error_code(kadm5_ret_t code) argument
41 switch(code){
47 return code;
/freebsd-current/stand/libofw/
H A Dofw_reboot.c8 * 1. Redistributions of source code must retain the above copyright
31 exit(int code) argument
/freebsd-current/stand/uboot/
H A Dreboot.c8 * 1. Redistributions of source code must retain the above copyright
31 exit(int code) argument
/freebsd-current/contrib/bearssl/T0/
H A DWordNative.cs40 NativeRun code; field in class:WordNative
42 internal WordNative(T0Comp owner, string name, NativeRun code) argument
45 this.code = code;
49 SType stackEffect, NativeRun code)
50 : this(owner, name, code)
57 code(cpu);
48 WordNative(T0Comp owner, string name, SType stackEffect, NativeRun code) argument
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dkeybound.c44 NCURSES_SP_NAME(keybound) (NCURSES_SP_DCLx int code, int count) argument
48 T((T_CALLED("keybound(%p, %d,%d)"), (void *) SP_PARM, code, count));
49 if (SP_PARM != 0 && code >= 0) {
51 (unsigned) code,
60 keybound(int code, int count) argument
62 return NCURSES_SP_NAME(keybound) (CURRENT_SCREEN, code, count);
H A Dlib_scanw.c50 int code = ERR; local
53 if ((code = vsscanf(buf, fmt, argp)) == EOF) {
54 code = ERR;
58 return code;
65 int code = ERR; local
68 if ((code = vsscanf(buf, fmt, argp)) == EOF) {
69 code = ERR;
73 return code;
79 int code; local
85 code
93 int code; local
107 int code; local
119 int code; local
[all...]
H A Dlib_insdel.c51 int code = ERR; local
61 code = OK;
63 returnCode(code);
H A Dlib_clear.c49 int code = ERR; local
53 if ((code = werase(win)) != ERR)
56 returnCode(code);
H A Duse_window.c41 int code = OK; local
50 code = func(win, data);
53 returnCode(code);
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/input/
H A Dinput.h5 * Most input bindings include key code, matrix key code format.
6 * In most cases, key code and matrix key code format uses
15 #define MATRIX_KEY(row, col, code) \
16 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
/freebsd-current/usr.bin/locate/
H A DMakefile3 SUBDIR= bigram code locate
/freebsd-current/lib/libc/regex/
H A Dcname.h8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
39 char code; member in struct:cname
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Derror_category.cpp29 bool error_category::equivalent(int code, const error_condition& condition) const noexcept {
30 return default_error_condition(code) == condition;
33 bool error_category::equivalent(const error_code& code, int condition) const noexcept {
34 return *this == code.category() && code.value() == condition;
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dcommon.c10 * 1. Redistributions of source code must retain the above copyright
108 int code; local
128 code = db->hdb__get(context, db, key, &value);
130 if(code)
131 return code;
132 code = hdb_value2entry(context, &value, &entry->entry);
133 if (code == ASN1_BAD_ID && (flags & HDB_F_CANON) == 0) {
136 } else if (code == ASN1_BAD_ID) {
139 code = hdb_value2entry_alias(context, &value, &alias);
140 if (code) {
171 krb5_error_code code; local
212 krb5_error_code code; local
243 int code; local
285 int code; local
334 int code; local
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dpcache.c9 * - Redistributions of source code must retain the above copyright
44 krb5_error_code code; local
46 code = _krb5_plugin_find(context, PLUGIN_TYPE_DATA, KRB5_PLUGIN_CCACHE,
48 if (code)
49 return code;
59 code = c_load;
65 return code;
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-ignore.exp2 *** Error code 1 (ignored)
4 *** Error code 7 (ignored)
7 *** Error code 1 (ignored)
10 *** Error code 1 (ignored)
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c10 * 1. Redistributions of source code must retain the above copyright
45 code = -1;
52 code = (ret == COMPLETE);
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Derror_private.h5 * This source code is licensed under both the BSD-style license (found in the
56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } argument
58 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); } argument
60 /* check and forward error code */
69 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
71 ERR_STATIC const char* ERR_getErrorName(size_t code) argument
73 return ERR_getErrorString(ERR_getErrorCode(code));
[all...]
H A Dzstd_common.c5 * This source code is licensed under both the BSD-style license (found in the
35 * tells if a return value is an error code
37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } argument
40 * provides error code string from function result (useful for debugging) */
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } argument
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } argument
48 * provides error code strin
49 ZSTD_getErrorString(ZSTD_ErrorCode code) argument
[all...]
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dzstd_common.c5 * This source code is licensed under both the BSD-style license (found in the
35 * tells if a return value is an error code
37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } argument
40 * provides error code string from function result (useful for debugging) */
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } argument
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } argument
48 * provides error code strin
49 ZSTD_getErrorString(ZSTD_ErrorCode code) argument
[all...]
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dxmsr.h10 * 1. Redistributions of source code must retain the above copyright
33 int emulate_wrmsr(struct vcpu *vcpu, uint32_t code, uint64_t val);
34 int emulate_rdmsr(struct vcpu *vcpu, uint32_t code, uint64_t *val);

Completed in 151 milliseconds

1234567891011>>