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

/haiku/src/bin/addattr/
H A DaddAttr.cpp48 uint64 uint64value = 0; local
67 uint64value = strtoull(value, NULL, 0);
87 return writeAttrValue<uint8>(fd, name, type, (uint8)uint64value);
89 return writeAttrValue<uint16>(fd, name, type, (uint16)uint64value);
91 return writeAttrValue<uint32>(fd, name, type, (uint32)uint64value);
93 return writeAttrValue<uint64>(fd, name, type, uint64value);

Completed in 32 milliseconds