fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
byte.c File Reference

byte manipulation functions More...

#include "byte.h"
Include dependency graph for byte.c:

Go to the source code of this file.

Functions

unsigned int byte_chr (char *s, unsigned int n, int c)
 
void byte_copy (void *to, unsigned int n, const void *from)
 
void byte_copyr (void *to, unsigned int n, const void *from)
 
int byte_diff (const void *s, unsigned int n, const void *t)
 
unsigned int byte_rchr (char *s, unsigned int n, int c)
 
void byte_zero (void *s, unsigned int n)
 
void byte_fill (void *to, unsigned int n, int c)
 

Detailed Description

byte manipulation functions

Author
djb

Definition in file byte.c.

Function Documentation

◆ byte_chr()

unsigned int byte_chr ( char * s,
unsigned int n,
int c )

Definition at line 9 of file byte.c.

Here is the caller graph for this function:

◆ byte_copy()

void byte_copy ( void * to,
unsigned int n,
const void * from )

Definition at line 20 of file byte.c.

Here is the caller graph for this function:

◆ byte_copyr()

void byte_copyr ( void * to,
unsigned int n,
const void * from )

Definition at line 30 of file byte.c.

Here is the caller graph for this function:

◆ byte_diff()

int byte_diff ( const void * s,
unsigned int n,
const void * t )

Definition at line 40 of file byte.c.

Here is the caller graph for this function:

◆ byte_fill()

void byte_fill ( void * to,
unsigned int n,
int c )

Definition at line 74 of file byte.c.

◆ byte_rchr()

unsigned int byte_rchr ( char * s,
unsigned int n,
int c )

Definition at line 52 of file byte.c.

◆ byte_zero()

void byte_zero ( void * s,
unsigned int n )

Definition at line 65 of file byte.c.

Here is the caller graph for this function: