Home
last modified time | relevance | path

Searched refs:attr_type (Results 1 – 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dbeos.c1125 uint32 attr_type; in set_file_attrs() local
1133 memcpy( &attr_type, ptr, 4 ); ptr += 4; in set_file_attrs()
1136 attr_type = (uint32)B_BENDIAN_TO_HOST_INT32( attr_type ); in set_file_attrs()
1157 (void)swap_data( attr_type, attr_data, attr_size, in set_file_attrs()
1160 wrote_bytes = fs_write_attr( fd, attr_name, attr_type, 0, in set_file_attrs()
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp24 type_code attr_type; member
132 switch (gDefaultFields[i].attr_type){ in HeaderFetched()
/haiku/src/tests/kits/mail/
H A Dheader_test.cpp24 type_code attr_type; member