code               52 lib/tdb/include/tdb.h #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
code               36 lib/zlib/contrib/infback9/inftree9.c code FAR * FAR *table;
code               54 lib/zlib/contrib/infback9/inftree9.h                              unsigned codes, code FAR * FAR *table,
code               36 lib/zlib/inftrees.c code FAR * FAR *table;
code               54 lib/zlib/inftrees.h                              unsigned codes, code FAR * FAR *table,
code             1146 lib/zlib/trees.c local unsigned bi_reverse(code, len)
code             1147 lib/zlib/trees.c     unsigned code; /* the value to invert */
code              681 libcli/util/ntstatus.h #define NT_STATUS_DOS(class, code) NT_STATUS(0xF1000000 | ((class)<<16) | code)
code              687 libcli/util/ntstatus.h #define NT_STATUS_LDAP(code) NT_STATUS(0xF2000000 | code)
code             2543 source3/include/proto.h NTSTATUS cli_raw_ioctl(struct cli_state *cli, int fnum, uint32 code, DATA_BLOB *blob);
code              109 source3/include/smb_macros.h #define ERROR_DOS(class,code) error_packet(outbuf,class,code,NT_STATUS_OK,__LINE__,__FILE__)
code              112 source3/include/smb_macros.h #define ERROR_BOTH(status,class,code) error_packet(outbuf,class,code,status,__LINE__,__FILE__)
code               50 source3/libaddns/dnsgss.c static void display_status_1( const char *m, OM_uint32 code, int type )
code             1900 source3/libsmb/clifile.c NTSTATUS cli_raw_ioctl(struct cli_state *cli, int fnum, uint32 code, DATA_BLOB *blob)
code               97 source4/auth/kerberos/clikrb5.c  char *smb_get_krb5_error_message(krb5_context context, krb5_error_code code, TALLOC_CTX *mem_ctx) 
code              104 source4/auth/kerberos/kerberos.h char *smb_get_krb5_error_message(krb5_context context, krb5_error_code code, TALLOC_CTX *mem_ctx);
code               59 source4/heimdal/kdc/kerberos4.c 	       int code, const char *msg)
code              160 source4/heimdal/lib/asn1/asn1_gen.c usage(int code)
code               80 source4/heimdal/lib/asn1/main.c usage(int code)
code               48 source4/heimdal/lib/com_err/com_err.c error_message (long code)
code               73 source4/heimdal/lib/com_err/com_err.c default_proc (const char *whoami, long code, const char *fmt, va_list args)
code               77 source4/heimdal/lib/com_err/com_err.c default_proc (const char *whoami, long code, const char *fmt, va_list args)
code               92 source4/heimdal/lib/com_err/com_err.c 	    long code,
code              101 source4/heimdal/lib/com_err/com_err.c 	 long code,
code               54 source4/heimdal/lib/com_err/com_right.h const char *com_right (struct et_list *list, long code);
code              194 source4/heimdal/lib/com_err/compile_et.c usage(int code)
code               50 source4/heimdal/lib/com_err/error.c com_right(struct et_list *list, long code)
code               90 source4/heimdal/lib/hx509/error.c hx509_set_error_stringv(hx509_context context, int flags, int code,
code              132 source4/heimdal/lib/hx509/error.c hx509_set_error_string(hx509_context context, int flags, int code,
code              816 source4/heimdal/lib/krb5/context.c krb5_get_err_text(krb5_context context, krb5_error_code code)
code              158 source4/heimdal/lib/krb5/error_string.c krb5_get_error_message(krb5_context context, krb5_error_code code)
code              667 source4/heimdal/lib/krb5/get_cred.c not_found(krb5_context context, krb5_const_principal p, krb5_error_code code)
code               41 source4/heimdal/lib/krb5/prog_setup.c krb5_std_usage(int code, struct getargs *args, int num_args)
code               95 source4/heimdal/lib/krb5/store.c krb5_storage_set_eof_code(krb5_storage *sp, int code)
code               40 source4/heimdal/lib/krb5/warn.c 	 krb5_error_code code, int level, const char *fmt, va_list ap)
code               45 source4/heimdal/lib/krb5/warn.c 	 krb5_error_code code, int level, const char *fmt, va_list ap)
code              100 source4/heimdal/lib/krb5/warn.c krb5_vwarn(krb5_context context, krb5_error_code code,
code              109 source4/heimdal/lib/krb5/warn.c krb5_warn(krb5_context context, krb5_error_code code, const char *fmt, ...)
code              132 source4/heimdal/lib/krb5/warn.c krb5_verr(krb5_context context, int eval, krb5_error_code code,
code              142 source4/heimdal/lib/krb5/warn.c krb5_err(krb5_context context, int eval, krb5_error_code code,
code              167 source4/heimdal/lib/krb5/warn.c krb5_vabort(krb5_context context, krb5_error_code code,
code              177 source4/heimdal/lib/krb5/warn.c krb5_abort(krb5_context context, krb5_error_code code, const char *fmt, ...)
code              807 source4/lib/wmi/wmi_wrap.c SWIG_Python_ErrorType(int code) {
code             1024 source4/lib/wmi/wmi_wrap.c #define SWIG_ErrorType(code)                    	SWIG_Python_ErrorType(code)                        
code             1025 source4/lib/wmi/wmi_wrap.c #define SWIG_Error(code, msg)            		SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) 
code             2475 source4/lib/wmi/wmi_wrap.c #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) 
code               32 source4/libcli/util/nterr.c #define DOS_CODE(class, code) { #class ":" #code, NT_STATUS_DOS(class, code) }
code               33 source4/libcli/util/nterr.c #define LDAP_CODE(code) { #code, NT_STATUS_LDAP(code) }
code              338 source4/rpc_server/dcerpc_server.h #define DCESRV_FAULT(code) do { \
code              344 source4/rpc_server/dcerpc_server.h #define DCESRV_FAULT_VOID(code) do { \