HomeSort by relevance Sort by last modified time
    Searched refs:item_add_str (Results 1 - 3 of 3) sorted by null

  /external/toybox/kconfig/
mconf.c 504 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu));
507 item_add_str(" (%s)", menu_get_prompt(def_menu));
508 item_add_str(" --->");
559 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu),
567 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu),
571 item_add_str(" --->");
  /external/toybox/kconfig/lxdialog/
dialog.h 149 void item_add_str(const char *fmt, ...);
util.c 552 void item_add_str(const char *fmt, ...) function

Completed in 37 milliseconds