Searched refs:FIO_GET_CP (Results 1 – 3 of 3) sorted by relevance
345 if (FIO_GET_CP(flags) == CP_UTF8) in buf_write_bytes()369 len = WideCharToMultiByte(FIO_GET_CP(flags), 0, in buf_write_bytes()
4433 # define FIO_GET_CP(x) (((x)>>16) & 0xffff) // get codepage from top word macro
1596 int codepage = FIO_GET_CP(fio_flags); in readfile()