Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/basic/
Dfixdep.c113 static void xprintf(const char *format, ...) in xprintf() function
192 xprintf(" $(wildcard include/config/%.*s) \\\n", slen, m); in use_config()
321 xprintf("source_%s := %s\n\n", in parse_dep_file()
323 xprintf("deps_%s := \\\n", target); in parse_dep_file()
327 xprintf(" %s \\\n", m); in parse_dep_file()
350 xprintf("\n%s: $(deps_%s)\n\n", target, target); in parse_dep_file()
351 xprintf("$(deps_%s):\n", target); in parse_dep_file()
366 xprintf("cmd_%s := %s\n\n", target, cmdline); in main()