#include <foo.h> -> #include <libowfat/foo.h>

This commit is contained in:
leitner
2017-05-13 22:51:26 +00:00
parent dba47741bf
commit 760598ec2f
366 changed files with 427 additions and 427 deletions

View File

@@ -2,7 +2,7 @@
.SH NAME
add_of \- add two integers, check for arithmetic overflow
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBadd_of\fP(dest,a,b);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
assign \- assign an integer value, check for truncation
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBassign\fP(dest,a);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
imult16 \- integer multiplication with overflow checking
.SH SYNTAX
.B #include <safemult.h>
.B #include <libowfat/safemult.h>
int \fBimult16\fP(int16 a,int16 b,int16* c);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
imult32 \- integer multiplication with overflow checking
.SH SYNTAX
.B #include <safemult.h>
.B #include <libowfat/safemult.h>
int \fBimult32\fP(int32 a,int32 b,int32* c);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
imult64 \- integer multiplication with overflow checking
.SH SYNTAX
.B #include <safemult.h>
.B #include <libowfat/safemult.h>
int \fBimult64\fP(int64 a,int64 b,int64* c);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
range_arrayinbuf \- range check for array in buffer
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_arrayinbuf\fR(const void* buf,size_t len,
const void* arraystart,

View File

@@ -2,7 +2,7 @@
.SH NAME
range_bufinbuf \- range check for buf in buffer
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_bufinbuf\fR(const void* buf1,size_t len1,
const void* buf2,size_t len2);

View File

@@ -2,7 +2,7 @@
.SH NAME
range_ptrinbuf \- range check pointer in buffer
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_ptrinbuf\fR(const void* buf,size_t len,const void* ptr);

View File

@@ -2,7 +2,7 @@
.SH NAME
range_str2inbuf \- range check for string in buffer
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_str2inbuf\fP(const void* buf,size_t len,const void* string);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
range_str4inbuf \- range check for string in buffer
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_str4inbuf\fP(const void* buf,size_t len,const void* string);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
range_strinbuf \- range check for string in buffer
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_strinbuf\fP(const void* buf,size_t len,const void* stringstart);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
range_validbuf \- range check buffer
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_validbuf\fR(const void* buf,size_t len);

View File

@@ -2,7 +2,7 @@
.SH NAME
rangecheck.h \- pointer range checking
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBrange_validbuf\fR(const void* buf,size_t len);

View File

@@ -2,7 +2,7 @@
.SH NAME
sub_of \- subtract two integers, check for arithmetic overflow
.SH SYNTAX
.B #include <rangecheck.h>
.B #include <libowfat/rangecheck.h>
int \fBsub_of\fP(dest,a,b);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
umult16 \- integer multiplication with overflow checking
.SH SYNTAX
.B #include <safemult.h>
.B #include <libowfat/safemult.h>
int \fBumult16\fP(uint16 a,uint16 b,uint16* c);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
umult32 \- integer multiplication with overflow checking
.SH SYNTAX
.B #include <safemult.h>
.B #include <libowfat/safemult.h>
int \fBumult32\fP(uint32 a,uint32 b,uint32* c);
.SH DESCRIPTION

View File

@@ -2,7 +2,7 @@
.SH NAME
umult64 \- integer multiplication with overflow checking
.SH SYNTAX
.B #include <safemult.h>
.B #include <libowfat/safemult.h>
int \fBumult64\fP(uint64 a,uint64 b,uint64* c);
.SH DESCRIPTION