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

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

Completed in 105 milliseconds