*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: memmem | Section: 3 | Source: OpenBSD | File: memmem.3
MEMMEM(3) FreeBSD Library Functions Manual MEMMEM(3) NAME memmem - locate a byte substring in a byte string SYNOPSIS #include <string.h> void * memmem(const void *big, size_t big_len, const void *little, size_t little_len); DESCRIPTION The memmem() function locates the first occurrence of the byte string little in the byte string big. RETURN VALUES If little is zero length, big is returned; if little occurs nowhere in big, NULL is returned; otherwise a pointer to the first character of the first occurrence of little is returned. SEE ALSO memchr(3), strchr(3), strstr(3) STANDARDS The memmem() function conforms to. HISTORY The memmem() function first appeared in OpenBSD 5.4. FreeBSD 14.1-RELEASE-p8 August 3, 2024 FreeBSD 14.1-RELEASE-p8

Navigation Options