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

/haiku/src/bin/addattr/
H A DaddAttr.cpp49 int64 int64value = 0; local
60 int64value = strtoll(value, NULL, 0);
78 return writeAttrValue<int8>(fd, name, type, (int8)int64value);
80 return writeAttrValue<int16>(fd, name, type, (int16)int64value);
82 return writeAttrValue<int32>(fd, name, type, (int32)int64value);
84 return writeAttrValue<int64>(fd, name, type, int64value);
106 || (isdigit(value[0]) && int64value == 1))
110 || (isdigit(value[0]) && int64value == 0))

Completed in 58 milliseconds