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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c2200 #define BUNDLE_EXT ".ccl" macro
2201 #define BUNDLE_EXT_LEN sizeof(BUNDLE_EXT) - 1
2207 (strstr(&path[n - BUNDLE_EXT_LEN], BUNDLE_EXT) == NULL)) {
2208 strlcat(path, BUNDLE_EXT, sizeof(path));

Completed in 91 milliseconds