Home
last modified time | relevance | path

Searched refs:adjunct_tail (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c125 char *adjunct_tail; /* Tail of adjunct entry (opaque) */ member
832 pwd->adjunct_tail = am(myself, str_end - p + 1); in decode_pwd_entry()
833 if (NULL == pwd->adjunct_tail) in decode_pwd_entry()
835 strncpy(pwd->adjunct_tail, p, str_end - p); in decode_pwd_entry()
836 pwd->adjunct_tail[str_end - p] = '\0'; in decode_pwd_entry()
955 if (NULL != pwd->adjunct_tail) in free_pwd_entry()
956 sfree(pwd->adjunct_tail); in free_pwd_entry()
993 len += strlen(pwd->adjunct_tail) + 1; in create_pwd_str()
1033 strcat(s, pwd->adjunct_tail); in create_pwd_str()
1089 old_passwd->adjunct_tail = NULL; in get_old_info()