Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5381 …static const char badchr[18] = "+.,;=[]" "/*:<>|\\\"\?\x7F"; /* [0..16] for FAT, [7..16] for exFAT… local
5403 … if (dc == 0 || strchr(&badchr[7], (int)dc) || di >= 11) { /* Check validity of the volume label */
5427 …if (wc == 0 || strchr(&badchr[0], (int)wc) || di >= (UINT)((wc >= 0x100) ? 10 : 11)) { /* Reject i…