Home
last modified time | relevance | path

Searched refs:SFTP_DIRENT (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsftp-client.h30 typedef struct SFTP_DIRENT SFTP_DIRENT; typedef
32 struct SFTP_DIRENT { struct
84 int do_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
87 void free_sftp_dirents(SFTP_DIRENT **);
H A Dsftp-usergroup.h21 void get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d);
H A Dsftp-usergroup.c190 collect_ids_from_dirents(SFTP_DIRENT **d, int user, u_int **idsp, u_int *nidsp) in collect_ids_from_dirents()
214 get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d) in get_remote_user_groups_from_dirents()
H A Dsftp-glob.c39 SFTP_DIRENT **dir;
H A Dsftp.c816 SFTP_DIRENT *a = *(SFTP_DIRENT **)aa; in sdirent_comp()
817 SFTP_DIRENT *b = *(SFTP_DIRENT **)bb; in sdirent_comp()
838 SFTP_DIRENT **d; in do_ls_dir()
H A Dsftp-client.c692 SFTP_DIRENT ***dir) in do_lsreaddir()
834 do_readdir(struct sftp_conn *conn, const char *path, SFTP_DIRENT ***dir) in do_readdir()
839 void free_sftp_dirents(SFTP_DIRENT **s) in free_sftp_dirents()
1866 SFTP_DIRENT **dir_entries; in download_dir_internal()
2637 SFTP_DIRENT **dir_entries; in crossload_dir_internal()