Home
last modified time | relevance | path

Searched refs:print_attributes (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dradattr.c25 static void print_attributes(VALUE_PAIR *);
42 radius_attributes_hook = print_attributes; in plugin_init()
67 print_attributes(VALUE_PAIR *vp) in print_attributes() function
/external/elfutils/src/src/
DChangeLog45 * readelf.c (print_attributes): Likewise.
136 * readelf.c (print_attributes): Guard against empty section.
1467 * readelf.c (print_attributes): Treat SHT_ARM_ATTRIBUTES on EM_ARM
1724 * readelf.c (print_attributes): Add a cast.
1739 * readelf.c (print_attributes): New function.
Dreadelf.c261 static void print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr);
891 print_attributes (ebl, ehdr); in process_elf_file()
3290 print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr) in print_attributes() function