| /components/dfs/dfs_v1/src/ |
| A D | dfs.c | 724 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() argument 728 if (strlen(directory) == strlen(filename)) /* it's a same path */ in dfs_subdir() 731 dir = filename + strlen(directory); in dfs_subdir() 750 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() argument 759 if (directory == NULL) /* shall use working directory */ in dfs_normalize_path() 762 directory = lwp_getcwd(); in dfs_normalize_path() 764 directory = &working_directory[0]; in dfs_normalize_path() 768 if ((directory == NULL) && (filename[0] != '/')) in dfs_normalize_path() 778 fullpath = (char *)rt_malloc(strlen(directory) + strlen(filename) + 2); in dfs_normalize_path() 784 rt_snprintf(fullpath, strlen(directory) + strlen(filename) + 2, in dfs_normalize_path() [all …]
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs.c | 913 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() argument 917 if (strlen(directory) == strlen(filename)) /* it's a same path */ in dfs_subdir() 920 dir = filename + strlen(directory); in dfs_subdir() 947 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() argument 956 if (directory == NULL) /* shall use working directory */ in dfs_normalize_path() 959 directory = lwp_getcwd(); in dfs_normalize_path() 961 directory = &working_directory[0]; in dfs_normalize_path() 965 if ((directory == NULL) && (filename[0] != '/')) in dfs_normalize_path() 977 path_len = strlen(directory) + strlen(filename) + 2; in dfs_normalize_path() 990 rt_snprintf(fullpath, strlen(directory) + strlen(filename) + 2, in dfs_normalize_path() [all …]
|
| A D | dfs_posix.c | 852 FINSH_FUNCTION_EXPORT(mkdir, create a directory); 1245 FINSH_FUNCTION_EXPORT_ALIAS(chdir, cd, change current working directory);
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs.h | 81 char *dfs_normalize_path(const char *directory, const char *filename); 82 const char *dfs_subdir(const char *directory, const char *filename);
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 41 Fixed f_mkdir() creates incorrect directory on FAT32. 76 Fixed f_mkdir() on FAT32 creates incorrect directory. 129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH. 161 Ignores duplicated directory separators in given path name. 214 Fixed a hard error in the disk I/O layer can collapse the directory entry. 274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12) 276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12) 301 …Fixed creating a file can fail when a new cluster allocation to the exFAT directory occures. (appe… 320 …Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appea… 327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared… [all …]
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/ |
| A D | readme.txt | 1 This directory contains a script ('makefsdata') to create C code suitable for 2 httpd for given html pages (or other files) in a directory.
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | readme.txt | 1 This directory contains a script ('makefsdata') to create C code suitable for 2 httpd for given html pages (or other files) in a directory.
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 41 Fixed f_mkdir() creates incorrect directory on FAT32. 76 Fixed f_mkdir() on FAT32 creates incorrect directory. 129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH. 161 Ignores duplicated directory separators in given path name. 214 Fixed a hard error in the disk I/O layer can collapse the directory entry. 274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12) 276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12) 301 …Fixed creating a file can fail when a new cluster allocation to the exFAT directory occures. (appe… 320 …Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appea… 327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared… [all …]
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs.h | 115 char *dfs_normalize_path(const char *directory, const char *filename); 116 const char *dfs_subdir(const char *directory, const char *filename);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
| A D | FILES | 1 This directory contains application headers.
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | FILES | 1 This directory contains application headers.
|
| /components/net/lwip/lwip-2.0.3/test/fuzz/ |
| A D | README | 4 This directory contains a small app that reads Ethernet frames from stdin and 27 the output directory. If you have hexdump and text2pcap tools installed,
|
| /components/net/lwip/lwip-2.1.2/test/fuzz/ |
| A D | README | 4 This directory contains a small app that reads Ethernet frames from stdin and 30 the output directory. If you have hexdump and text2pcap tools installed,
|
| /components/net/lwip/lwip-1.4.1/src/ |
| A D | FILES | 13 file in each directory.
|
| /components/net/lwip/lwip-2.0.3/src/ |
| A D | FILES | 15 file in each directory.
|
| /components/net/lwip/lwip-2.1.2/src/ |
| A D | FILES | 15 file in each directory.
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | FILES | 1 This directory contains generic network interface device drivers that
|
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | FILES | 1 This directory contains generic network interface device drivers that
|
| /components/drivers/usb/cherryusb/ |
| A D | .readthedocs.yaml | 17 # Build documentation in the "docs/" directory with Sphinx
|
| /components/fal/ |
| A D | Kconfig | 42 The fal_flash_sfud_port.c in the samples\porting directory will be used.
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | FILES | 1 This directory contains generic network interface device drivers that
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 52 # the logo to the output directory. 1099 # The default directory is: html. 1408 # to be copied into the plugins directory of eclipse. The name of the directory 1518 # output directory using the MATHJAX_RELPATH option. The destination directory 1643 # The default directory is: latex. 1653 # written to the output directory. 1814 # The default directory is: rtf. 1878 # it. A directory man3 will be created inside the directory specified by 1880 # The default directory is: man. 1923 # The default directory is: xml. [all …]
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 52 # the logo to the output directory. 1110 # The default directory is: html. 1419 # to be copied into the plugins directory of eclipse. The name of the directory 1529 # output directory using the MATHJAX_RELPATH option. The destination directory 1654 # The default directory is: latex. 1664 # written to the output directory. 1825 # The default directory is: rtf. 1889 # it. A directory man3 will be created inside the directory specified by 1891 # The default directory is: man. 1934 # The default directory is: xml. [all …]
|
| A D | lwip.Doxyfile.cmake.in | 52 # the logo to the output directory. 1110 # The default directory is: html. 1419 # to be copied into the plugins directory of eclipse. The name of the directory 1529 # output directory using the MATHJAX_RELPATH option. The destination directory 1654 # The default directory is: latex. 1664 # written to the output directory. 1825 # The default directory is: rtf. 1889 # it. A directory man3 will be created inside the directory specified by 1891 # The default directory is: man. 1934 # The default directory is: xml. [all …]
|
| /components/finsh/ |
| A D | msh_file.c | 484 MSH_CMD_EXPORT_ALIAS(cmd_cd, cd, Change the shell working directory.); 491 MSH_CMD_EXPORT_ALIAS(cmd_pwd, pwd, Print the name of the current working directory.);
|