Searched refs:bundle_vers (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c829 char * bundle_vers = NULL; // don't free local
836 &bundle_vers)) {
840 bundle_vers);
1167 static char bundle_vers[KMOD_MAX_NAME]; local
1198 if (!CFStringGetCString(bundleVersion, bundle_vers,
1199 sizeof(bundle_vers) - 1, kCFStringEncodingUTF8)) {
1211 *bundle_version_out = bundle_vers;

Completed in 132 milliseconds