Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 25) sorted by relevance

/components/libc/compilers/dlib/
A Dsyscall_remove.c29 return unlink(filename); in remove()
/components/libc/compilers/common/include/sys/
A Dunistd.h40 int unlink(const char *pathname);
/components/dfs/dfs_v1/include/
A Ddfs_fs.h43 int (*unlink) (struct dfs_filesystem *fs, const char *pathname); member
/components/dfs/dfs_v1/src/
A Ddfs_file.c511 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 Ddfs_posix.c374 int unlink(const char *pathname) in unlink() function
388 RTM_EXPORT(unlink);
/components/finsh/
A Dmsh_file.c287 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 Ddfs_fs.h95 int (*unlink)(struct dfs_dentry *dentry); member
/components/libc/compilers/armlibc/
A Dsyscalls.c353 return unlink(filename); in remove()
/components/dfs/dfs_v1/filesystems/mqueue/
A Ddfs_mqueue.c152 .unlink = dfs_mqueue_unlink,
/components/utilities/ulog/backend/
A Dfile_be.c52 unlink(new_path); in ulog_file_rotate()
/components/libc/compilers/newlib/
A Dsyscalls.c284 return unlink(file); in _unlink_r()
/components/libc/posix/ipc/
A Dmqueue.c439 return unlink(mq_name); in mq_unlink()
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c219 .unlink = dfs_mqueue_unlink,
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dutils.c869 if (unlink (lock_file) == 0) {
949 unlink(lock_file);
A Deap.c1244 (void) unlink(path); in remove_pn_file()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dutils.c871 if (unlink (lock_file) == 0) {
951 unlink(lock_file);
A Deap.c1244 (void) unlink(path); in remove_pn_file()
/components/dfs/dfs_v2/src/
A Ddfs_posix.c486 int unlink(const char *pathname) in unlink() function
515 RTM_EXPORT(unlink);
A Ddfs_file.c1725 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 Dprocfs.c404 .unlink = dfs_procfs_unlink,
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c635 .unlink = devtmpfs_unlink,
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c633 .unlink = RT_NULL,
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c879 .unlink = dfs_tmpfs_unlink,
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c1089 .unlink = dfs_elm_unlink,
/components/lwp/
A Dlwp_syscall.c1123 ret = unlink(kname); in sys_unlink()
1133 ret = unlink(pathname); in sys_unlink()

Completed in 52 milliseconds