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

/xsrc/external/mit/libFS/dist/src/
H A DFSQGlyphs.c146 /* Relies on fsChar2b & fsChar2b_version1 being the same size */
159 fsChar2b_version1 *swapped_str;
161 if (str_len > SIZE_MAX/SIZEOF(fsChar2b_version1))
163 swapped_str = FSmallocarray(str_len, SIZEOF(fsChar2b_version1));
170 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
H A DFSQXExt.c130 /* Relies on fsChar2b & fsChar2b_version1 being the same size */
142 fsChar2b_version1 *swapped_str;
144 swapped_str = FSmallocarray(str_len, SIZEOF(fsChar2b_version1));
151 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
/xsrc/external/mit/xfs/dist/difs/
H A Dfontinfo.c256 temp.low = ((fsChar2b_version1 *)values)->low;
257 temp.high = ((fsChar2b_version1 *)values)->high;
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h154 } fsChar2b_version1; typedef in typeref:struct:__anond2353fb40308

Completed in 5 milliseconds