Searched refs:second_part (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/krb5/src/windows/leashdll/ |
| H A D | lshfunc.c | 464 char second_part[256]; in Leash_int_kinit_ex() local 496 memset(second_part, '\0', sizeof(second_part)); in Leash_int_kinit_ex() 498 sscanf(principal, "%[/0-9a-zA-Z._-]@%[/0-9a-zA-Z._-]", first_part, second_part); in Leash_int_kinit_ex() 500 strcpy(realm, second_part); in Leash_int_kinit_ex() 502 memset(second_part, '\0', sizeof(second_part)); in Leash_int_kinit_ex() 503 if (sscanf(temp, "%[@0-9a-zA-Z._-]/%[@0-9a-zA-Z._-]", first_part, second_part) == 2) in Leash_int_kinit_ex() 506 strcpy(inst, second_part); in Leash_int_kinit_ex()
|