Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c121 char *adjunct_tail; /* Tail of adjunct entry (opaque) */ member
829 pwd->adjunct_tail = am(myself, str_end - p + 1); in decode_pwd_entry()
830 if (NULL == pwd->adjunct_tail) in decode_pwd_entry()
832 strncpy(pwd->adjunct_tail, p, str_end - p); in decode_pwd_entry()
833 pwd->adjunct_tail[str_end - p] = '\0'; in decode_pwd_entry()
952 if (NULL != pwd->adjunct_tail) in free_pwd_entry()
953 sfree(pwd->adjunct_tail); in free_pwd_entry()
990 len += strlen(pwd->adjunct_tail) + 1; in create_pwd_str()
1030 strcat(s, pwd->adjunct_tail); in create_pwd_str()
1087 old_passwd->adjunct_tail = NULL; in get_old_info()