Lines Matching defs:invalid
927 * A share name is considered invalid if it contains control
940 const char *invalid = "\"/\\[]:|<>+;,?*=";
949 if (strpbrk(sharename, invalid) != NULL)
970 const char *invalid = "\"/\\[]<>+;,?*=@";
981 if (strpbrk(name, invalid) != NULL)
1105 const char *invalid = "\"/\\[]:|<>+=;,?";
1122 if (strpbrk(workgroup, invalid) != NULL)
1134 * Check for invalid characters in the given path. The list of invalid
1140 * as separator not an invalid character, except as the first character
1146 char *invalid = "\"\\[]:|<>+;,?*=";
1152 if (strpbrk(relpath, invalid))
1298 * invalid conditions.