Searched refs:handle_new (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sftp-server.c | 338 handle_new(int use, const char *name, int fd, int flags, DIR *dirp) in handle_new() function 769 handle = handle_new(HANDLE_FILE, name, fd, flags, NULL); in process_open() 1114 handle = handle_new(HANDLE_DIR, path, 0, 0, dirp); in process_opendir()
|