Searched refs:os2 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp163 OS2InfoHeader os2; local
164 os2.size = headersize;
165 if (file.Read(reinterpret_cast<uint8 *> (&os2) + 4, 8) != 8) {
172 swap_data(B_UINT32_TYPE, reinterpret_cast<uint8 *> (&os2) + 4, 8,
177 os2.size, os2.size);
178 printf(B_TRANSLATE(" width: %u\n"), os2.width);
179 printf(B_TRANSLATE(" height: %u\n"), os2.height);
180 printf(B_TRANSLATE(" planes: %u (should be: 1)\n"), os2.planes);
182 os2
[all...]
/haiku/src/libs/iconv/
H A Dlocalcharset.c59 # include <os2.h>
/haiku/src/bin/unzip/
H A Dunzip.h297 # include <os2.h>
H A Dapi.c40 # include <os2.h>

Completed in 103 milliseconds