taglinefilesource code
bad_chars32fs/msdos/namei.cstatic char bad_chars[] = "*?<>|\"";
bad_chars65fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
bad_chars90fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;