Home
last modified time | relevance | path

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

/external/strace/
Dprocess.c63 bool no_str = false; in print_user_offset_addr() local
72 no_str = true; in print_user_offset_addr()
73 if (no_str || xlat_verbose(xlat_verbosity) != XLAT_STYLE_ABBREV) in print_user_offset_addr()
75 if (no_str || xlat_verbose(xlat_verbosity) == XLAT_STYLE_RAW) in print_user_offset_addr()
/external/elfutils/src/
DChangeLog767 * readelf.c (main): Lookup "no" for no_str.
768 (print_debug_abbrev_section): Use yes_str and no_str.
794 (no_str): Likewise.
795 (main): Set yes_str and no_str using gettext.
796 (attr_callback): Use yes_str and no_str instead of calling gettext.
Dreadelf.c324 static char *no_str; variable
351 no_str = _("no"); in main()
5131 has_children ? yes_str : no_str, in print_debug_abbrev_section()
7542 dwarf_form_name (form), flag ? yes_str : no_str); in attr_callback()
8250 printf ("%s", val != 0 ? yes_str : no_str); in print_form_data()