Lines Matching defs:temp
185 char *temp = NULL;
190 DEBUG(SSSDBG_CRIT_FAILURE, "Could not allocate temp context\n");
195 temp = getpass("Enter temporary password:");
196 if (temp == NULL) {
203 if (strlen(temp) == 0) {
209 password = talloc_strdup(tmp_ctx, temp);
217 temp = getpass("Enter temporary password again:");
218 if (temp == NULL) {
224 if (strncmp(temp,password,strlen(password)) != 0) {
253 DEBUG(SSSDBG_CRIT_FAILURE, "Could not allocate temp context\n");