Searched refs:offsetof (Results 126 - 150 of 461) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dsmimeutil.c79 offsetof(NSSSMIMECapability,capabilityID), },
81 offsetof(NSSSMIMECapability,parameters), },
112 offsetof(NSSSMIMEEncryptionKeyPreference,selector), NULL,
115 offsetof(NSSSMIMEEncryptionKeyPreference,id.issuerAndSN),
119 offsetof(NSSSMIMEEncryptionKeyPreference,id.recipientKeyID),
123 offsetof(NSSSMIMEEncryptionKeyPreference,id.subjectKeyID),
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsandbox-seccomp-filter.c54 #include <stddef.h> /* for offsetof */
85 offsetof(struct seccomp_data, arch)),
90 offsetof(struct seccomp_data, nr)),
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DTrustItem.cpp174 { SEC_ASN1_OCTET_STRING, offsetof(IssuerAndSN, issuer) },
175 { SEC_ASN1_OCTET_STRING, offsetof(IssuerAndSN, serial) },
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustItem.cpp174 { SEC_ASN1_OCTET_STRING, offsetof(IssuerAndSN, issuer) },
175 { SEC_ASN1_OCTET_STRING, offsetof(IssuerAndSN, serial) },
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustItem.cpp174 { SEC_ASN1_OCTET_STRING, offsetof(IssuerAndSN, issuer) },
175 { SEC_ASN1_OCTET_STRING, offsetof(IssuerAndSN, serial) },
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetnameinfo.c62 offsetof(struct sockaddr_in6, sin6_addr)},
65 offsetof(struct sockaddr_in, sin_addr)},
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h96 #ifndef offsetof
97 #define offsetof(type,member) ((unsigned long)&(((type*)0)->member)) macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dgetnameinfo.c53 offsetof(struct sockaddr_in6, sin6_addr)},
56 offsetof(struct sockaddr_in, sin_addr)},
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dlmessages.c40 (offsetof(struct lc_messages_T, yesstr) / sizeof(char *))
/macosx-10.10.1/bootp-298/bootplib/
H A Ddhcp.h65 #define DHCP_PACKET_OVERHEAD (offsetof(struct dhcp_packet, dhcp))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrgid.c83 disc.key = offsetof(Id_t, name);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dvbuf.h57 ((app_type *) (((char *) (vbuf_ptr)) - offsetof(app_type,vbuf_member)))
/macosx-10.10.1/procmail-14/procmail/src/
H A Dincludes.h537 #undef offsetof macro
539 #ifndef offsetof
540 #define offsetof(s,m) ((char*)&(((s*)sizeof(s))->m)-(char*)sizeof(s)) macro
548 #define ioffsetof(s,m) ((int)offsetof(s,m))
/macosx-10.10.1/smb-759.0/lib/librpc/
H A Dcompiler.h103 #define alignof(t) ((uintptr_t)offsetof(struct { char c; t x; }, x))
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkern_event.h142 #define KEV_MSG_HEADER_SIZE (offsetof(struct kern_event_msg, event_data[0]))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c1396 { BER_BVC("version="), offsetof(slap_bindconf, sb_version), 'i', 0, versionkey },
1397 { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey },
1398 { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL },
1399 { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL },
1400 { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, (slap_verbmasks *)dnNormalize },
1401 { BER_BVC("credentials="), offsetof(slap_bindconf, sb_cred), 'b', 1, NULL },
1402 { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL },
1403 { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL },
1404 { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL },
1405 { BER_BVC("authcID="), offsetof(slap_bindcon
[all...]
H A Dcontrols.c125 (int)offsetof(struct slap_control_ids, sc_assert),
130 (int)offsetof(struct slap_control_ids, sc_preRead),
135 (int)offsetof(struct slap_control_ids, sc_postRead),
140 (int)offsetof(struct slap_control_ids, sc_valuesReturnFilter),
145 (int)offsetof(struct slap_control_ids, sc_pagedResults),
151 (int)offsetof(struct slap_control_ids, sc_sortedResults),
157 (int)offsetof(struct slap_control_ids, sc_domainScope),
162 (int)offsetof(struct slap_control_ids, sc_dontUseCopy),
167 (int)offsetof(struct slap_control_ids, sc_permissiveModify),
173 (int)offsetof(struc
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dbindtextdom.c52 /* Some compilers, like SunOS4 cc, don't have offsetof in <stddef.h>. */
53 #ifndef offsetof
54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
233 (struct binding *) malloc (offsetof (struct binding, domainname) + len);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dunwind_prot.c40 #ifndef offsetof
41 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
299 allocated = size + offsetof (UNWIND_ELT, sv.v.desired_setting[0]);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dhpux-core.c239 (bfd_vma) offsetof (struct proc_info,
253 (bfd_vma)offsetof (struct proc_info,
263 (bfd_vma) offsetof (struct proc_info,
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dbindtextdom.c52 /* Some compilers, like SunOS4 cc, don't have offsetof in <stddef.h>. */
53 #ifndef offsetof
54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
233 (struct binding *) malloc (offsetof (struct binding, domainname) + len);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_work.c40 { DTRACEOPT_STATUSRATE, offsetof(dtrace_hdl_t, dt_laststatus) },
41 { DTRACEOPT_AGGRATE, offsetof(dtrace_hdl_t, dt_lastagg) },
42 { DTRACEOPT_SWITCHRATE, offsetof(dtrace_hdl_t, dt_lastswitch) },
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A Ddlsof.h135 #undef offsetof macro
315 # if !defined(offsetof)
316 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
317 # endif /* !defined(offsetof) */
/macosx-10.10.1/smb-759.0/lib/smbclient/
H A Draw.c206 OSWriteLittleInt32(lpOutBuffer, offsetof(struct smb_header, status),
208 OSWriteLittleInt16(lpOutBuffer, offsetof(struct smb_header, flags),
210 OSWriteLittleInt32(lpOutBuffer, offsetof(struct smb_header, flags2),
/macosx-10.10.1/sudo-73/src/
H A Dmissing.h152 * Older systems may be missing stddef.h and/or offsetof macro
154 #ifndef offsetof
156 # define offsetof(type, field) __offsetof(type, field) macro
158 # define offsetof(type, field) ((size_t)(&((type *)0)->field)) macro

Completed in 309 milliseconds

1234567891011>>