Searched refs:do_rm (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/posix/ |
D | rm.c | 25 static int do_rm(struct dirtree *try) in do_rm() function 102 dirtree_read(*s, do_rm); in rm_main()
|
/external/e2fsprogs/debugfs/ |
D | debug_cmds.c | 127 extern void do_rm __SS_PROTO; 506 do_rm,
|
D | debugfs.h | 136 extern void do_rm(int argc, char **argv);
|
D | debug_cmds.ct | 70 request do_rm, "Remove a file (unlink and kill_file, if appropriate)",
|
D | debugfs.c | 1831 void do_rm(int argc, char *argv[]) in do_rm() function
|
/external/openssh/ |
D | sftp-client.h | 74 int do_rm(struct sftp_conn *, const char *);
|
D | sftp-client.c | 686 do_rm(struct sftp_conn *conn, const char *path) in do_rm() function
|
D | sftp.c | 1485 err = do_rm(conn, g.gl_pathv[i]); in parse_dispatch_command()
|
/external/python/cpython2/Demo/pdist/ |
D | rcvs.py | 453 do_rm = do_remove variable in rcvs
|