Searched refs:struct (Results 1 - 25 of 564) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Derr_us.sub41 static const struct error_subsystem err_us_sub[] = {
H A Derr_ipc.sub78 static const struct error_subsystem err_ipc_sub[] = {
H A Derr_kern.sub163 static const struct error_subsystem err_os_sub[] = {
H A Derr_mach_ipc.sub98 static const struct error_subsystem err_mach_ipc_sub[] = {
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.ih7 static void p_ere(register struct parse *p, int stop);
8 static void p_ere_exp(register struct parse *p);
9 static void p_str(register struct parse *p);
10 static void p_bre(register struct parse *p, register int end1, register int end2);
11 static int p_simp_re(register struct parse *p, int starordinary);
12 static int p_count(register struct parse *p);
13 static void p_bracket(register struct parse *p);
14 static void p_b_term(register struct parse *p, register cset *cs);
15 static void p_b_cclass(register struct parse *p, register cset *cs);
16 static void p_b_eclass(register struct pars
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Difaddrs.hin56 struct ifaddrs {
57 struct ifaddrs *ifa_next;
60 struct sockaddr *ifa_addr;
61 struct sockaddr *ifa_netmask;
62 struct sockaddr *ifa_dstaddr;
71 rk_getifaddrs(struct ifaddrs**);
74 rk_freeifaddrs(struct ifaddrs*);
/macosx-10.10.1/man-16/man/src/
H A Dpaths.h.in10 static struct paths {
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dmach_debug_types.defs67 type zone_name_t = struct[80] of char; /* deprecated */
70 type zone_info_t = struct[9] of integer_t; /* deprecated */
73 type mach_zone_name_t = struct[80] of char;
76 type mach_zone_info_t = struct[8] of uint64_t;
79 type task_zone_info_t = struct[11] of uint64_t;
82 type hash_info_bucket_t = struct[1] of natural_t;
85 type ipc_info_space_t = struct[6] of natural_t;
86 type ipc_info_space_basic_t = struct[6] of natural_t;
88 type ipc_info_name_t = struct[7] of natural_t;
91 type ipc_info_tree_name_t = struct[
[all...]
/macosx-10.10.1/objc4-646/test/
H A DbadCache.m39 struct bucket_t {
44 struct cache_t {
45 struct bucket_t *buckets;
50 struct class_t {
53 struct cache_t cache;
66 struct cache_t *cache = &((__bridge struct class_t *)cls)->cache;
H A DbadCache2.m39 struct bucket_t {
44 struct cache_t {
45 struct bucket_t *buckets;
50 struct class_t {
53 struct cache_t cache;
66 struct cache_t *cache = &((__bridge struct class_t *)cls)->cache;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dstructs.m2 * Helper methods struct tests (objc.test.test_struct)
10 struct FooStruct {
18 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second;
19 +(int)sumFields:(struct FooStruct)foo;
20 -(NSObject*)arrayOf4Structs:(struct FooStruct[4])argument;
26 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second
28 struct FooStruct f;
34 +(int)sumFields:(struct FooStruct)foo
41 static struct FooStruct structs[4] = {
50 -(NSObject*)arrayOf4Structs:(struct FooStruc
[all...]
H A Dstructpointer1.m9 struct TestStructPointerStruct {
13 static struct TestStructPointerStruct myGlobal = { 1 };
18 +(struct TestStructPointerStruct*)returnPointerToStruct;
22 +(struct TestStructPointerStruct*)returnPointerToStruct
/macosx-10.10.1/ntp-92/include/
H A Dntpd.h.orig22 extern int ctlclrtrap (sockaddr_u *, struct interface *, int);
23 extern u_short ctlpeerstatus (struct peer *);
24 extern int ctlsettrap (sockaddr_u *, struct interface *, int, int);
29 extern void process_control (struct recvbuf *, int);
30 extern void report_event (int, struct peer *, const char *);
37 struct ctl_var {
56 extern char * add_var (struct ctl_var **, u_long, u_short);
57 extern void free_varlist (struct ctl_var *);
58 extern void set_var (struct ctl_var **, const char *, u_long, u_short);
70 typedef struct interface_inf
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db185/
H A Ddb185_int.in57 typedef struct {
63 typedef struct __db185 {
65 int (*close) __P((struct __db185 *));
66 int (*del) __P((const struct __db185 *, const DBT185 *, u_int));
68 __P((const struct __db185 *, const DBT185 *, DBT185 *, u_int));
70 __P((const struct __db185 *, DBT185 *, const DBT185 *, u_int));
72 __P((const struct __db185 *, DBT185 *, DBT185 *, u_int));
73 int (*sync) __P((const struct __db185 *, u_int));
75 int (*fd) __P((const struct __db185 *));
90 typedef struct {
[all...]
/macosx-10.10.1/ntp-92/ntpdc/
H A Dnl.pl10 if (/^struct req_pkt/) {
13 if (/^struct info_dns_assoc/) {
17 if (/^(struct\s*\w*)\s*{\s*$/) {
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/
H A Dndrold.idl96 ** this data type is not expressible in NIDL since it is a struct that
122 typedef struct {
/macosx-10.10.1/libclosure-65/objectTests/
H A Dsimplerelease.m34 struct Block_layout *layout = (struct Block_layout *)(void *)b;
38 struct Block_descriptor_2 *desc =
39 (struct Block_descriptor_2 *)(layout->descriptor + 1);
/macosx-10.10.1/xnu-2782.1.97/osfmk/default_pager/
H A Ddefault_pager_types.defs38 type default_pager_info_t = struct[3] of natural_t;
39 type default_pager_info_64_t = struct[6] of natural_t;
41 type default_pager_object_t = struct[2] of natural_t;
44 type default_pager_page_t = struct[1] of natural_t;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dstructs.m2 * Helper methods struct tests (objc.test.test_struct)
10 struct FooStruct {
18 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second;
19 +(int)sumFields:(struct FooStruct)foo;
20 -(NSObject*)arrayOf4Structs:(struct FooStruct[4])argument;
26 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second
28 struct FooStruct f;
34 +(int)sumFields:(struct FooStruct)foo
41 static struct FooStruct structs[4] = {
50 -(NSObject*)arrayOf4Structs:(struct FooStruc
[all...]
H A Dstructpointer1.m9 struct TestStructPointerStruct {
13 static struct TestStructPointerStruct myGlobal = { 1 };
18 +(struct TestStructPointerStruct*)returnPointerToStruct;
22 +(struct TestStructPointerStruct*)returnPointerToStruct
35 static struct PyModuleDef mod_module = {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dstructs.m2 * Helper methods struct tests (objc.test.test_struct)
10 struct FooStruct {
18 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second;
19 +(int)sumFields:(struct FooStruct)foo;
20 -(NSObject*)arrayOf4Structs:(struct FooStruct[4])argument;
26 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second
28 struct FooStruct f;
34 +(int)sumFields:(struct FooStruct)foo
41 static struct FooStruct structs[4] = {
50 -(NSObject*)arrayOf4Structs:(struct FooStruc
[all...]
H A Dstructpointer1.m9 struct TestStructPointerStruct {
13 static struct TestStructPointerStruct myGlobal = { 1 };
18 +(struct TestStructPointerStruct*)returnPointerToStruct;
22 +(struct TestStructPointerStruct*)returnPointerToStruct
35 static struct PyModuleDef mod_module = {
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dtest-WSDL.pl42 my $struct = $service->echoStruct({varInt=>120,
45 PrintStruct("echoStruct", $struct);
65 my $struct = $service->echoSimpleTypesAsStruct(
70 PrintStruct('echoSimpleTypesAsStruct', $struct);
107 my ($name, $struct, $indent) = @_;
110 foreach my $membr (keys %$struct) {
111 if (ref($struct->{$membr}) eq 'HASH') {
112 PrintStruct($membr, $struct->{$membr}, $indent + 2);
113 } elsif (ref($struct->{$membr}) eq 'ARRAY') {
114 PrintArray($membr, $struct
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in31 * Define if <netdb.h> does not declare struct addrinfo.
36 struct addrinfo {
43 struct sockaddr *ai_addr; /* Binary address */
44 struct addrinfo *ai_next; /* Next structure in linked list */
159 * Define if <netdb.h> does not declare struct rrsetinfo.
167 struct rdatainfo {
172 struct rrsetinfo {
180 struct rdatainfo *rri_rdatas;
181 struct rdatainfo *rri_sigs;
414 const struct addrinf
[all...]
/macosx-10.10.1/vim-55/src/
H A Dosdef2.h.in29 extern int stat __ARGS((const char *, struct stat *));
32 extern int lstat __ARGS((const char *, struct stat *));
34 extern int fstat __ARGS((int, struct stat *));
63 struct termios; /* for tcgetattr __ARGS */
64 extern int tcgetattr __ARGS((int, struct termios *));
65 extern int tcsetattr __ARGS((int, int, const struct termios *));
69 struct statfs; /* for fstatfs __ARGS */
70 extern int fstatfs __ARGS((int, struct statfs *, int, int));
74 struct timeval; /* for gettimeofday __ARGS */
75 struct timezon
[all...]

Completed in 389 milliseconds

1234567891011>>