HomeSort by relevance Sort by last modified time
    Searched defs:retype (Results 1 - 3 of 3) sorted by null

  /external/openssh/
sshconnect2.c 906 char *info, *lang, *password = NULL, *retype = NULL; local
946 "Retype %.30s@%.128s's new password: ",
948 retype = read_passphrase(prompt, 0);
949 if (strcmp(password, retype) != 0) {
955 memset(retype, 0, strlen(retype));
956 xfree(retype);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 27 retype = type(re.compile('')) variable
110 if isinstance(expected_message, retype):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 27 retype = type(re.compile('')) variable
110 if isinstance(expected_message, retype):
    [all...]

Completed in 316 milliseconds