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

/macosx-10.9.5/autofs-234/automountlib/
H A Dhost_is_us.c221 CFStringRef ourlocalhostname_CFString; local
229 ourlocalhostname_CFString = SCDynamicStoreCopyLocalHostName(store);
231 if (ourlocalhostname_CFString == NULL)
234 ret = CFStringGetCString(ourlocalhostname_CFString, ourlocalhostname,
236 CFRelease(ourlocalhostname_CFString);

Completed in 72 milliseconds