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

/macosx-10.10.1/smb-759.0/NetFSPlugin/
H A Dsmb_netfs.h29 #define SMB_PREFIX "smb://" macro
/macosx-10.10.1/smb-759.0/lib/smbclient/
H A Dnetfs.c40 #define SMB_PREFIX "smb://" macro
277 url_length = sizeof(SMB_PREFIX) + strlen(sharepointname); /* sizeof(SMB_PREFIX) will include the null byte */
283 strlcpy(url, SMB_PREFIX, url_length);

Completed in 129 milliseconds