Re: [U-Boot] [PATCH v3 39/72] string: Add strcspn()

2017-05-24 Thread sjg
Add an implementation of strcspn() which returns the number of initial characters that do not match any in a rejection list. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None include/linux/string.h | 15 +++ lib/string.c | 24

[U-Boot] [PATCH v3 39/72] string: Add strcspn()

2017-05-18 Thread Simon Glass
Add an implementation of strcspn() which returns the number of initial characters that do not match any in a rejection list. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None include/linux/string.h | 15 +++ lib/string.c | 24