zephyr/lib/libc/minimal/source/string
Sergio Rodriguez 6d5981bf28 lib: Adding the strstr() function
The strstr function finds the first occurrence of a substring
in another string, null terminated strings are not compared, this
function is added for compability for porting other libraries (like
mbedtls)

Jira: ZEP-327

Origin: http://www.leidinger.net/freebsd/dox/libkern/html/d3/d29/
strstr_8c_source.html

Change-Id: I52aac218ce0bd86373ec60f5afc49a92c85f6319
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-07-19 22:35:21 +00:00
..
Makefile lib: Adding the strstr() function 2016-07-19 22:35:21 +00:00
string.c libc: add strncat() to minimal libc 2016-04-16 05:29:21 +00:00
strncasecmp.c checkpatch: error - trailing_whitespace 2016-02-05 20:24:35 -05:00
strstr.c lib: Adding the strstr() function 2016-07-19 22:35:21 +00:00