Searched refs:ILLEGAL_SYMB (Results 1 – 1 of 1) sorted by relevance
147 static const char ILLEGAL_SYMB[] = "<>:|?*\""; variable155 if ( (zz = strchr( ILLEGAL_SYMB, *ptr ) ) != NULL) in ReplaceIllegalChars()156 *ptr = ILLEGAL_REPL[zz-ILLEGAL_SYMB]; in ReplaceIllegalChars()