ESP-IDF
os_strlcpy
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_strlcpy
os_strlcpy macro
Syntax
Show:
Summary
Declaration
from
os.h:293
#define
os_strlcpy
(
d
,
s
,
n
)
strlcpy
(
(
d
)
,
(
s
)
,
(
n
)
)
Arguments
Argument
d
s
n
Examples
References
from
examples
Code
Location
#define
os_strlcpy
(
d
,
s
,
n
)
strlcpy
(
(
d
)
,
(
s
)
,
(
n
)
)
os.h:293
os_strlcpy
(
conf
->
passphrase
,
pass
->
string
,
dpp.c:3841
os_strlcpy
(
sm
->
blob
[
0
]
.
name
,
CLIENT_CERT_NAME
,
BLOB_NAME_LEN
+
1
)
;
eap.c:676
os_strlcpy
(
sm
->
blob
[
1
]
.
name
,
PRIVATE_KEY_NAME
,
BLOB_NAME_LEN
+
1
)
;
eap.c:687
os_strlcpy
(
sm
->
blob
[
2
]
.
name
,
CA_CERT_NAME
,
BLOB_NAME_LEN
+
1
)
;
eap.c:698
os_strlcpy
(
sm
->
blob
[
3
]
.
name
,
"blob://"
,
8
)
;
eap.c:709
os_strlcpy
(
buf
,
name
,
buflen
)
;
tls_mbedtls.c:946
os_strlcpy
(
buf
,
name
,
buflen
)
;
tls_mbedtls.c:964
if
(
os_strlcpy
(
buf
,
cipher
,
buflen
)
>=
buflen
)
tlsv1_client.c:687
os_strlcpy
(
buf
,
"TLSv1"
,
buflen
)
;
tlsv1_client.c:915
os_strlcpy
(
buf
,
"TLSv1.1"
,
buflen
)
;
tlsv1_client.c:918
os_strlcpy
(
buf
,
"TLSv1.2"
,
buflen
)
;
tlsv1_client.c:921
os_strlcpy
(
buf
,
"anyPolicy-STRICT"
,
sizeof
(
buf
)
)
;
x509v3.c:1200
os_strlcpy
(
buf
,
"TOD-STRICT"
,
sizeof
(
buf
)
)
;
x509v3.c:1204
os_strlcpy
(
buf
,
"TOD-TOFU"
,
sizeof
(
buf
)
)
;
x509v3.c:1208
os_strlcpy
(
buf
,
"anyExtendedKeyUsage"
,
sizeof
(
buf
)
)
;
x509v3.c:1305
os_strlcpy
(
buf
,
"id-kp-serverAuth"
,
sizeof
(
buf
)
)
;
x509v3.c:1308
os_strlcpy
(
buf
,
"id-kp-clientAuth"
,
sizeof
(
buf
)
)
;
x509v3.c:1311
os_strlcpy
(
buf
,
"id-kp-OCSPSigning"
,
sizeof
(
buf
)
)
;
x509v3.c:1314
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out