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

1234567891011>>

/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dinffixed.h12 static const code lenfix[512] = {
89 static const code distfix[32] = {
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netbsd-current/common/dist/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netbsd-current/common/dist/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/parse/
H A Dalign2.s1 .code
H A Dversionbug.s1 .code
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/unsorted/
H A Dfragbug.s1 .code
H A Dlocallabel.s1 .code
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Derrlist.sh5 while read code type msg; do
6 [ "${code}" = "#" ] && continue
7 printf "\t{ ${code}, FETCH_${type}, \"${msg}\" },\n"
/netbsd-current/share/i18n/esdb/
H A DMakefile.part3 .for code in ${CODE} # XXX: immediately expand ${CODE}
5 PARTFILE_${code}?= ${.CURDIR}/${code}/${code}.part
6 ALIASFILE_${code}?= ${.CURDIR}/${code}/${code}.alias
7 SEP_${code}?= -
8 SUBDIR_${code}?= ${code}
[all...]
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_comment.c32 * - block/end-of-line comment to the right of code
33 * - block/end-of-line comment to the right of label with code
133 * The first Christmas tree is to the right of the code, therefore the comment
134 * is moved to the code comment column; the follow-up lines of that comment
138 * comment starts in the code column.
166 * The first Christmas tree is to the right of the code, therefore the comment
167 * is moved to the code comment column; the follow-up lines of that comment
171 * comment starts in the code column.
623 * Comments to the right of code.
629 code(); /* cod
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Derror.c12 * 1. Redistributions of source code must retain the above copyright
41 _kadm5_error_code(kadm5_ret_t code) argument
43 switch(code){
49 return code;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/reloc/
H A Dblebug3.s1 .code
3 .import yabba,code
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtype-utils.h39 enum tree_code code = TREE_CODE (t); local
41 if (code == POINTER_TYPE || code == REFERENCE_TYPE
42 || code == PARM_DECL || code == OFFSET_TYPE
43 || code == FUNCTION_TYPE || code == METHOD_TYPE
44 || code == ARRAY_TYPE)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtype-utils.h39 enum tree_code code = TREE_CODE (t); local
41 if (code == POINTER_TYPE || code == REFERENCE_TYPE
42 || code == PARM_DECL || code == OFFSET_TYPE
43 || code == FUNCTION_TYPE || code == METHOD_TYPE
44 || code == ARRAY_TYPE)
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_error_basics.h44 // do not exceed TSS_MAX_ERROR for vendor specific code values:
51 #define TPM_ERROR(code) (code)
52 #define TDDL_ERROR(code) ((code) ? (TSS_LAYER_TDDL | (code)) : (code))
53 #define TCS_ERROR(code) ((code) ? (TSS_LAYER_TCS | (code))
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dsys_exits.c19 /* int SYS_EXITS_CODE(code)
20 /* int code;
22 /* const char *sys_exits_strerror(code)
23 /* int code;
25 /* const SYS_EXITS_DETAIL *sys_exits_detail(code)
26 /* int code;
28 /* int sys_exits_softerror(code)
29 /* int code;
34 /* SYS_EXITS_CODE() returns non-zero when the specified code
35 /* is a sendmail-compatible process exit status code
104 sys_exits_fake(int code) argument
116 sys_exits_strerror(int code) argument
127 sys_exits_detail(int code) argument
138 sys_exits_softerror(int code) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/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) {

Completed in 663 milliseconds

1234567891011>>