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

1234567891011>>

/freebsd-9.3-release/lib/libz/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffixed.h12 static const code lenfix[512] = {
89 static const code distfix[32] = {
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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...]
H A Dlib_slkinit.c47 int code = ERR; local
52 code = _nc_ripoffline(-SLK_LINES(_nc_globals.slk_format), _nc_slk_initialize);
54 returnCode(code);
H A Duse_window.c40 int code = OK; local
44 code = func(win, data);
47 returnCode(code);
/freebsd-9.3-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-9.3-release/contrib/texinfo/info/
H A Dkey.h29 unsigned char code; member in struct:__anon4238
/freebsd-9.3-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-9.3-release/usr.bin/locate/
H A DMakefile5 SUBDIR= bigram code locate
/freebsd-9.3-release/contrib/libarchive/libarchive_fe/
H A Derr.h8 * 1. Redistributions of source code must retain the above copyright
40 void lafe_warnc(int code, const char *fmt, ...);
41 void lafe_errc(int eval, int code, const char *fmt, ...) __LA_DEAD;
/freebsd-9.3-release/contrib/nvi/perl_scripts/
H A Dforall.pl2 my ($code) = shift;
6 VI::SetLine($VI::ScreenId, $i, $_) if(&$code);
/freebsd-9.3-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-9.3-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-9.3-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 163 milliseconds

1234567891011>>