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

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/openbsd-current/sys/lib/libz/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/openbsd-current/lib/libz/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/openbsd-current/regress/lib/libc/cephes/
H A Dmtherr.c28 * int code;
31 * mtherr( fctnam, code );
48 * EDOM 33 Unix domain error code
49 * ERANGE 34 Unix range error code
79 "unknown", /* error code 0 */
80 "domain", /* error code 1 */
89 int mtherr( name, code )
91 int code;
101 merror = code;
104 * by the code argumen
[all...]
/openbsd-current/lib/libmenu/
H A Dm_trace.c39 _nc_retrace_item(ITEM * code) argument
41 T((T_RETURN("%p"), code));
42 return code;
46 _nc_retrace_item_ptr(ITEM ** code) argument
48 T((T_RETURN("%p"), 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...]
/openbsd-current/gnu/usr.bin/perl/t/perf/
H A Dbenchmarks3 # This file specifies an array-of-hashes that define snippets of code that
12 # but just to ensure that the code doesn't have errors.
37 # loop:: structural code like for, while(), etc
45 # to the same value as the 'code' field
47 # setup is an optional string containing setup code that is run once
49 # code is a string containing the code to run in a loop
51 # pre is an optional string containing setup code which is executed
52 # just before 'code' for every iteration, but whose execution
55 # post like pre, but executed just after 'code'
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/
H A Denum2.C4 enum tree_code code : 8; // { dg-error "" } member in struct:tree_common
/openbsd-current/lib/libform/
H A Df_trace.c39 _nc_retrace_field_ptr(FIELD **code) argument
41 T((T_RETURN("%p"), code));
42 return code;
46 _nc_retrace_field(FIELD *code) argument
48 T((T_RETURN("%p"), code));
49 return code;
53 _nc_retrace_field_type(FIELDTYPE *code) argument
55 T((T_RETURN("%p"), code));
56 return code;
60 _nc_retrace_form(FORM *code) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/t/porting/bench/
H A Dbadhash11 code => 'my $x = "abc"',
H A Dbadname11 code => 'my $x = "abc"',
/openbsd-current/gnu/llvm/clang/utils/TestUtils/
H A Dpch-test.pl21 my $code = system("clang -fsyntax-only -x $language $file > /dev/null 2>&1");
22 if ($code == 0) {
24 $code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1");
25 if ($code == 0) {
26 $code = system("clang -cc1 -include-pch $file.pch -x $language -ast-dump /dev/null > /dev/null 2>&1");
27 if ($code == 0) {
29 } elsif (($code & 0xFF) == SIGINT) {
37 } elsif (($code & 0xFF) == SIGINT) {
44 } elsif (($code & 0xFF) == SIGINT) {
/openbsd-current/lib/libcurses/base/
H A Dkeybound.c46 NCURSES_SP_NAME(keybound) (NCURSES_SP_DCLx int code, int count) argument
50 T((T_CALLED("keybound(%p, %d,%d)"), (void *) SP_PARM, code, count));
51 if (SP_PARM != 0 && code >= 0) {
53 (unsigned) code,
62 keybound(int code, int count) argument
64 return NCURSES_SP_NAME(keybound) (CURRENT_SCREEN, code, count);
H A Dlib_scanw.c52 int code = ERR; local
55 if ((code = vsscanf(buf, fmt, argp)) == EOF) {
56 code = ERR;
60 return code;
67 int code = ERR; local
70 if ((code = vsscanf(buf, fmt, argp)) == EOF) {
71 code = ERR;
75 return code;
81 int code; local
87 code
95 int code; local
109 int code; local
121 int code; local
[all...]
H A Dlib_insdel.c53 int code = ERR; local
63 code = OK;
65 returnCode(code);
H A Duse_window.c43 int code = OK; local
52 code = func(win, data);
55 returnCode(code);
H A Dlib_clear.c51 int code = ERR; local
55 if ((code = werase(win)) != ERR)
58 returnCode(code);
/openbsd-current/gnu/lib/libiberty/src/
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);
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dkey.h29 unsigned char code; member in struct:__anon7370
/openbsd-current/usr.bin/locate/
H A DMakefile3 SUBDIR= bigram code locate
/openbsd-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
41 char code; member in struct:cname
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG13.c4 unsigned int code : 8; member in struct:tree_common
16 if (x->code)
H A Db3.c3 unsigned int code : 9; member in struct:tree_common
/openbsd-current/lib/libc/gen/
H A Dwarnc.c9 * 1. Redistributions of source code must retain the above copyright
35 warnc(int code, const char *fmt, ...) argument
40 vwarnc(code, fmt, ap);
/openbsd-current/gnu/gcc/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 250 milliseconds

1234567891011>>