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

1234567891011>>

/freebsd-10.0-release/lib/libz/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffixed.h12 static const code lenfix[512] = {
89 static const code distfix[32] = {
/freebsd-10.0-release/contrib/ncurses/menu/
H A Dm_trace.c38 _nc_retrace_item(ITEM * code) argument
40 T((T_RETURN("%p"), code));
41 return code;
45 _nc_retrace_item_ptr(ITEM ** code) argument
47 T((T_RETURN("%p"), 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-10.0-release/contrib/ncurses/form/
H A Df_trace.c38 _nc_retrace_field_ptr(FIELD **code) argument
40 T((T_RETURN("%p"), code));
41 return code;
45 _nc_retrace_field(FIELD *code) argument
47 T((T_RETURN("%p"), code));
48 return code;
52 _nc_retrace_field_type(FIELDTYPE *code) argument
54 T((T_RETURN("%p"), code));
55 return code;
59 _nc_retrace_form(FORM *code) argument
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/contrib/ncurses/ncurses/base/
H A Ddefine_key.c40 int code = ERR; local
44 code = ERR;
52 code = OK;
57 code = OK;
59 code = ERR;
62 code = ERR;
67 code = OK;
69 returnCode(code);
H A Dkeybound.c42 keybound(int code, int count) argument
46 T((T_CALLED("keybound(%d,%d)"), code, count));
47 if (SP != 0 && code >= 0) {
48 result = _nc_expand_try(SP->_keytry, (unsigned) code, &count, 0);
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...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcname.h2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
41 char code; member in struct:cname
/freebsd-10.0-release/contrib/texinfo/info/
H A Dkey.h29 unsigned char code; member in struct:__anon4397
/freebsd-10.0-release/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-10.0-release/usr.bin/locate/
H A DMakefile5 SUBDIR= bigram code locate
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/sys/boot/ofw/libofw/
H A Dofw_reboot.c8 * 1. Redistributions of source code must retain the above copyright
34 exit(int code) argument
/freebsd-10.0-release/sys/boot/uboot/lib/
H A Dreboot.c8 * 1. Redistributions of source code must retain the above copyright
34 exit(int code) argument
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dxmsr.h8 * 1. Redistributions of source code must retain the above copyright
32 int emulate_wrmsr(struct vmctx *ctx, int vcpu, uint32_t code, uint64_t val);
/freebsd-10.0-release/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)
109 if (code == REAL_TYPE)
111 if (code == COMPLEX_TYPE)
113 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)

Completed in 504 milliseconds

1234567891011>>