Searched refs:temp (Results 1 - 2 of 2) sorted by relevance

/sssd/src/sss_client/
H A Dnss_netgroup.c67 char *temp; local
88 temp = &(pr->buffer[i]);
91 &temp,
99 pr->result->val.triple.host = temp;
103 temp = &(pr->buffer[i]);
106 &temp,
114 pr->result->val.triple.user = temp;
118 temp = &(pr->buffer[i]);
121 &temp,
129 pr->result->val.triple.domain = temp;
[all...]
/sssd/src/tools/
H A Dsss_seed.c185 char *temp = NULL; local
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 contex
[all...]

Completed in 348 milliseconds