Searched refs:smb_len (Results 1 – 1 of 1) sorted by relevance
118 size_t len, smb_len; in process_homedir() local139 smb_len = len + 1 + sizeof (NET_SCHEME); in process_homedir()140 if ((smb_homedir = calloc(1, smb_len)) == NULL) in process_homedir()142 (void) strlcpy(smb_homedir, NET_SCHEME, smb_len); in process_homedir()