Searched refs:thisKextIDCString (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/kext_tools-384.1.4/
H A Dkextutil_main.c1795 char * thisKextIDCString = NULL; // must free local
1870 SAFE_FREE_NULL(thisKextIDCString);
1878 thisKextIDCString = createUTF8CStringForCFString(OSKextGetIdentifier(thisKext));
1879 if (!thisKextIDCString) {
1894 fprintf(stderr, " %s - %s\n", thisKextIDCString, status);
1916 SAFE_FREE_NULL(thisKextIDCString);
1926 thisKextIDCString = createUTF8CStringForCFString(OSKextGetIdentifier(thisKext));
1927 if (!thisKextIDCString) {
2019 SAFE_FREE(thisKextIDCString);

Completed in 126 milliseconds