Searched hist:d84d1cc7647c7e4f77d517e2d87b4a106a0420d9 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/ |
H A D | argv_split.c | d84d1cc7647c7e4f77d517e2d87b4a106a0420d9 Tue Jul 17 20:37:02 CDT 2007 Jeremy Fitzhardinge <jeremy@xensource.com> add argv_split()
argv_split() is a helper function which takes a string, splits it at whitespace, and returns a NULL-terminated argv vector. This is deliberately simple - it does no quote processing of any kind.
[ Seems to me that this is something which is already being done in the kernel, but I couldn't find any other implementations, either to steal or replace. Keep an eye out. ]
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Randy Dunlap <randy.dunlap@oracle.com>
|
H A D | Makefile | diff d84d1cc7647c7e4f77d517e2d87b4a106a0420d9 Tue Jul 17 20:37:02 CDT 2007 Jeremy Fitzhardinge <jeremy@xensource.com> add argv_split()
argv_split() is a helper function which takes a string, splits it at whitespace, and returns a NULL-terminated argv vector. This is deliberately simple - it does no quote processing of any kind.
[ Seems to me that this is something which is already being done in the kernel, but I couldn't find any other implementations, either to steal or replace. Keep an eye out. ]
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Randy Dunlap <randy.dunlap@oracle.com>
|
/openbmc/linux/include/linux/ |
H A D | string.h | diff d84d1cc7647c7e4f77d517e2d87b4a106a0420d9 Tue Jul 17 20:37:02 CDT 2007 Jeremy Fitzhardinge <jeremy@xensource.com> add argv_split()
argv_split() is a helper function which takes a string, splits it at whitespace, and returns a NULL-terminated argv vector. This is deliberately simple - it does no quote processing of any kind.
[ Seems to me that this is something which is already being done in the kernel, but I couldn't find any other implementations, either to steal or replace. Keep an eye out. ]
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Randy Dunlap <randy.dunlap@oracle.com>
|