Home
last modified time | relevance | path

Searched hist:"6050 c8fe05cff5f6b5d0191db51223f86b7c04f0" (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/string/
H A Dmemmem.3diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
H A Dmemmem.cdiff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
H A Dmemchr.3diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
H A Dstrchr.3diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
H A Dstrstr.3diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
H A DMakefile.incdiff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
/freebsd/include/
H A Dstring.hdiff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days
diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days