safec
3.5.1
Safe C Library - ISO TR24731 Bounds Checking Interface
Main Page
Related Pages
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
All
Variables
+
Files
File List
+
Globals
+
All
!
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
f
g
h
i
l
m
p
q
s
t
v
w
+
Variables
!
c
d
e
l
m
n
p
s
t
u
Typedefs
+
Macros
_
a
b
c
d
e
g
h
i
l
m
n
q
r
s
t
u
v
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Pages
Variables
strerror_s.h File Reference
Variables
static const char *
errmsgs_s
[]
static const int
len_errmsgs_s
[]
Variable Documentation
◆
errmsgs_s
const char* errmsgs_s[]
static
Initial value:
= {
"null ptr"
,
"length is zero"
,
"length is below min"
,
"length exceeds RSIZE_MAX"
,
"overlap undefined"
,
"empty string"
,
"not enough space"
,
"unterminated string"
,
"no difference"
,
"not found"
,
"wrong size"
,
}
◆
len_errmsgs_s
const int len_errmsgs_s[]
static
Initial value:
= {
sizeof
"null ptr"
,
sizeof
"length is zero"
,
sizeof
"length is below min"
,
sizeof
"length exceeds RSIZE_MAX"
,
sizeof
"overlap undefined"
,
sizeof
"empty string"
,
sizeof
"not enough space"
,
sizeof
"unterminated string"
,
sizeof
"no difference"
,
sizeof
"not found"
,
sizeof
"wrong size"
,
}
Generated for Safe C Library 17102019.0-g5d92be 3.5.1 by
doxygen