Searched refs:current_version (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-basic/
H A DMakefile50 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=10 -current_version 10 -o "${PWD}/libfoo.dylib"
52 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=11 -current_version 11 -install_name "${PWD}/libfoo.dylib" -o alt11/libfoo.dylib
53 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=9 -current_version 9 -install_name "${PWD}/libfoo.dylib" -o alt9/libfoo.dylib
54 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=12 -current_version 12 -install_name "${PWD}/libfoo.dylib" -o alt12/libfoo.dylib
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/DYLD_VERSIONED_FRAMEWORK_PATH-basic/
H A DMakefile51 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=10 -current_version 10 -install_name "${PWD}/Foo.framework/Foo" -o Foo.framework/Foo
53 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=11 -current_version 11 -install_name "${PWD}/Foo.framework/Foo" -o alt11/Foo.framework/Versions/A/Foo
55 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=9 -current_version 9 -install_name "${PWD}/Foo.framework/Foo" -o alt9/Foo.framework/Foo
56 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=12 -current_version 12 -install_name "${PWD}/Foo.framework/Foo" -o alt12/Foo.framework/Foo
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dipropd_master.c351 const char *database, uint32_t current_version)
397 krb5_store_int32 (sp, current_version);
402 s->version = current_version;
456 const char *database, uint32_t current_version)
467 if (s->version == current_version) {
480 return send_complete (context, s, database, current_version);
501 return send_complete (context, s, database, current_version);
508 (unsigned long)current_version);
539 s->version = current_version;
546 const char *database, uint32_t current_version)
350 send_complete(krb5_context context, slave *s, const char *database, uint32_t current_version) argument
455 send_diffs(krb5_context context, slave *s, int log_fd, const char *database, uint32_t current_version) argument
545 process_msg(krb5_context context, slave *s, int log_fd, const char *database, uint32_t current_version) argument
659 write_stats(krb5_context context, slave *slaves, uint32_t current_version) argument
772 uint32_t current_version = 0, old_version = 0; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dpef.h34 unsigned long current_version; member in struct:bfd_pef_header
64 unsigned long current_version; member in struct:bfd_pef_imported_library
167 unsigned long current_version; member in struct:bfd_pef_xlib_header
H A Dmach-o.h415 unsigned long current_version; /* Library's current version number. */ member in struct:bfd_mach_o_dylib_command
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/DYLD_LIBRARY_PATH-dyld_env/
H A DMakefile45 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=10 -current_version 10 -o "${PWD}/libfoo.dylib"
46 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=11 -current_version 11 -install_name "${PWD}/libfoo.dylib" -o alt11/libfoo.dylib
47 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=9 -current_version 9 -install_name "${PWD}/libfoo.dylib" -o alt9/libfoo.dylib
48 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=12 -current_version 12 -install_name "${PWD}/libfoo.dylib" -o alt12/libfoo.dylib
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-dyld_env/
H A DMakefile44 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=10 -current_version 10 -o "${PWD}/libfoo.dylib"
45 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=11 -current_version 11 -install_name "${PWD}/libfoo.dylib" -o alt11/libfoo.dylib
46 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=9 -current_version 9 -install_name "${PWD}/libfoo.dylib" -o alt9/libfoo.dylib
47 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=12 -current_version 12 -install_name "${PWD}/libfoo.dylib" -o alt12/libfoo.dylib
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-dyld_env-restrict/
H A DMakefile42 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=10 -current_version 10 -o "${PWD}/libfoo.dylib"
43 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=11 -current_version 11 -install_name "${PWD}/libfoo.dylib" -o alt11/libfoo.dylib
44 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=9 -current_version 9 -install_name "${PWD}/libfoo.dylib" -o alt9/libfoo.dylib
45 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=12 -current_version 12 -install_name "${PWD}/libfoo.dylib" -o alt12/libfoo.dylib
/macosx-10.9.5/ICU-511.35/icuSources/config/
H A Dmh-darwin32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
/macosx-10.9.5/libgcc-13/
H A DMakefile29 -compatibility_version 1 -current_version ${RC_ProjectBuildVersion} \
/macosx-10.9.5/llvmCore-3425.0.33/runtime/libprofile/
H A DMakefile34 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
/macosx-10.9.5/llvmCore-3425.0.33/tools/lto/
H A DMakefile36 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
/macosx-10.9.5/ppp-727.90.1/Helpers/sbslauncher/
H A Dbehaviors_check_asset.m155 CFNumberRef current_version;
165 current_version = SCPreferencesGetValue(prefs, kVPNBehaviorsAssetVersion);
169 if (isA_CFNumber(current_version)) {
170 query.predicate = [NSPredicate predicateWithFormat:@"%K > %@", kVPNBehaviorsAssetVersion, current_version];
/macosx-10.9.5/tidy-15.12/
H A DMakefile46 $(CC) $(CFLAGS) -dynamiclib $(SECTORDER_FLAGS) -o "$(ActualDSTROOT)/usr/lib/libtidy.A.dylib" "$(OBJROOT)/tidy/lib/libtidy.a" -install_name "/usr/lib/libtidy.A.dylib" -all_load -compatibility_version 1.0.0 -current_version 1.0.0
/macosx-10.9.5/xar-202/xar/lib/
H A DMakefile.inc143 $(CC) -dynamiclib -compatibility_version 1 -current_version 1 -install_name /Users/bogusbogus/sandbox/xar-trunk/xar/$(LIBRXAR_S) -o $@ $+ $(LDFLAGS) -lbz2 -lz -lcrypto -lxml2 -lz -lpthread -licucore -lm
159 $(CC) -dynamiclib -compatibility_version 1 -current_version 1 -install_name $(LIBDIR)/$(LIBXAR_SNAME) -o $@ $+ $(LDFLAGS) -lbz2 -lz -lcrypto -lxml2 -lz -lpthread -licucore -lm
H A DMakefile.inc.in143 $(CC) -dynamiclib -compatibility_version @LIB_REV@ -current_version @LIB_REV@ -install_name @abs_objroot@$(LIBRXAR_S) -o $@ $+ $(LDFLAGS) @LIBS@
159 $(CC) -dynamiclib -compatibility_version @LIB_REV@ -current_version @LIB_REV@ -install_name $(LIBDIR)/$(LIBXAR_SNAME) -o $@ $+ $(LDFLAGS) @LIBS@
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DOTATrustUtilities.c314 int current_version = 0; local
338 if (current_version > 0)
340 if (version > current_version)
345 snprintf(buffer, sizeof(buffer), "%s/%s%d", kBaseAssertDirectory, kVersionDirectoryNamePrefix, current_version);
350 current_version = version;
355 current_version = version;
373 if (0 == current_version)
375 TestOTALog("InitOTADirectory: current_version = 0\n");
397 current_version = (int)asset_number;
401 TestOTALog("InitOTADirectory: current_version
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dcmpdylib.c218 if(old_dl->dylib.current_version <
251 if(new_dl->dylib.current_version <
270 if(old_dl->dylib.current_version >
271 new_dl->dylib.current_version){
276 old_dl->dylib.current_version,new_dl->dylib.current_version);
/macosx-10.9.5/libdispatch-339.92.1/src/
H A DMakefile.am48 -Wl,-current_version,$(VERSION) -Wl,-dead_strip
/macosx-10.9.5/libpcap-42/
H A DMakefile36 $(CC) $(LDFLAGS) -dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name /usr/lib/libpcap.A.dylib -o $(OBJROOT)/libpcap.A.dylib $(OBJROOT)/libpcap.a
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-shlib/
H A DMakefile46 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/
H A DMakefile93 $(CC) $(CFLAGS) $(LDFLAGS) -dynamiclib -dynamic -compatibility_version 0 -current_version 0 -install_name libasn1.dylib -o libasn1.dylib $(OBJECTS)
/macosx-10.9.5/dyld-239.4/src/
H A DdyldAPIsInLibSystem.cpp379 return(dl->dylib.current_version);
421 return(dl->dylib.current_version);
484 foundationVers = dylibCmd->dylib.current_version;
487 libSystemVers = dylibCmd->dylib.current_version;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Drbtdb.c421 rbtdb_version_t * current_version; member in struct:dns_rbtdb
850 REQUIRE(rbtdb->current_version != NULL || EMPTY(rbtdb->open_versions));
853 if (rbtdb->current_version != NULL) {
856 isc_refcount_decrement(&rbtdb->current_version->references,
859 UNLINK(rbtdb->open_versions, rbtdb->current_version, link);
860 isc_refcount_destroy(&rbtdb->current_version->references);
861 isc_mem_put(rbtdb->common.mctx, rbtdb->current_version,
1065 version = rbtdb->current_version;
1113 version->secure = rbtdb->current_version->secure;
1114 version->havensec3 = rbtdb->current_version
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp471 fDylibID.currentVersion = dylib->current_version();
485 lib.currentVersion = dylib->current_version();

Completed in 283 milliseconds

123