Searched refs:retype (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/opie/
H A Dopiekey.c99 static void getsecret FUNCTION((secret, promptextra, retype), char *secret AND char *promptextra AND int flags)
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect2.c935 char *info, *lang, *password = NULL, *retype = NULL; local
977 retype = read_passphrase(prompt, 0);
978 if (strcmp(password, retype) != 0) {
984 explicit_bzero(retype, strlen(retype));
985 free(retype);
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2011 __K8MASK(sse-retype-microfaults, 1),
/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c65 static void retype (void);
381 retype(void) function
741 if (command == LIST) /* Always retype after a LIST */
747 retype();

Completed in 234 milliseconds