osprey/linux/include/bstring.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BZERO(p, n)   memset(p,0,n)
#define BCOPY(s, d, n)   memcpy(d,s,n)
#define _SIZE_T

Functions/Subroutines

void bcopy (const void *, void *, size_t)
int bcmp (const void *, const void *, size_t)
void bzero (void *, size_t)
void blkclr (void *, size_t)


Define Documentation

#define _SIZE_T

Definition at line 63 of file bstring.h.

#define BCOPY ( s,
d,
n   )     memcpy(d,s,n)

Definition at line 40 of file bstring.h.

#define BZERO ( p,
n   )     memset(p,0,n)

Definition at line 37 of file bstring.h.


Function Documentation

int bcmp ( const void ,
const void ,
size_t   
)

Definition at line 23 of file bcmp.c.

void bcopy ( const void ,
void ,
size_t   
)

Definition at line 15 of file bcopy.c.

void blkclr ( void ,
size_t   
)

void bzero ( void ,
size_t   
)

Definition at line 20 of file bzero.c.


Generated on Wed Apr 8 15:58:24 2009 for Open64 by  doxygen 1.5.6