Searched refs:c (Results 1 – 5 of 5) sorted by relevance
15227 WCHAR c = 0; in ff_uni2oem() local15232 c = (WCHAR)uni; in ff_uni2oem()15236 for (c = 0; c < 0x80 && uni != p[c]; c++) ; in ff_uni2oem()15237 c = (c + 0x80) & 0xFF; in ff_uni2oem()15241 return c; in ff_uni2oem()15249 WCHAR c = 0; in ff_oem2uni() local15254 c = oem; in ff_oem2uni()15258 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()15262 return c; in ff_oem2uni()15281 WCHAR c = 0, uc; in ff_uni2oem() local[all …]
48 #define IsUpper(c) ((c) >= 'A' && (c) <= 'Z') argument49 #define IsLower(c) ((c) >= 'a' && (c) <= 'z') argument50 #define IsDigit(c) ((c) >= '0' && (c) <= '9') argument51 #define IsSeparator(c) ((c) == '/' || (c) == '\\') argument52 #define IsTerminator(c) ((UINT)(c) < (FF_USE_LFN ? ' ' : '!')) argument53 #define IsSurrogate(c) ((c) >= 0xD800 && (c) <= 0xDFFF) argument54 #define IsSurrogateH(c) ((c) >= 0xD800 && (c) <= 0xDBFF) argument55 #define IsSurrogateL(c) ((c) >= 0xDC00 && (c) <= 0xDFFF) argument688 static int dbc_1st (BYTE c) in dbc_1st() argument691 if (DbcTbl && c >= DbcTbl[0]) { in dbc_1st()[all …]
9 ff.c10 zfs_diskio.c13 option/ffunicode.c14 option/ffsystem.c
6 API in diskio.c. The disk io interfaces are updated to interface
335 int f_putc (TCHAR c, FIL* fp); /* Put a character to the file */