repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
c-strcasestr
blob
f2ed9eccb692c3bf0225322013b4a3be2738c30f
1
Description:
2
Efficient case-insensitive searching in a string in C locale.
3
4
Files:
5
lib/c-strcasestr.h
6
lib/c-strcasestr.c
7
lib/str-two-way.h
8
9
Depends-on:
10
c-ctype
11
c-strcase
12
stdbool
13
memchr
14
memcmp
15
16
configure.ac:
17
18
Makefile.am:
19
lib_SOURCES += c-strcasestr.h c-strcasestr.c
20
21
Include:
22
"c-strcasestr.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all