Searched refs:xprintf (Results 1 – 1 of 1) sorted by relevance
/scripts/basic/ |
D | fixdep.c | 118 static void xprintf(const char *format, ...) in xprintf() function 150 xprintf(" $(wildcard %s/", dir); in print_dep() 161 xprintf(".h) \\\n"); in print_dep() 358 xprintf("source_%s := %s\n\n", in parse_dep_file() 360 xprintf("deps_%s := \\\n", target); in parse_dep_file() 364 xprintf(" %s \\\n", m); in parse_dep_file() 387 xprintf("\n%s: $(deps_%s)\n\n", target, target); in parse_dep_file() 388 xprintf("$(deps_%s):\n", target); in parse_dep_file() 403 xprintf("cmd_%s := %s\n\n", target, cmdline); in main()
|