Searched refs:uint64value (Results 1 – 1 of 1) sorted by relevance
/haiku/src/bin/addattr/ |
H A D | addAttr.cpp | 48 uint64 uint64value = 0; in writeAttr() local 67 uint64value = strtoull(value, NULL, 0); in writeAttr() 87 return writeAttrValue<uint8>(fd, name, type, (uint8)uint64value); in writeAttr() 89 return writeAttrValue<uint16>(fd, name, type, (uint16)uint64value); in writeAttr() 91 return writeAttrValue<uint32>(fd, name, type, (uint32)uint64value); in writeAttr() 93 return writeAttrValue<uint64>(fd, name, type, uint64value); in writeAttr()
|