Home
last modified time | relevance | path

Searched refs:SMB_VALID_SUB_CHRS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c59 #define SMB_VALID_SUB_CHRS "UDhMLmIiSPu" /* substitution characters */ macro
2336 if (strpbrk(v, SMB_VALID_SUB_CHRS) == NULL) in cmd_validator()