Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c693 static int chk_chr (const char* str, int chr) /* NZ:contained, ZR:not contained */ in chk_chr() function
2850 …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 …
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow.map54642 .text.chk_chr 0x0000000040134f30 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj)
Doverflow_esp32s2.map55814 .text.chk_chr 0x00000000400e2600 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj)