FatFS
cmp_lfn()
is only used within FatFS.
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
FatFS
cmp_lfn()
cmp_lfn() function
Syntax
Show:
Summary
Declaration
from
ff.c:1890
static
int
cmp_lfn
(
const
WCHAR
*
lfnbuf
,
BYTE
*
dir
)
;
Arguments
Argument
lfnbuf
dir
Examples
References
from
examples
Code
Location
Referrer
static
int
cmp_lfn
(
/* 1:matched, 0:not matched */
ff.c:1890
ord
=
(
c
==
ord
&&
sum
==
dp
->
dir
[
LDIR_Chksum
]
&&
cmp_lfn
(
fs
->
lfnbuf
,
dp
->
dir
)
)
?
ord
-
1
:
0xFF
;
ff.c:2444
dir_find()
Call Tree
from
examples
cmp_lfn()
is called by 1 function and calls 2 functions:
dir_find()
All items filtered out
cmp_lfn()
ff_wtoupper()
ld_word()
All items filtered out
Data Use
from
examples
cmp_lfn()
reads 1 variable:
LfnOfs
All items filtered out
cmp_lfn()
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