Searched refs:print (Results 1 – 4 of 4) sorted by relevance
/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 23 # The following should print "$(X)". It should not be expanded further. 28 # The following should print "(". 33 # The following should print "$(X)". It should not be expanded further. 37 # The following should print "$(X)" as well. 41 # The following should print "$(".
|
/scripts/ |
D | unifdef.c | 424 static void print (void) { flushline(true); } in print() function 431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif() 432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse() 433 static void Pendif(void) { print(); unnest(); } in Pendif() 462 print, done, abort }, 470 print, Eeof, abort }, 474 print, Eeof, abort }, 482 print, Eeof, abort }, 486 print, Eeof, abort }, 494 print, Eeof, abort }, [all …]
|
D | Kbuild.include | 296 # Note: We also print the filenames in the quiet_cmd_foo text, and 301 # there's a space. There are some esoteric cases in which it'll print
|
/scripts/coccinelle/free/ |
D | kfree.cocci | 30 @print expression@ 83 position free.p1!=loop.ok,p2!={print.p,sz.p};
|