From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [RFC 06/24] xen: Add new string functions Date: Mon, 19 Aug 2013 16:13:38 +0100 Message-ID: <52123622.3030307@linaro.org> References: <1376687156-6737-1-git-send-email-julien.grall@linaro.org> <1376687156-6737-7-git-send-email-julien.grall@linaro.org> <5211F94A02000078000A0822@nat28.tlf.novell.com> <1376924234.9708.14.camel@dagon.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1376924234.9708.14.camel@dagon.hellion.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: patches@linaro.org, xen-devel@lists.xen.org, andre.przywara@linaro.org, Jan Beulich , stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 08/19/2013 03:57 PM, Ian Campbell wrote: > On Mon, 2013-08-19 at 10:54 +0100, Jan Beulich wrote: >>>>> Julien Grall 08/16/13 11:06 PM >>> >>> Add kbasename and strcasecmp. The code is copied from Linux. >> >> For the latter I can see its general purpose, but Xen isn't dealing with path names, > > I presumed this was something to do with the path like structure of > device tree. Right. As this function is generic, I though it was better to let in string.h. I can move this function to the device tree header. Cheers, -- Julien Grall