FreeBSD kernel libkern code
bcmp.c File Reference
#include <sys/cdefs.h>
#include <sys/libkern.h>
#include <machine/endian.h>
Include dependency graph for bcmp.c:

Go to the source code of this file.

Typedefs

typedef const void * cvp
 
typedef const unsigned char * ustring
 
typedef unsigned long ul
 
typedef const unsigned long * culp
 

Functions

 __FBSDID ("$BSDSUniX$")
 
int bcmp (void *b1, void *b2, size_t length) const
 

Typedef Documentation

typedef const unsigned long* culp

Definition at line 39 of file bcmp.c.

typedef const void* cvp

Definition at line 36 of file bcmp.c.

typedef unsigned long ul

Definition at line 38 of file bcmp.c.

typedef const unsigned char* ustring

Definition at line 37 of file bcmp.c.

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
int bcmp ( void *  b1,
void *  b2,
size_t  length 
) const

Definition at line 45 of file bcmp.c.

References L.