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

1234567891011>>

/macosx-10.9.5/swig-10/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.9.5/OpenLDAP-491.1/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.9.5/Security-55471.14.18/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A DErrorList.r39 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/ErrorList.r,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ type 'ErrT' { integer = $$CountOf (ErrorTable); // Number of errors in the table align long; wide (…)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D___offsetof.h29 #define __offsetof(type, field) ((size_t)(&((type *)0)->field))
/macosx-10.9.5/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.9.5/xnu-2422.115.4/osfmk/mach/i386/
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.9.5/Heimdal-323.92.1/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.9.5/swig-10/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.9.5/WebCore-7537.78.1/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...]
H A DmobileThemeQt.css28 input[type="submit"], select {
32 input[type="submit"]:disabled, input[type="submit"]:disabled:active, select:disabled, input[type="text"]:disabled {
36 input[type="submit"]:active {
/macosx-10.9.5/launchd-842.92.1/src/
H A Djob_types.defs27 type mach_port_move_send_array_t = array[] of mach_port_move_send_t
29 type mach_port_make_send_array_t = array[] of mach_port_make_send_t
32 type pid_t = integer_t;
33 type pid_array_t = ^array [] of pid_t;
34 type uid_t = natural_t;
35 type gid_t = natural_t;
36 type vproc_gsk_t = integer_t;
37 type logmsg_t = c_string[*:2048];
38 type cmd_t = c_string[512];
39 type name_
[all...]
/macosx-10.9.5/apache-786.1/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.9.5/autofs-234/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.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dgss-commands.in42 type = "flag"
50 type = "string"
55 type = "string"
60 type = "string"
65 type = "string"
70 type = "flag"
81 type = "flag"
85 type = "string"
94 long = "name-type"
95 type
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioSessionManager.cpp33 PassOwnPtr<AudioSessionManagerToken> AudioSessionManagerToken::create(AudioSessionManager::AudioType type) argument
35 return adoptPtr(new AudioSessionManagerToken(type));
38 AudioSessionManagerToken::AudioSessionManagerToken(AudioSessionManager::AudioType type) argument
39 : m_type(type)
41 AudioSessionManager::sharedManager().incrementCount(type);
59 bool AudioSessionManager::has(AudioSessionManager::AudioType type) argument
61 ASSERT(type >= 0);
62 return m_typeCount.contains(type);
65 void AudioSessionManager::incrementCount(AudioSessionManager::AudioType type) argument
67 ASSERT(type >
72 decrementCount(AudioSessionManager::AudioType type) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/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.9.5/swig-10/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.9.5/Heimdal-323.92.1/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.9.5/xnu-2422.115.4/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.9.5/Heimdal-323.92.1/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.9.5/ksh-20/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;

Completed in 287 milliseconds

1234567891011>>