From mboxrd@z Thu Jan 1 00:00:00 1970 From: francois.berenger@inria.fr (Francois Berenger) Date: Mon, 01 Dec 2014 11:23:16 +0100 Subject: [Cocci] How to use coccinelle as a kind of grep -l ? In-Reply-To: <547C3F10.4000307@inria.fr> References: <547C3F10.4000307@inria.fr> Message-ID: <547C4194.5040002@inria.fr> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On 12/01/2014 11:12 AM, Francois Berenger wrote: > Hello, > Instead of applying ... > Inside of applying any patch, I need to use coccinelle > in order to detect certain C files that match a given pattern > in a source code tree. > > Is it possible to use coccinelle for that, how? > -- Regards, Francois.