Searched refs:retstr (Results 1 – 3 of 3) sorted by relevance
181 char *retstr; in hashmode2str() local184 retstr = "sourceip"; in hashmode2str()187 retstr = "sourceip-sourceport"; in hashmode2str()190 retstr = "sourceip-sourceport-destport"; in hashmode2str()193 retstr = "unknown-error"; in hashmode2str()196 return retstr; in hashmode2str()
868 const char *retstr; in alloc_f() local886 retstr = ret ? "allocated" : "not allocated"; in alloc_f()888 printf("sector %s at offset %s\n", retstr, s1); in alloc_f()891 num, nb_sectors, retstr, s1); in alloc_f()
1891 DBusString retstr; in dbus_message_iter_get_signature() local1898 if (!_dbus_string_init (&retstr)) in dbus_message_iter_get_signature()1903 if (!_dbus_string_append_len (&retstr, in dbus_message_iter_get_signature()1907 if (!_dbus_string_steal_data (&retstr, &ret)) in dbus_message_iter_get_signature()1909 _dbus_string_free (&retstr); in dbus_message_iter_get_signature()