Searched refs:elemcopy (Results 1 – 2 of 2) sorted by relevance
101 void *elemcopy; in gss_import_cred() local156 elemcopy = malloc(selected_mech->length); in gss_import_cred()157 if (elemcopy == NULL) { in gss_import_cred()162 memcpy(elemcopy, selected_mech->elements, selected_mech->length); in gss_import_cred()164 cred->mechs_array[cred->count].elements = elemcopy; in gss_import_cred()
1045 char elemcopy[PATH_MAX]; in add_list() local1054 cp = elemcopy; in add_list()1056 endp = elemcopy + sizeof(elemcopy) - 1; in add_list()1068 inf->addelem(inf, elemcopy); in add_list()