FatFS
NS_NONAME
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_NONAME
NS_NONAME macro
Syntax
Show:
Summary
Declaration
from
ff.c:83
#define
NS_NONAME
0x80
Examples
References
from
examples
Code
Location
#define
NS_NONAME
0x80
/* Not followed */
ff.c:83
if
(
dp
->
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
return
FR_INVALID_NAME
;
/* Check name validity */
ff.c:2481
dp
->
fn
[
NSFLAG
]
=
NS_NONAME
;
ff.c:3093
dp
->
fn
[
NSFLAG
]
=
NS_NONAME
;
ff.c:3106
if
(
dj
.
fn
[
NSFLAG
]
&
NS_NONAME
)
{
/* Origin directory itself? */
ff.c:3758
if
(
!
(
dp
->
fn
[
NSFLAG
]
&
NS_NONAME
)
)
{
/* It is not the origin directory itself */
ff.c:4657
if
(
dj
.
fn
[
NSFLAG
]
&
NS_NONAME
)
{
/* It is origin directory */
ff.c:4838
if
(
dj
.
fn
[
NSFLAG
]
&
NS_NONAME
)
{
ff.c:5030
if
(
res
==
FR_OK
&&
(
djo
.
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
)
res
=
FR_INVALID_NAME
;
/* Check validity of name */
ff.c:5200
if
(
res
==
FR_OK
&&
(
dj
.
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
)
res
=
FR_INVALID_NAME
;
/* Check object validity */
ff.c:5308
if
(
res
==
FR_OK
&&
(
dj
.
fn
[
NSFLAG
]
&
(
NS_DOT
|
NS_NONAME
)
)
)
res
=
FR_INVALID_NAME
;
/* Check object validity */
ff.c:5354
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