Home
last modified time | relevance | path

Searched refs:cygwin_xcrypt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.os.h616 extern char *cygwin_xcrypt(struct passwd *, const char *, const char *);
H A Dtc.os.c1590 cygwin_xcrypt(struct passwd *pw, const char *password, const char *expected_pwd) in cygwin_xcrypt() function
H A Dtc.func.c732 # define XCRYPT(pw, a, b) cygwin_xcrypt(pw, a, b) in auto_lock()
H A DFixes205 58. Add cygwin_xcrypt() (Corinna Vinschen)