Lines Matching refs:str1
1742 char str1[32], str2[32], *p, *h, *f;1745 str1[0] = '\0';1756 if (fgets(str1, 32, stdin) == NULL) {1772 if ((p = strchr(str1, '\n')) != NULL) {1778 if (strcmp(str1, str2)) {1782 if (str1[0] == '\0') {1824 if (rfbEncryptAndStorePasswd(str1, f) != 0) {