FormatSigned
string FormatSigned(int64 value, int bytes = 8) const;
return context.FormatSigned(ltype);
return context.FormatSigned(lwhence);
r += "l_start=" + context.FormatSigned(lock->l_start) + ", ";
r += "l_len=" + context.FormatSigned(lock->l_len);
return "family = " + context.FormatSigned(family);
return "type = " + context.FormatSigned(type);
return "protocol = " + context.FormatSigned(protocol);
string r = "len = " + context.FormatSigned(conf->ifc_len);
r += ", " + context.FormatSigned(iovlen);
string formatted = "[" + context.FormatSigned(data);
formatted += ", " + context.FormatSigned(data);
return context.FormatSigned(get_value<Type>(address), sizeof(Type));
return context.FormatSigned(value, sizeof(Type));
r += "{fd=" + context.FormatSigned(tmp[i].fd);
r += context.FormatSigned(tmp[i].object);
r += context.FormatSigned(tmp[i].object);
return context.FormatSigned(mode);