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

  /external/toybox/kconfig/
mconf.c 331 str_printf(r, "Prompt: %s\n", prop->text);
332 str_printf(r, " Defined at %s:%d\n", prop->menu->file->name,
343 str_printf(r, " Location:\n");
346 str_printf(r, "%*c-> %s", j, ' ', menu_get_prompt(menu));
348 str_printf(r, " (%s [=%s])", menu->sym->name ?
362 str_printf(r, "Symbol: %s [=%s]\n", sym->name,
372 str_printf(r, " && ");
704 str_printf(&help, "CONFIG_%s:\n\n", sym->name);
util.c 96 void str_printf(struct gstr *gs, const char *fmt, ...) function
lkc.h 103 void str_printf(struct gstr *gs, const char *fmt, ...);

Completed in 136 milliseconds