SMB_NAME83_BASELEN
(i < SMB_NAME83_BASELEN) && (*p != '\0') && (*p != '.'); ++i)
pbuf = &buf[SMB_NAME83_BASELEN];
(ndots == 0 && len > SMB_NAME83_BASELEN) ||
if ((len - extlen - 1) > SMB_NAME83_BASELEN)
if ((*p == '~') && (i < SMB_NAME83_BASELEN))
char mangle_buf[SMB_NAME83_BASELEN];
avail = SMB_NAME83_BASELEN -
smb_generate_mangle(fid, mangle_buf, SMB_NAME83_BASELEN);
(void) strlcat(pbuf, mangle_buf, SMB_NAME83_BASELEN);