| /components/libc/compilers/dlib/ |
| A D | syscall_remove.c | 26 int remove(const char *filename) in remove()
|
| A D | syscall_open.c | 26 int __open(const char *filename, int mode) in __open()
|
| /components/libc/posix/libdl/ |
| A D | dlopen.c | 32 void* dlopen(const char *filename, int flags) in dlopen()
|
| A D | dlmodule.c | 448 struct rt_dlmodule* dlmodule_load(const char* filename) in dlmodule_load() 606 struct rt_dlmodule* dlmodule_load_custom(const char* filename, struct rt_dlmodule_ops* ops) in dlmodule_load_custom()
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | makefsdata.c | 532 static u8_t *get_file_data(const char *filename, int *file_size, int can_be_compressed, int *is_com… in get_file_data() 834 static int is_ssi_file(const char *filename) in is_ssi_file() 869 static int ext_in_list(const char* filename, const char *ext_list) in ext_in_list() 895 static int file_to_exclude(const char *filename) in file_to_exclude() 900 static int file_can_be_compressed(const char *filename) in file_can_be_compressed() 905 int process_file(FILE *data_file, FILE *struct_file, const char *filename) in process_file() 1023 int file_write_http_header(FILE *data_file, const char *filename, int file_size, u16_t *http_hdr_le… in file_write_http_header()
|
| /components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/ |
| A D | usb_glue_phytium.c | 51 void usb_assert(const char *filename, int linenum) in usb_assert()
|
| /components/lwp/ |
| A D | lwp_elf.c | 70 char *filename; /* Path to the ELF file */ member 187 static int elf_file_open(const char *filename) in elf_file_open() 212 static int elf_file_length(char *filename, rt_size_t *file_len) in elf_file_length() 1017 int lwp_load(const char *filename, struct rt_lwp *lwp, uint8_t *load_addr, size_t addr_size, in lwp_load()
|
| A D | lwp.c | 347 pid_t lwp_execve(char *filename, int debug, int argc, char **argv, char **envp) in lwp_execve() 502 pid_t exec(char *filename, int debug, int argc, char **argv) in exec()
|
| A D | lwp_args.c | 549 rt_err_t lwp_args_load_script(struct lwp_args_info *ai, const char *filename) in lwp_args_load_script()
|
| /components/net/lwip/lwip-2.0.3/test/fuzz/ |
| A D | fuzz.c | 120 const char* filename; in main() local
|
| /components/drivers/usb/cherryusb/port/pusb2/rt-thread/ |
| A D | usb_dc_glue_phytium.c | 20 void usb_assert(const char *filename, int linenum) in usb_assert()
|
| A D | usb_hc_glue_phytium.c | 24 void usb_assert(const char *filename, int linenum) in usb_assert()
|
| /components/net/lwip/lwip-2.1.2/test/fuzz/ |
| A D | fuzz.c | 173 const char* filename; in main() local
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/ |
| A D | makefsdata.c | 481 u8_t* get_file_data(const char* filename, int* file_size, int can_be_compressed, int* is_compressed) in get_file_data() 701 int is_ssi_file(const char* filename) in is_ssi_file() 712 int process_file(FILE *data_file, FILE *struct_file, const char *filename) in process_file() 805 int file_write_http_header(FILE *data_file, const char *filename, int file_size, u16_t *http_hdr_le… in file_write_http_header()
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs.c | 724 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() 750 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path()
|
| A D | dfs_file.c | 858 void rm(const char *filename) in rm() 867 void cat(const char *filename) in cat()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs.c | 913 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() 947 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path()
|
| /components/libc/compilers/armlibc/ |
| A D | syscalls.c | 350 int remove(const char *filename) in remove()
|
| /components/net/lwip/lwip-2.0.3/src/apps/tftp/ |
| A D | tftp_server.c | 229 char filename[TFTP_MAX_FILENAME_LEN + 1] = { 0 }; in recv() local
|
| /components/net/lwip/lwip-2.1.2/src/apps/tftp/ |
| A D | tftp_server.c | 228 char filename[TFTP_MAX_FILENAME_LEN + 1]; in recv() local
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_pid.c | 64 char *filename = RT_NULL; in stat_single_show() local
|
| /components/dfs/dfs_v1/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 221 const char *subpath, *curpath, *filename = RT_NULL; in dfs_tmpfs_lookup() local
|
| /components/dfs/dfs_v1/filesystems/iso9660/ |
| A D | dfs_iso9660.c | 651 const char *filename, struct stat *st) in dfs_iso9660_stat()
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 189 const char *subpath, *curpath, *filename = RT_NULL; in devtmpfs_file_lookup() local
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 233 const char *subpath, *curpath, *filename = RT_NULL; in dfs_tmpfs_lookup() local
|