From mboxrd@z Thu Jan 1 00:00:00 1970 From: elfring@users.sourceforge.net (SF Markus Elfring) Date: Wed, 08 Oct 2014 13:40:32 +0200 Subject: [Cocci] Searching for pass-through functions In-Reply-To: References: <54303340.3090901@users.sourceforge.net> <54305719.1050304@users.sourceforge.net> <54312F70.3080809@users.sourceforge.net> <54313662.8000402@users.sourceforge.net> Message-ID: <543522B0.9020700@users.sourceforge.net> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr > For example are you only interested in pointers? I get the impression from the source files within the software repository for the operating system "MINIX 3.3.0" that pointers are specified for input parameters (which will be also forwarded as return values) at 177 source code places while non-pointer data types are used 301 times for such a specific parameter in corresponding function signatures. Are such facts worth for further considerations? Regards, Markus