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

/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Ddictionary.cpp175 char nameBuff[5]; local
176 char* nameFinger = nameBuff;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Ddictionary.cpp175 char nameBuff[5]; local
176 char* nameFinger = nameBuff;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/Java/
H A DJNISupport.c49 static char * win32_if_indextoname( DWORD ifIndex, char * nameBuff);
925 char *p = LOCAL_ONLY_NAME, nameBuff[IF_NAMESIZE]; local
930 p = if_indextoname( ifIndex, nameBuff );
955 win32_if_indextoname( DWORD ifIndex, char * nameBuff) argument
987 // It would be better if we passed in the length of nameBuff to this
990 // nameBuff is of size MAX_ADAPTER_NAME_LENGTH.
991 strcpy( nameBuff, pAdapter->AdapterName );
992 ifName = nameBuff;

Completed in 203 milliseconds