Searched refs:legacy (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dunique.c65 struct unique_domain_s *legacy; member in struct:unique_data_s
402 unique_domain *legacy = private->legacy; local
408 if ( legacy && legacy->uri && legacy->uri->dn.bv_val ) {
410 &legacy->uri->dn );
413 &legacy->uri->ndn );
418 assert ( legacy && legacy
494 unique_domain *legacy = private->legacy; local
636 unique_domain *legacy = private->legacy; local
702 unique_domain *legacy = private->legacy; local
815 unique_domain *legacy = private->legacy; local
857 unique_domain *legacy = private->legacy; local
1071 unique_domain *legacy = private->legacy; local
1199 unique_domain *legacy = private->legacy; local
1319 unique_domain *legacy = private->legacy; local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dpwg.h53 *legacy, /* IPP/ISO legacy name */ member in struct:pwg_media_s
81 extern pwg_media_t *pwgMediaForLegacy(const char *legacy) _CUPS_API_1_7;
H A Dpwg-private.h60 extern pwg_media_t *_pwgMediaForLegacy(const char *legacy)
H A Dpwg-media.c21 * pwgMediaForLegacy() - Find a PWG media size by ISO/IPP legacy name.
28 * pwg_compare_legacy() - Compare two sizes using the legacy names.
536 * Not a PWG name, try a legacy name...
542 * Not a legacy name, try a PPD name...
588 * 'pwgMediaForLegacy()' - Find a PWG media size by ISO/IPP legacy name.
590 * The "name" argument specifies the legacy ISO media size name, for example
597 pwgMediaForLegacy(const char *legacy) /* I - Legacy size name */ argument
607 if (!legacy)
626 if (size->legacy)
634 key.legacy
639 _pwgMediaForLegacy(const char *legacy) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/legacy/
H A DMakefile30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
/macosx-10.9.5/ICU-511.35/icuSources/samples/
H A Dreadme.txt21 legacy - demonstrates using two versions of ICU in one application
78 - legacy and layout are not included in these lists,
/macosx-10.9.5/iodbc-42.5/iodbc/debian/
H A DREADME.Debian19 This is an unfortunate side effect from the (legacy) version of libtool
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest024-unique139 echo Dynamically trying to add a URI with legacy attrs present...
149 echo "legacy and unique_uri allowed together"
154 echo Dynamically trying to add legacy ignored attrs with legacy attrs present...
164 echo "legacy attrs and legacy ignore attrs allowed together"
179 echo Dynamically removing legacy base...
235 echo Trying a legacy base outside of the backend...
292 echo Removing legacy config and adding URIs...
352 echo Dynamically trying to add legacy bas
[all...]
/macosx-10.9.5/apr-30/apr/
H A DMakefile35 legacy-32-bit-inode.diff \
/macosx-10.9.5/libxml2-26/libxml2/VxWorks/
H A DMakefile39 legacy.o list.o \
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/VxWorks/
H A DMakefile39 legacy.o list.o \
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Ddnssec.h64 isc_boolean_t legacy; /*% this is old-style key with no member in struct:dns_dnsseckey
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_file.h112 void *legacy; member in struct:__anon12657
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_mig.c266 mach_msg_size_t send_size, mach_msg_size_t rcv_size, boolean_t legacy);
305 boolean_t legacy)
334 if(legacy)
427 if(legacy)
298 mach_msg_rpc_from_kernel_body( mach_msg_header_t *msg, mach_msg_size_t send_size, mach_msg_size_t rcv_size, __unused boolean_t legacy) argument
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.c209 * SOURCE_ASL_SOCKET legacy asl(3) TCP socket
210 * SOURCE_BSD_SOCKET legacy syslog(3) UDP socket
1031 int status, x, legacy, off; local
1037 legacy = 1;
1052 if ((status == 1) && (in[10] == ' ') && (in[11] == '[')) legacy = 0;
1055 if (legacy == 1) return asl_syslog_input_convert(in, len, rhost, source);
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_file.c195 return asl_legacy1_close((asl_legacy1_t *)s->legacy);
1352 asl_legacy1_t *legacy; local
1379 legacy = NULL;
1385 status = asl_legacy1_open(path, &legacy);
1400 if (legacy != NULL)
1403 out->legacy = (void *)legacy;
1619 return asl_legacy1_fetch((asl_legacy1_t *)s->legacy, mid, msg);
1752 return asl_legacy1_match((asl_legacy1_t *)s->legacy, query, res, last_id, start_id, count, direction);
/macosx-10.9.5/ncurses-42/ncurses/man/
H A Dman_db.renames70 curs_legacy.3x legacy.3ncurses
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxinclude.c82 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt
177 if (ctxt->legacy != 0) {
586 if (ctxt->legacy != 0) {
2264 if (ctxt->legacy == 0) {
2270 ctxt->legacy = 1;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkey.c1827 key_to_certified(Key *k, int legacy) argument
1832 k->type = legacy ? KEY_RSA_CERT_V00 : KEY_RSA_CERT;
1836 k->type = legacy ? KEY_DSA_CERT_V00 : KEY_DSA_CERT;
1839 if (legacy)
1840 fatal("%s: legacy ECDSA certificates are not supported",
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dkix.vim22 " Clear legacy syntax rules for version 5.x, exit if already processed for version 6+
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxinclude.c83 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt
178 if (ctxt->legacy != 0) {
587 if (ctxt->legacy != 0) {
2293 if (ctxt->legacy == 0) {
2299 ctxt->legacy = 1;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslContext.c1891 * TODO: the 'legacy' argument is not used anymore.
1896 Boolean legacy)
1945 if(!legacy) {
1946 /* skip for legacy SSLGetPeerCertificates() */
1965 if (legacy) {
1894 sslCopyPeerCertificates(SSLContextRef ctx, CFArrayRef *certs, Boolean legacy) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslContext.c1891 * TODO: the 'legacy' argument is not used anymore.
1896 Boolean legacy)
1945 if(!legacy) {
1946 /* skip for legacy SSLGetPeerCertificates() */
1965 if (legacy) {
1894 sslCopyPeerCertificates(SSLContextRef ctx, CFArrayRef *certs, Boolean legacy) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslContext.c1891 * TODO: the 'legacy' argument is not used anymore.
1896 Boolean legacy)
1945 if(!legacy) {
1946 /* skip for legacy SSLGetPeerCertificates() */
1965 if (legacy) {
1894 sslCopyPeerCertificates(SSLContextRef ctx, CFArrayRef *certs, Boolean legacy) argument
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddnssec.c1117 dk->legacy = ISC_TF(major == 1 && minor <= 2);
1292 if (key->legacy) {
1364 if (key->legacy || savekeys) {

Completed in 434 milliseconds

12