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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c119 char *adjunct_tail; /* Tail of adjunct entry (opaque) */ member in struct:passwd_entry
828 pwd->adjunct_tail = am(myself, str_end - p + 1);
829 if (NULL == pwd->adjunct_tail)
831 strncpy(pwd->adjunct_tail, p, str_end - p);
832 pwd->adjunct_tail[str_end - p] = '\0';
951 if (NULL != pwd->adjunct_tail)
952 sfree(pwd->adjunct_tail);
989 len += strlen(pwd->adjunct_tail) + 1;
1029 strcat(s, pwd->adjunct_tail);
1086 old_passwd->adjunct_tail
[all...]

Completed in 23 milliseconds