Searched refs:type (Results 1 - 25 of 9122) sorted by relevance

1234567891011>>

/macosx-10.10/swig-12/Lib/perl5/
H A Dperlerrors.swg7 const char* type = 0;
10 type = "MemoryError";
13 type = "IOError";
16 type = "RuntimeError";
19 type = "IndexError";
22 type = "TypeError";
25 type = "ZeroDivisionError";
28 type = "OverflowError";
31 type = "SyntaxError";
34 type
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_cdefs.h133 # define LBER_F(type) extern __declspec(dllimport) type
134 # define LBER_V(type) extern __declspec(dllimport) type
136 # define LBER_F(type) extern type
137 # define LBER_V(type) extern type
144 # define LDAP_F(type) extern __declspec(dllimport) type
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dsafestack.h78 #define STACK_OF(type) STACK_##type
80 #define DECLARE_STACK_OF(type) \
81 typedef struct stack_st_##type \
84 } STACK_OF(type); \
85 STACK_OF(type) *sk_##type##_new(int (*cmp)(type **,type **)); \
86 STACK_OF(type) *sk
[all...]
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_inherit.h28 * Prototype for type-specific declarations of apr_foo_inherit_set
35 #define APR_DECLARE_INHERIT_SET(type) \
36 APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \
37 apr_##type##_t *the##type)
40 * Prototype for type-specific declarations of apr_foo_inherit_unset
47 #define APR_DECLARE_INHERIT_UNSET(type) \
48 APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \
49 apr_##type##_t *the##type)
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_offsetof.h29 #define offsetof(type, field) __offsetof(type, field)
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkcc-commands.in41 type = "string"
47 type = "flag"
53 type = "flag"
59 type = "flag"
64 type = "flag"
70 type = "flag"
77 type = "flag"
83 type = "flag"
89 type = "flag"
94 type
[all...]
H A Dkdigest-commands.in39 type = "string"
47 long = "type"
48 type = "string"
49 help = "digest type"
54 type = "string"
60 type = "string"
61 argument = "digest-type"
62 help = "digest type to use in the algorithm"
65 long = "cb-type"
66 type
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dfoldinfo.h3 #define ft_CANTCREATE (-2) /* wrong file type and can't change our mind */
11 #define ft_lock(type) ((type)>ft_MAILDIR) /* kernel lock fd */
12 #define ft_atime(type) ((type)==ft_FILE) /* force atime < mtime */
13 #define ft_dotlock(type) ((type)==ft_FILE) /* dotlock $DEFAULT */
14 #define ft_delim(type) ((type)==ft_FILE) /* add MMDF delim */
15 #define ft_checkcloser(type) ((typ
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dmachine_types.defs39 type short = int16_t;
40 type int = int32_t;
41 type unsigned = uint32_t;
43 type float = MACH_MSG_TYPE_REAL_32;
44 type double = MACH_MSG_TYPE_REAL_64;
51 * integer type, e.g. 32 or 64 or.. whatever
55 * type-casting between the two.
62 type uintptr_t = uint64_t;
63 type intptr_t = int64_t;
65 type uintptr_
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_ratelimit.h20 /* Create a set of AP_RL_DECLARE(type), AP_RL_DECLARE_NONSTD(type) and
24 #define AP_RL_DECLARE(type) type
25 #define AP_RL_DECLARE_NONSTD(type) type
28 #define AP_RL_DECLARE(type) type __stdcall
29 #define AP_RL_DECLARE_NONSTD(type) type
[all...]
/macosx-10.10/swig-12/Lib/python/
H A Dpyerrors.swg7 PyObject* type = 0;
10 type = PyExc_MemoryError;
13 type = PyExc_IOError;
16 type = PyExc_RuntimeError;
19 type = PyExc_IndexError;
22 type = PyExc_TypeError;
25 type = PyExc_ZeroDivisionError;
28 type = PyExc_OverflowError;
31 type = PyExc_SyntaxError;
34 type
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DthemeWin.css35 input:not([type]),
36 input[type="color"],
37 input[type="email"],
38 input[type="number"],
39 input[type="password"],
40 input[type="tel"],
41 input[type="url"],
42 input[type="text"] {
46 input[type="search"] {
50 input[type
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStaticConstructors.h27 // declare the global objects with a different type that can be POD default
54 #define DEFINE_GLOBAL(type, name, ...) \
55 const type name;
60 #define DEFINE_GLOBAL(type, name, ...) \
61 void * name[(sizeof(type) + sizeof(void *) - 1) / sizeof(void *)];
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_dbd.h21 /* Create a set of AUTHZ_DBD_DECLARE(type), AUTHZ_DBD_DECLARE_NONSTD(type) and
25 #define AUTHZ_DBD_DECLARE(type) type
26 #define AUTHZ_DBD_DECLARE_NONSTD(type) type
29 #define AUTHZ_DBD_DECLARE(type) type __stdcall
30 #define AUTHZ_DBD_DECLARE_NONSTD(type) type
[all...]
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_status.h37 #define STATUS_DECLARE(type) type
38 #define STATUS_DECLARE_NONSTD(type) type
41 #define STATUS_DECLARE(type) type __stdcall
42 #define STATUS_DECLARE_NONSTD(type) type
45 #define STATUS_DECLARE(type) __declspec(dllexport) type __stdcal
[all...]
/macosx-10.10/autofs-246/mig/
H A Dautofs_migtypes.h30 type autofs_pathname = c_string[*:PATH_MAX];
31 type autofs_component = array [*:NAME_MAX] of char; /* not null-terminated! */
32 type autofs_fstype = c_string[*:NAME_MAX];
33 type autofs_opts = c_string[*:AUTOFS_MAXOPTSLEN];
34 type byte_buffer = array [] of uint8_t;
41 type fsid_t = struct [2] of int32_t;
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dstd_types.defs59 * Mach kernel standard interface type declarations
68 type int8_t = MACH_MSG_TYPE_INTEGER_8;
69 type uint8_t = MACH_MSG_TYPE_INTEGER_8;
70 type int16_t = MACH_MSG_TYPE_INTEGER_16;
71 type uint16_t = MACH_MSG_TYPE_INTEGER_16;
72 type int32_t = MACH_MSG_TYPE_INTEGER_32;
73 type uint32_t = MACH_MSG_TYPE_INTEGER_32;
74 type int64_t = MACH_MSG_TYPE_INTEGER_64;
75 type uint64_t = MACH_MSG_TYPE_INTEGER_64;
81 type int3
[all...]
/macosx-10.10/swig-12/Lib/tcl/
H A Dtclerrors.swg7 const char* type = 0;
10 type = "MemoryError";
13 type = "IOError";
16 type = "RuntimeError";
19 type = "IndexError";
22 type = "TypeError";
25 type = "ZeroDivisionError";
28 type = "OverflowError";
31 type = "SyntaxError";
34 type
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dhxtool-commands.in41 type = "strings"
48 type = "string"
54 type = "strings"
60 type = "strings"
66 type = "strings"
72 type = "strings"
77 long = "content-type"
78 type = "string"
80 help = "content type oid"
84 type
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach_debug/
H A Dmach_debug_types.defs59 * Mach kernel debugging interface type declarations
67 type zone_name_t = struct[80] of char; /* deprecated */
68 type zone_name_array_t = array[] of zone_name_t; /* deprecated */
70 type zone_info_t = struct[9] of integer_t; /* deprecated */
71 type zone_info_array_t = array[] of zone_info_t; /* deprecated */
73 type mach_zone_name_t = struct[80] of char;
74 type mach_zone_name_array_t = array[] of mach_zone_name_t;
76 type mach_zone_info_t = struct[8] of uint64_t;
77 type mach_zone_info_array_t = array[] of mach_zone_info_t;
79 type task_zone_info_
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Diprop-commands.in40 type = "string"
47 type = "string"
59 type = "string"
66 type = "string"
77 type = "integer"
84 type = "integer"
92 type = "string"
99 type = "string"
111 type = "string"
118 type
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcoshell/
H A Dcoquote.c26 * if type!=0 then /<getenv(<CO_ENV_TYPE>)/ translated to /$<CO_ENV_TYPE>/
32 coquote(register Sfio_t* sp, register const char* s, int type) argument
36 if (type && (!state.type || !*state.type))
37 type = 0;
47 else if (type && c == '/' && *s == *state.type)
50 register char* t = state.type;
/macosx-10.10/apache-793/httpd/include/
H A Dap_config.h67 #define AP_DECLARE(type) type
77 #define AP_DECLARE_NONSTD(type) type
83 * @note AP_DECLARE_DATA extern type apr_variable; syntax is required for
86 * AP_DECLARE_DATA type apr_variable
92 #define AP_DECLARE(type) type __stdcall
93 #define AP_DECLARE_NONSTD(type) type
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgss-commands.in42 type = "flag"
50 type = "string"
55 type = "string"
60 type = "string"
65 type = "string"
70 type = "string"
75 type = "flag"
86 type = "flag"
90 type = "string"
99 long = "name-type"
[all...]
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dktutil-commands.in40 type = "string"
48 type = "integer"
55 type = "string"
57 help = "encryption type"
61 type = "string"
67 type = "string"
73 type = "-flag"
80 type = "flag"
86 type = "flag"
98 type
[all...]

Completed in 205 milliseconds

1234567891011>>