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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-radius.c888 const char *attr_string; local
897 attr_string = attr_type[rad_attr->type].name;
899 attr_string = "Unknown";
903 attr_string,
911 attr_string,
917 attr_string,
/freebsd-11.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
4180 return attr_string (start, *pstr - start);
4391 s = attr_string (s, len);

Completed in 120 milliseconds