Searched refs:here (Results 1 – 7 of 7) sorted by relevance
127 msg = "No need to set .owner here. The core will do it."134 msg = "No need to set .owner here. The core will do it."141 msg = "No need to set .owner here. The core will do it."148 msg = "No need to set .owner here. The core will do it."157 msg = "No need to set .owner here. The core will do it."164 msg = "No need to set .owner here. The core will do it."171 msg = "No need to set .owner here. The core will do it."178 msg = "No need to set .owner here. The core will do it."
79 msg = "WARNING: conversion to bool not needed here"90 msg = "WARNING: conversion to bool not needed here"
67 cocci.print_sec("return " + C + " here", p2)
2032 my ($linenr, $cnt, $here) = @_;2034 my $herectx = $here . "\n";2669 my $here = '';2846 $here = "#$linenr: " if (!$file);2847 $here = "#$realline: " if ($file);2870 …lude/asm, change architecture specific files in include/asm-<architecture>\n" . "$here$rawline\n");2913 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);2915 my $hereline = "$here\n$rawline\n";2916 my $herecurr = "$here\n$rawline\n";2917 my $hereprev = "$here\n$prevrawline\n$rawline\n";[all …]
79 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it
49 By saying Y here the kernel will instrument some kernel code to67 If you say Y here, the layouts of structures that are entirely97 If you say Y here, the RANDSTRUCT randomization will make a
849 char *here = strstr(sym, bare); in match() local852 if (here != NULL) in match()