git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3291c1
)
lib: Introduce strnstr()
author
Li Zefan
<lizf@cn.fujitsu.com>
Thu, 14 Jan 2010 02:53:55 +0000
(10:53 +0800)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 15 Jan 2010 03:38:09 +0000
(22:38 -0500)
It differs strstr() in that it limits the length to be searched
in the first string.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <
4B4E8743
.6030805@cn.fujitsu.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found