Searched refs:full_len (Results 1 – 1 of 1) sorted by relevance
358 size_t full_len; in _svcauth_des() local364 full_len = strlen (cred->adc_fullname.name) + 1; in _svcauth_des()365 entry->rname = mem_alloc ((u_int) full_len); in _svcauth_des()367 memcpy (entry->rname, cred->adc_fullname.name, full_len); in _svcauth_des()
Completed in 5 milliseconds