HomeSort by: relevance | last modified time | path
    Searched refs:SFTP_DIRENT (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp-usergroup.h 21 void get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d);
sftp-client.h 25 typedef struct SFTP_DIRENT SFTP_DIRENT;
27 struct SFTP_DIRENT {
80 int sftp_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
83 void sftp_free_dirents(SFTP_DIRENT **);
sftp-glob.c 40 SFTP_DIRENT **dir;
sftp-usergroup.c 203 collect_ids_from_dirents(SFTP_DIRENT **d, int user, u_int **idsp, u_int *nidsp)
227 get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d)
sftp.c 831 const SFTP_DIRENT *a = *(const SFTP_DIRENT * const *)aa;
832 const SFTP_DIRENT *b = *(const SFTP_DIRENT * const *)bb;
855 SFTP_DIRENT **d;
sftp-client.c 686 SFTP_DIRENT ***dir)
828 sftp_readdir(struct sftp_conn *conn, const char *path, SFTP_DIRENT ***dir)
833 void sftp_free_dirents(SFTP_DIRENT **s)
1874 SFTP_DIRENT **dir_entries;
2689 SFTP_DIRENT **dir_entries;

Completed in 20 milliseconds