ESP-IDF
os_strncmp
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_strncmp
os_strncmp macro
Syntax
Show:
Summary
Declaration
from
os.h:284
#define
os_strncmp
(
s1
,
s2
,
n
)
strncmp
(
(
s1
)
,
(
s2
)
,
(
n
)
)
Arguments
Argument
s1
s2
n
Examples
References
from
examples
Code
Location
#define
os_strncmp
(
s1
,
s2
,
n
)
strncmp
(
(
s1
)
,
(
s2
)
,
(
n
)
)
os.h:284
if
(
os_strncmp
(
pos
,
"DPP:"
,
4
)
!=
0
)
{
dpp.c:367
if
(
os_strncmp
(
name
,
sm
->
blob
[
i
]
.
name
,
BLOB_NAME_LEN
)
==
0
)
{
eap.c:976
if
(
os_strncmp
(
pac_file
,
"blob://"
,
7
)
==
0
)
{
eap_fast_pac.c:264
if
(
os_strncmp
(
pac_file
,
"blob://"
,
7
)
==
0
)
{
eap_fast_pac.c:541
if
(
pos
&&
os_strncmp
(
pos
,
"E="
,
2
)
==
0
)
{
eap_mschapv2.c:380
if
(
pos
&&
os_strncmp
(
pos
,
"R="
,
2
)
==
0
)
{
eap_mschapv2.c:390
if
(
pos
&&
os_strncmp
(
pos
,
"C="
,
2
)
==
0
)
{
eap_mschapv2.c:400
if
(
pos
&&
os_strncmp
(
pos
,
"V="
,
2
)
==
0
)
{
eap_mschapv2.c:428
if
(
pos
&&
os_strncmp
(
pos
,
"M="
,
2
)
==
0
)
{
eap_mschapv2.c:438
if
(
(
os_strncmp
(
(
char
*
)
cfg
->
pin
,
"00000000"
,
8
)
==
0
)
||
!
wps_pin_str_valid
(
(
char
*
)
cfg
->
pin
)
)
{
esp_wps.c:1415
os_strncmp
(
pos
,
"true"
,
4
)
==
0
)
||
json.c:364
os_strncmp
(
pos
,
"false"
,
5
)
==
0
)
||
json.c:366
os_strncmp
(
pos
,
"null"
,
4
)
==
0
)
)
)
{
json.c:368
if
(
cert
&&
os_strncmp
(
cert
,
"hash://"
,
7
)
==
0
)
{
tlsv1_cred.c:198
if
(
os_strncmp
(
pos
,
"server/sha256/"
,
14
)
!=
0
)
{
tlsv1_cred.c:200
if
(
cert
&&
os_strncmp
(
cert
,
"probe://"
,
8
)
==
0
)
{
tlsv1_cred.c:226
os_strncmp
(
wps
->
peer_dev
.
manufacturer
,
"Apple "
,
6
)
==
0
&&
wps_registrar.c:2777
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