GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MEMMEM(3) C Programmer's Manual MEMMEM(3)

memmem - search for memory block inside another memory block

#include <publib.h>
void *memmem(const void *v, size_t size,

const void *pat, size_t patsize);

memmem searches for the pattern pat (length patsize bytes) in the memory block v (length size bytes).

memmem returns a pointer to the first byte of the first occurence it finds, or NULL if it doesn't find any occurence.

publib(3), memrmem(3), strstr(3), strrstr(3)

Lars Wirzenius (lars.wirzenius@helsinki.fi)

C Programmer's Manual Publib

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.