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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-radius.c836 const char *attr_string; local
845 attr_string = attr_type[rad_attr->type].name;
847 attr_string = "Unknown";
851 attr_string,
859 attr_string,
865 attr_string,
/freebsd-10.0-release/contrib/gcc/
H A Dgenattrtab.c240 #define DEF_ATTR_STRING(S) (attr_string ((S), strlen (S)))
243 static char *attr_string (const char *, int);
575 attr_string (const char *str, int len) function
4179 return attr_string (start, *pstr - start);
4390 s = attr_string (s, len);

Completed in 175 milliseconds