lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 23 Aug 2009 15:22:53 +0200
From:	Matthias Urlichs <matthias@...ichs.de>
To:	Amerigo Wang <xiyou.wangcong@...il.com>
Cc:	"Luis R. Rodriguez" <lrodriguez@...eros.com>,
	Nicolas Palix <npalix@...u.dk>, linux-kernel@...r.kernel.org,
	Yoann Padioleau <yoann.padioleau@...il.com>,
	Julia Lawall <julia@...u.dk>, Joe Perches <joe@...ches.com>,
	devel@...uxdriverproject.org, akpm@...ux-foundation.org
Subject: Re: [PATCH v2] scripts: add typdef removal tool

On Mon, 2009-08-17 at 14:02 +0800, Amerigo Wang wrote:
> These two 'find's can be merged:
> 
>   find $REM_PATH -type f -name '*.c' -o -name '*.h'
> 
You mean

find $REM_PATH -type f \( -name '*.c' -o -name '*.h' \)

or

find $REM_PATH -type f -name '*.[ch]'

Otherwise, directory names ending in .h will cause false postiives.
(Yes, I know that we don't have any of those at the moment, but …)

Download attachment "signature.asc" of type "application/pgp-signature" (198 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ