Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsftp-client.h24 typedef struct SFTP_DIRENT SFTP_DIRENT; typedef
26 struct SFTP_DIRENT { struct
78 int sftp_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
81 void sftp_free_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.c189 collect_ids_from_dirents(SFTP_DIRENT **d, int user, u_int **idsp, u_int *nidsp) in collect_ids_from_dirents()
213 get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d) in get_remote_user_groups_from_dirents()
H A Dsftp-glob.c36 SFTP_DIRENT **dir;
H A Dsftp.c811 SFTP_DIRENT *a = *(SFTP_DIRENT **)aa; in sdirent_comp()
812 SFTP_DIRENT *b = *(SFTP_DIRENT **)bb; in sdirent_comp()
833 SFTP_DIRENT **d; in do_ls_dir()
H A Dsftp-client.c684 SFTP_DIRENT ***dir) in sftp_lsreaddir()
826 sftp_readdir(struct sftp_conn *conn, const char *path, SFTP_DIRENT ***dir) in sftp_readdir()
831 void sftp_free_dirents(SFTP_DIRENT **s) in sftp_free_dirents()
1872 SFTP_DIRENT **dir_entries; in download_dir_internal()
2681 SFTP_DIRENT **dir_entries; in crossload_dir_internal()