Searched refs:chk_chr (Results 1 – 3 of 3) sorted by relevance
693 static int chk_chr (const char* str, int chr) /* NZ:contained, ZR:not contained */ in chk_chr() function2850 …if (wc < 0x80 && chk_chr("\"*:<>\?|\x7F", wc)) return FR_INVALID_NAME; /* Reject illegal character…2927 if (wc == 0 || chk_chr("+,;=[]", wc)) { /* Replace illegal characters for SFN if needed */3004 if (chk_chr("\"*+,:;<=>\?[]|\x7F", c)) return FR_INVALID_NAME; /* Reject illegal chrs for SFN */5282 …if (dc == 0 || chk_chr(badchr + 7, (int)dc) || di >= 11) { /* Check validity of the volume label */5306 …if (wc == 0 || chk_chr(badchr + 0, (int)wc) || di >= (UINT)((wc >= 0x100) ? 10 : 11)) { /* Reject …
54642 .text.chk_chr 0x0000000040134f30 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj)
55814 .text.chk_chr 0x00000000400e2600 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj)