| /components/libc/compilers/dlib/ |
| A D | syscall_remove.c | 29 return unlink(filename); in remove()
|
| /components/libc/compilers/common/include/sys/ |
| A D | unistd.h | 40 int unlink(const char *pathname);
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs_fs.h | 43 int (*unlink) (struct dfs_filesystem *fs, const char *pathname); member
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_file.c | 511 if (fs->ops->unlink != NULL) in dfs_file_unlink() 516 result = fs->ops->unlink(fs, "/"); in dfs_file_unlink() 518 result = fs->ops->unlink(fs, dfs_subdir(fs->path, fullpath)); in dfs_file_unlink() 521 result = fs->ops->unlink(fs, fullpath); in dfs_file_unlink()
|
| A D | dfs_posix.c | 374 int unlink(const char *pathname) in unlink() function 388 RTM_EXPORT(unlink);
|
| /components/finsh/ |
| A D | msh_file.c | 287 unlink(argv[2]); in cmd_mv() 362 if (unlink(full_path) != 0) in directory_delete_for_msh() 447 if (unlink(argv[index]) != 0) in cmd_rm() 465 MSH_CMD_EXPORT_ALIAS(cmd_rm, rm, Remove(unlink) the FILE(s).);
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_fs.h | 95 int (*unlink)(struct dfs_dentry *dentry); member
|
| /components/libc/compilers/armlibc/ |
| A D | syscalls.c | 353 return unlink(filename); in remove()
|
| /components/dfs/dfs_v1/filesystems/mqueue/ |
| A D | dfs_mqueue.c | 152 .unlink = dfs_mqueue_unlink,
|
| /components/utilities/ulog/backend/ |
| A D | file_be.c | 52 unlink(new_path); in ulog_file_rotate()
|
| /components/libc/compilers/newlib/ |
| A D | syscalls.c | 284 return unlink(file); in _unlink_r()
|
| /components/libc/posix/ipc/ |
| A D | mqueue.c | 439 return unlink(mq_name); in mq_unlink()
|
| /components/dfs/dfs_v2/filesystems/mqueue/ |
| A D | dfs_mqueue.c | 219 .unlink = dfs_mqueue_unlink,
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | utils.c | 869 if (unlink (lock_file) == 0) { 949 unlink(lock_file);
|
| A D | eap.c | 1244 (void) unlink(path); in remove_pn_file()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | utils.c | 871 if (unlink (lock_file) == 0) { 951 unlink(lock_file);
|
| A D | eap.c | 1244 (void) unlink(path); in remove_pn_file()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_posix.c | 486 int unlink(const char *pathname) in unlink() function 515 RTM_EXPORT(unlink);
|
| A D | dfs_file.c | 1725 if (mnt->fs_ops->unlink) in dfs_file_unlink() 1729 ret = mnt->fs_ops->unlink(dentry); in dfs_file_unlink()
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | procfs.c | 404 .unlink = dfs_procfs_unlink,
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 635 .unlink = devtmpfs_unlink,
|
| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | ptyfs.c | 633 .unlink = RT_NULL,
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 879 .unlink = dfs_tmpfs_unlink,
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | dfs_elm.c | 1089 .unlink = dfs_elm_unlink,
|
| /components/lwp/ |
| A D | lwp_syscall.c | 1123 ret = unlink(kname); in sys_unlink() 1133 ret = unlink(pathname); in sys_unlink()
|