bstring - phpMan

Command: man perldoc info search(apropos)  


BSTRING(3)                 Linux Programmer’s Manual                BSTRING(3)



NAME
       bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, mem-
       set - byte string operations

SYNOPSIS
       #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
       The byte string functions perform operations on strings (byte arrays) that are  not
       necessarily  NUL-terminated.  See the individual man pages for descriptions of each
       function.

NOTE
       The functions bcmp(), bcopy() and bzero() are obsolete. Use memcmp(), memcpy()  and
       memset() instead.

SEE ALSO
       bcmp(3),  bcopy(3),  bzero(3),  memccpy(3),  memchr(3),  memcmp(3), memcpy(3), mem-
       frob(3), memmem(3), memmove(3), memset(3)



                                  2002-01-20                        BSTRING(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2009-01-08 06:18 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!