Searched refs:show_both (Results 1 – 3 of 3) sorted by relevance
/external/iputils/ |
D | tracepath.c | 57 int show_both = 0; variable 179 if (!no_resolve || show_both) { in recverr() 189 print_host(abuf, h ? (idn ? idn : h->h_name) : abuf, show_both); in recverr() 191 print_host(h ? (idn ? idn : h->h_name) : abuf, abuf, show_both); in recverr() 325 show_both = 1; in main()
|
D | tracepath6.c | 69 int show_both = 0; variable 230 if (no_resolve || show_both) { in recverr() 238 if (!no_resolve || show_both) { in recverr() 252 print_host(abuf, hbuf, show_both); in recverr() 254 print_host(hbuf, abuf, show_both); in recverr() 397 show_both = 1; in main()
|
/external/libxkbcommon/src/xkbcomp/ |
D | keymap-dump.c | 280 affect_lock_text(enum xkb_action_flags flags, bool show_both) in affect_lock_text() argument 284 return show_both ? ",affect=both" : ""; in affect_lock_text()
|