ESP-IDF
dirfd()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dirfd()
dirfd() function
Syntax
Show:
Summary
Declaration
from
realpath.c:138
int
dirfd
(
DIR
*
dirp
)
;
Arguments
Argument
#0
Related Functions
Found 22 other functions taking a
DIR
argument:
Function
readdir()
closedir()
vfs_spiffs_readdir_r()
vfs_spiffs_closedir()
vfs_spiffs_readdir()
vfs_spiffs_telldir()
vfs_spiffs_seekdir()
vfs_semihost_readdir_r()
seekdir()
vfs_semihost_closedir()
vfs_semihost_telldir()
vfs_semihost_readdir()
vfs_semihost_seekdir()
rewinddir()
telldir()
esp_vfs_readdir()
esp_vfs_readdir_r()
esp_vfs_telldir()
esp_vfs_seekdir()
esp_vfs_rewinddir()
esp_vfs_closedir()
readdir_r()
Examples
References
from
examples
Code
Location
int
dirfd
(
DIR
*
dirp
)
realpath.c:138
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