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
ptsname_r: Work around bug on Android 4.3.
[gnulib.git]
/
modules
/
memmem-simple
blob
71de887c39da6bb7c412f138648678f0c9af13f8
1
Description:
2
memmem() function: locate first substring in a buffer.
3
4
Files:
5
lib/str-two-way.h
6
lib/memmem.c
7
m4/memmem.m4
8
9
Depends-on:
10
builtin-expect
11
extensions
12
string
13
stdint
14
memchr
15
memcmp
16
17
configure.ac:
18
gl_FUNC_MEMMEM_SIMPLE
19
if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
20
AC_LIBOBJ([memmem])
21
fi
22
gl_STRING_MODULE_INDICATOR([memmem])
23
24
Makefile.am:
25
26
Include:
27
<string.h>
28
29
License:
30
LGPLv2+
31
32
Maintainer:
33
libc, Eric Blake, Simon Josefsson