*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> bstring (3)              
Title
Content
Arch
Section
 

BSTRING(3)

Contents


NAME    [Toc]    [Back]

       bcmp,  bcopy,  bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem,
       memmove, memset - byte string operations

SYNOPSIS    [Toc]    [Back]

       #include <string.h>

       int bcmp(const void *s1, const void *s2, int n);

       void bcopy(const void *src, void *dest, int n);

       void bzero(void *s, int n);

       void *memccpy(void *dest, const void *src, int c, size_t n);

       void *memchr(const void *s, int c, size_t n);

       int memcmp(const void *s1, const void *s2, size_t n);

       void *memcpy(void *dest, const void *src, size_t n);

       void *memfrob(void *s, size_t n);

       void *memmem(const void *needle, size_t needlelen,
	      const void *haystack, size_t haystacklen);

       void *memmove(void *dest, const void *src, size_t n);

       void *memset(void *s, int c, size_t n);

DESCRIPTION    [Toc]    [Back]

       The byte string functions perform operations on strings	that  are  not
       NULL-terminated.  See the individual man pages for descriptions of each
       function.

SEE ALSO    [Toc]    [Back]

      
      
       bcmp(3), bcopy(3), bzero(3),  memccpy(3),  memchr(3),  memcmp(3),  mem-
       cpy(3), memfrob(3), memmem(3), memmove(3), memset(3)



GNU				  1993-04-12			    BSTRING(3)
[ Back ]
 Similar pages
Name OS Title
bstring IRIX bit and byte string operations
memset OpenBSD write a byte to byte string
memset NetBSD write a byte to byte string
memchr NetBSD locate byte in byte string
memset FreeBSD write a byte to byte string
memset NetBSD write a byte to byte string
memchr FreeBSD locate byte in byte string
memchr OpenBSD locate byte in byte string
XmCvtByteStreamToXmString HP-UX A compound string function that converts from a compound string in Byte Stream format to a compound string
le32toh FreeBSD byte order operations
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service