FatFS
NS_LOSS
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
NS_LOSS
NS_LOSS macro
Syntax
Show:
Summary
Declaration
from
ff.c:76
#define
NS_LOSS
0x01
Examples
References
from
examples
Code
Location
#define
NS_LOSS
0x01
/* Out of 8.3 format */
ff.c:76
if
(
!
(
dp
->
fn
[
NSFLAG
]
&
NS_LOSS
)
&&
!
memcmp
(
dp
->
dir
,
dp
->
fn
,
11
)
)
break
;
/* SFN matched? */
ff.c:2448
if
(
sn
[
NSFLAG
]
&
NS_LOSS
)
{
/* When LFN is out of 8.3 format, generate a numbered name */
ff.c:2517
if
(
si
>
0
||
lfn
[
si
]
==
'.'
)
cf
|=
NS_LOSS
|
NS_LFN
;
/* Is there any leading space or dot? */
ff.c:2908
cf
|=
NS_LOSS
|
NS_LFN
;
ff.c:2917
cf
|=
NS_LOSS
|
NS_LFN
;
ff.c:2923
if
(
si
!=
di
)
cf
|=
NS_LOSS
|
NS_LFN
;
/* Name body overflow? */
ff.c:2926
cf
|=
NS_LOSS
|
NS_LFN
;
ff.c:2951
wc
=
'_'
;
cf
|=
NS_LOSS
|
NS_LFN
;
/* Lossy conversion */
ff.c:2957
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