Searched refs:fourchar (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_conversion.c | 65 cd9660_731(uint32_t w, unsigned char *fourchar) in cd9660_731() argument 70 memcpy(fourchar,&w,4); in cd9660_731() 84 cd9660_732(uint32_t w, unsigned char *fourchar) in cd9660_732() argument 89 memcpy(fourchar,&w,4); in cd9660_732() 121 cd9660_bothendian_word(uint16_t dw, unsigned char *fourchar) in cd9660_bothendian_word() argument 132 memcpy(fourchar, &le, 2); in cd9660_bothendian_word() 133 memcpy((fourchar+2), &be, 2); in cd9660_bothendian_word()
|