Home
last modified time | relevance | path

Searched refs:do_symlink (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/debugfs/
Ddebug_cmds.c306 extern void do_symlink __SS_PROTO;
638 do_symlink,
Ddebug_cmds.ct169 request do_symlink, "Create a symbolic link",
Ddebugfs.h173 extern void do_symlink(int argc, char **argv, int sci_idx, void *infop);
Ddebugfs.c2378 void do_symlink(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_symlink() function
/external/openssh/
Dsftp-client.h107 int do_symlink(struct sftp_conn *, const char *, const char *);
Dsftp-client.c950 do_symlink(struct sftp_conn *conn, const char *oldpath, const char *newpath) in do_symlink() function
Dsftp.c1477 err = (sflag ? do_symlink : do_hardlink)(conn, path1, path2); in parse_dispatch_command()