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

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffixed.h12 static const code lenfix[512] = {
89 static const code distfix[32] = {
/freebsd-11-stable/sys/contrib/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_trace.c38 _nc_retrace_item(ITEM * code) argument
40 T((T_RETURN("%p"), (void *)code));
41 return code;
45 _nc_retrace_item_ptr(ITEM ** code) argument
47 T((T_RETURN("%p"), (void *)code));
48 return code;
52 _nc_retrace_item_opts(Item_Options code)
54 T((T_RETURN("%d"), code));
55 return code;
59 _nc_retrace_menu(MENU * code) argument
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Df_trace.c38 _nc_retrace_field_ptr(FIELD **code) argument
40 T((T_RETURN("%p"), (void *)code));
41 return code;
45 _nc_retrace_field(FIELD *code) argument
47 T((T_RETURN("%p"), (void *)code));
48 return code;
52 _nc_retrace_field_type(FIELDTYPE *code) argument
54 T((T_RETURN("%p"), (void *)code));
55 return code;
59 _nc_retrace_form(FORM *code) argument
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A D_Exit.c16 * is where you would put the extra code if it were.)
19 _Exit(int code) argument
21 _exit(code);
/freebsd-11-stable/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-11-stable/contrib/ncurses/ncurses/base/
H A Dkeybound.c43 NCURSES_SP_NAME(keybound) (NCURSES_SP_DCLx int code, int count) argument
47 T((T_CALLED("keybound(%p, %d,%d)"), (void *) SP_PARM, code, count));
48 if (SP_PARM != 0 && code >= 0) {
50 (unsigned) code,
59 keybound(int code, int count) argument
61 return NCURSES_SP_NAME(keybound) (CURRENT_SCREEN, code, count);
H A Dlib_clear.c48 int code = ERR; local
52 if ((code = werase(win)) != ERR)
55 returnCode(code);
H A Dlib_insdel.c50 int code = ERR; local
60 code = OK;
62 returnCode(code);
H A Dlib_scanw.c59 int code; local
65 code = vwscanw(stdscr, fmt, ap);
67 return (code);
73 int code; local
79 code = vwscanw(win, fmt, ap);
81 return (code);
87 int code; local
91 code = (move(y, x) == OK) ? vwscanw(stdscr, fmt, ap) : ERR;
93 return (code);
99 int code; local
[all...]
H A Duse_window.c40 int code = OK; local
44 code = func(win, data);
47 returnCode(code);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dxexit.c22 @deftypefn Replacement void xexit (int @var{code})
25 the @code{xatexit} replacement function, they will be called first.
26 Termination is handled via the system's normal @code{exit} call.
47 xexit (int code) argument
51 exit (code);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dxexit.c22 @deftypefn Replacement void xexit (int @var{code})
25 the @code{xatexit} replacement function, they will be called first.
26 Termination is handled via the system's normal @code{exit} call.
47 xexit (int code) argument
51 exit (code);
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/input/
H A Dinput.h4 * Most input bindings include key code, matrix key code format.
5 * In most cases, key code and matrix key code format uses
14 #define MATRIX_KEY(row, col, code) \
15 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
/freebsd-11-stable/usr.bin/locate/
H A DMakefile5 SUBDIR= bigram code locate
/freebsd-11-stable/lib/libc/regex/
H A Dcname.h6 * This code is derived from software contributed to Berkeley by
12 * 1. Redistributions of source code must retain the above copyright
40 char code; member in struct:cname
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/gcc/
H A Dc-convert.c74 enum tree_code code = TREE_CODE (type);
101 if (code == VOID_TYPE)
103 if (code == INTEGER_TYPE || code == ENUMERAL_TYPE)
105 if (code == BOOLEAN_TYPE)
107 if (code == POINTER_TYPE || code == REFERENCE_TYPE)
110 if (code == BLOCK_POINTER_TYPE)
113 if (code == REAL_TYPE)
115 if (code
72 enum tree_code code = TREE_CODE (type); local
[all...]
H A Dc-dump.c44 enum tree_code code; local
48 code = TREE_CODE (t);
50 switch (code)
/freebsd-11-stable/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-11-stable/usr.sbin/bhyve/
H A Dxmsr.h10 * 1. Redistributions of source code must retain the above copyright
35 int emulate_wrmsr(struct vmctx *ctx, int vcpu, uint32_t code, uint64_t val);
36 int emulate_rdmsr(struct vmctx *ctx, int vcpu, uint32_t code, uint64_t *val);
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_reboot.c8 * 1. Redistributions of source code must retain the above copyright
34 exit(int code) argument
/freebsd-11-stable/stand/uboot/lib/
H A Dreboot.c8 * 1. Redistributions of source code must retain the above copyright
34 exit(int code) argument
/freebsd-11-stable/usr.bin/ar/
H A Dutil.c10 * 1. Redistributions of source code must retain the above copyright
42 static void bsdar_vwarnc(struct bsdar *, int code,
44 static void bsdar_verrc(struct bsdar *bsdar, int code,
48 bsdar_vwarnc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) argument
53 if (code != 0)
54 fprintf(stderr, ": %s", strerror(code));
59 bsdar_warnc(struct bsdar *bsdar, int code, const char *fmt, ...) argument
64 bsdar_vwarnc(bsdar, code, fmt, ap);
69 bsdar_verrc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) argument
74 if (code !
80 bsdar_errc(struct bsdar *bsdar, int eval, int code, const char *fmt, ...) argument
[all...]

Completed in 602 milliseconds

1234567891011>>